tizen: rpi4: disable obsolete options in config.txt 22/266922/2 accepted/tizen/6.5/unified/20211125.211636 accepted/tizen/unified/20211125.144640 submit/tizen/20211125.044056 submit/tizen_6.5/20211125.045103
authorMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 22 Nov 2021 11:24:04 +0000 (12:24 +0100)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 25 Nov 2021 04:33:23 +0000 (04:33 +0000)
Overlays are not supported on Tizen and 'vc4-fkms-v3d' overlay has been
obsoleted long time ago when VC4 DRM gained full support of the RPi4
hardware, so remove it from the default config.txt. Same for
'dtparam=audio=on'.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Iaa4ad049951e1538d818caa144928a08560911bd

rpi4/boot/config.txt
rpi4/boot/config_64bit.txt

index 27cc5ff..ce0b17d 100644 (file)
@@ -52,22 +52,13 @@ hdmi_force_hotplug=1
 
 # Additional overlays and parameters are documented /boot/overlays/README
 
-# Enable audio (loads snd_bcm2835)
-dtparam=audio=on
-
 [pi4]
-# Enable DRM VC4 V3D driver on top of the dispmanx display stack
-dtoverlay=vc4-fkms-v3d
-max_framebuffers=2
-
 # Disable ID_SC and ID_SD pins to use UART2
 force_eeprom_read=0
 
 kernel=u-boot.bin
 
 [all]
-#dtoverlay=vc4-fkms-v3d
-
 # Enable serial
 enable_uart=1
 uart_2ndstage=1
index 6075f04..15655e5 100644 (file)
@@ -52,22 +52,13 @@ hdmi_force_hotplug=1
 
 # Additional overlays and parameters are documented /boot/overlays/README
 
-# Enable audio (loads snd_bcm2835)
-dtparam=audio=on
-
 [pi4]
-# Enable DRM VC4 V3D driver on top of the dispmanx display stack
-dtoverlay=vc4-fkms-v3d
-max_framebuffers=2
-
 # Disable ID_SC and ID_SD pins to use UART2
 force_eeprom_read=0
 
 kernel=u-boot.bin
 
 [all]
-#dtoverlay=vc4-fkms-v3d
-
 # Enable serial
 enable_uart=1
 uart_2ndstage=1