Files
android_device_brcm_rpi5/boot/config.txt
Konsta 2da7253013 lights: boot: use DSI panel regulator driver
* Old rpi_backlight driver is no longer used on recent kernel versions.
  Regulator driver is used for backlight instead.
* Change the backlight path and implement scaling to support the official
  Raspberry Pi 7" DSI Touch Display & Touch Display 2.
* The original Touch Display has max brightness of 255 while the new Touch
  Display 2 has 31.
2025-02-02 15:47:10 +02:00

36 lines
444 B
Plaintext

# Kernel
kernel=Image
# Ramdisk
initramfs ramdisk.img followkernel
# Camera
camera_auto_detect=1
start_x=1
# Display
disable_overscan=1
# Display panel
#dtoverlay=vc4-kms-dsi-7inch
#dtoverlay=vc4-kms-dsi-ili9881-7inch
# Graphics acceleration
dtoverlay=vc4-kms-v3d
dtoverlay=cma,cma-320
# I2C
#dtparam=i2c_arm=on
# I2S
#dtparam=i2s=on
# SPI
#dtparam=spi=on
# USB
dtoverlay=dwc2,dr_mode=peripheral
[cm5]
dtoverlay=dwc2,dr_mode=otg
[all]