mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-05 05:04:45 +02:00

Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
This patch enables the CONFIG_I2C_BRCMSTB option in vc4graphics.cfg to ensure proper support for the `brcm,bcm2711-hdmi-i2c` device node. Without this configuration, the I2C bus associated with HDMI on Broadcom BCM2711-based systems may fail to probe, causing issues with HDMI communication and display initialization. Additionally, this resolves potential deferred probe issues observed in the kernel logs, ensuring the correct initialization of the HDMI I2C bus. Signed-off-by: Garrett Brown <garrett.brown@aclima.io>
8 lines
131 B
INI
8 lines
131 B
INI
CONFIG_I2C_BCM2835=y
|
|
CONFIG_I2C_BRCMSTB=y
|
|
CONFIG_DRM=y
|
|
CONFIG_DRM_FBDEV_EMULATION=y
|
|
CONFIG_DRM_VC4=y
|
|
CONFIG_SND=y
|
|
CONFIG_SND_SOC=y
|