Skip to content

Commit 836512c

Browse files
eigendudeagherzan
authored andcommitted
linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
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>
1 parent 1aeda3f commit 836512c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes-kernel/linux/files/vc4graphics.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CONFIG_I2C_BCM2835=y
2+
CONFIG_I2C_BRCMSTB=y
23
CONFIG_DRM=y
34
CONFIG_DRM_FBDEV_EMULATION=y
45
CONFIG_DRM_VC4=y

0 commit comments

Comments
 (0)