Adapt to new upstream boot/config.txt.
authorBenjamin Braatz <bb@bbraatz.eu>
Mon, 2 Jan 2023 09:07:49 +0000 (10:07 +0100)
committerBenjamin Braatz <bb@bbraatz.eu>
Mon, 2 Jan 2023 09:07:49 +0000 (10:07 +0100)
boot/config.txt

index 4c419ade2bb189521b5444328d7b0b00117bce63..e14b148bca162166718d449c281aec1326de318d 100644 (file)
@@ -3,12 +3,21 @@
 dtoverlay=vc4-kms-v3d
 initramfs initramfs-linux.img followkernel
 
+# Disable compensation for displays with overscan
+display_auto_detect=1
+
 # Uncomment to enable bluetooth
 #dtparam=krnbt=on
 
 # Enable I2C bus:
 dtparam=i2c_arm=on
 
+[cm4]
+# Enable host mode on the 2711 built-in XHCI USB controller.
+# This line should be removed if the legacy DWC2 controller is required
+# (e.g. for USB device mode) or if USB support is not required.
+otg_mode=1
+
 [pi4]
 # Run as fast as firmware / board allows
 arm_boost=1