Skip to content

Commit 6e59bcd

Browse files
lategoodbyeffainelli
authored andcommitted
arm64: defconfig: Enable pinctrl-based I2C mux
The commit 84b1d6c ("ARM: dts: bcm2711-rpi: Add pinctrl-based multiplexing for I2C0") introduced multiplexing for I2C on BCM2711-based Raspberry Pi boards. Unfortunately we missed to enable the necessary driver in the defconfig. Cc: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/linux-devicetree/961b3d43-b4c9-4573-82d7-844aa129d994@notapiano/ Signed-off-by: Stefan Wahren <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 40384c8 commit 6e59bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ CONFIG_TCG_TIS_I2C_INFINEON=y
516516
CONFIG_I2C_CHARDEV=y
517517
CONFIG_I2C_MUX=y
518518
CONFIG_I2C_MUX_PCA954x=y
519+
CONFIG_I2C_MUX_PINCTRL=m
519520
CONFIG_I2C_BCM2835=m
520521
CONFIG_I2C_CADENCE=m
521522
CONFIG_I2C_DESIGNWARE_CORE=y

0 commit comments

Comments
 (0)