config: tizen_rpi: Add bootargs for hdmi
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Fri, 18 Nov 2022 06:39:46 +0000 (15:39 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:39 +0000 (13:19 +0900)
Add bootargs required for hdmi operation. Adding this bootargs can
solve the FHD timeout issue with rpi4 hdmi-0.

Change-Id: Ic438198c68fdbb6665b27ce0333f085bec792a1c
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
include/samsung/tizen_rpi.h

index 88820e0..3d87e5f 100644 (file)
        "tizen_bootarg="                                \
                TIZEN_VC_MEM                            \
                "8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2709.serial=0xed6687d3 "                \
+               "snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 "           \
                "bcm2709.uart_clock=48000000 dwc_otg.lpm_enable=0\0"    \
        "opts=loglevel=4\0"                     \
        "dfu_usb_con=0\0"                       \