rpi4: boot: config: Add ignore_lcd flag for 7inch touchscreen 37/270737/1
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 8 Feb 2022 05:52:16 +0000 (14:52 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 8 Feb 2022 05:52:16 +0000 (14:52 +0900)
Add flag for 7inch touchscreen operation.

Change-Id: Ie750ae0e00daf8448515ba0c4c4596168114882a
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
rpi4/boot/config.txt
rpi4/boot/config_64bit.txt

index ce0b17d..e96bb6a 100644 (file)
@@ -53,6 +53,9 @@ hdmi_force_hotplug=1
 # Additional overlays and parameters are documented /boot/overlays/README
 
 [pi4]
+max_framebuffers=2
+ignore_lcd=1
+
 # Disable ID_SC and ID_SD pins to use UART2
 force_eeprom_read=0
 
index 15655e5..383b70e 100644 (file)
@@ -53,6 +53,9 @@ hdmi_force_hotplug=1
 # Additional overlays and parameters are documented /boot/overlays/README
 
 [pi4]
+max_framebuffers=2
+ignore_lcd=1
+
 # Disable ID_SC and ID_SD pins to use UART2
 force_eeprom_read=0