Skip to content

Commit

Permalink
linux: CONFIG_I2C_BRCMSTB=y to improve HDMI I2C
Browse files Browse the repository at this point in the history
This patch enables the CONFIG_I2C_BRCMSTB Linux kernel option, 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 RPi4/400 systems may fail to probe, causing
issues with HDMI communication and display initialization.

See also:

- https://git.yoctoproject.org/meta-raspberrypi/commit/?id=aea47ad612bcfbfe07fb941694d3012e018607c0
  • Loading branch information
IvoBCD committed Dec 6, 2024
1 parent 15eec83 commit ab1500b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux_additional.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ CONFIG_NETDEVICES=y
CONFIG_CAN_GS_USB=y
CONFIG_USB_PRINTER=y
CONFIG_USB_TMC=y
CONFIG_I2C_BRCMSTB=y

0 comments on commit ab1500b

Please sign in to comment.