Skip to content

Commit

Permalink
linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
eigendude authored and agherzan committed Dec 5, 2024
1 parent f1fe818 commit aea47ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-kernel/linux/files/vc4graphics.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_I2C_BCM2835=y
CONFIG_I2C_BRCMSTB=y
CONFIG_DRM=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_VC4=y
Expand Down

0 comments on commit aea47ad

Please sign in to comment.