Message ID | 20241217193356.111102-1-wahrenst@gmx.net (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: defconfig: Enable pinctrl-based I2C mux | expand |
On Tue, Dec 17, 2024 at 08:33:56PM +0100, Stefan Wahren wrote: > The commit 84b1d6cc3e4c ("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 <laurent.pinchart@ideasonboard.com> > Link: https://lore.kernel.org/linux-devicetree/961b3d43-b4c9-4573-82d7-844aa129d994@notapiano/ > Signed-off-by: Stefan Wahren <wahrenst@gmx.net> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index c62831e61586..0fee3848d03a 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -516,6 +516,7 @@ CONFIG_TCG_TIS_I2C_INFINEON=y > CONFIG_I2C_CHARDEV=y > CONFIG_I2C_MUX=y > CONFIG_I2C_MUX_PCA954x=y > +CONFIG_I2C_MUX_PINCTRL=m > CONFIG_I2C_BCM2835=m > CONFIG_I2C_CADENCE=m > CONFIG_I2C_DESIGNWARE_CORE=y > -- > 2.34.1 >
Hi Florian, Am 17.12.24 um 20:50 schrieb Laurent Pinchart: > On Tue, Dec 17, 2024 at 08:33:56PM +0100, Stefan Wahren wrote: >> The commit 84b1d6cc3e4c ("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 <laurent.pinchart@ideasonboard.com> >> Link: https://lore.kernel.org/linux-devicetree/961b3d43-b4c9-4573-82d7-844aa129d994@notapiano/ >> Signed-off-by: Stefan Wahren <wahrenst@gmx.net> > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> I wish you a happy new year. Do you plan to pick this up for 6.14?
Hi, Am 03.01.25 um 10:26 schrieb Stefan Wahren: > Hi Florian, > > Am 17.12.24 um 20:50 schrieb Laurent Pinchart: >> On Tue, Dec 17, 2024 at 08:33:56PM +0100, Stefan Wahren wrote: >>> The commit 84b1d6cc3e4c ("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 <laurent.pinchart@ideasonboard.com> >>> Link: >>> https://lore.kernel.org/linux-devicetree/961b3d43-b4c9-4573-82d7-844aa129d994@notapiano/ >>> Signed-off-by: Stefan Wahren <wahrenst@gmx.net> >> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > I wish you a happy new year. Do you plan to pick this up for 6.14? Florian already send his pull requests for 6.14. Any chance to get this in? Best regards
From: Florian Fainelli <f.fainelli@gmail.com> On Tue, 17 Dec 2024 20:33:56 +0100, Stefan Wahren <wahrenst@gmx.net> wrote: > The commit 84b1d6cc3e4c ("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 <laurent.pinchart@ideasonboard.com> > Link: https://lore.kernel.org/linux-devicetree/961b3d43-b4c9-4573-82d7-844aa129d994@notapiano/ > Signed-off-by: Stefan Wahren <wahrenst@gmx.net> > --- Applied to https://github.com/Broadcom/stblinux/commits/defconfig-arm64/next, thanks! -- Florian
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c62831e61586..0fee3848d03a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -516,6 +516,7 @@ CONFIG_TCG_TIS_I2C_INFINEON=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_MUX=y CONFIG_I2C_MUX_PCA954x=y +CONFIG_I2C_MUX_PINCTRL=m CONFIG_I2C_BCM2835=m CONFIG_I2C_CADENCE=m CONFIG_I2C_DESIGNWARE_CORE=y
The commit 84b1d6cc3e4c ("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 <laurent.pinchart@ideasonboard.com> Link: https://lore.kernel.org/linux-devicetree/961b3d43-b4c9-4573-82d7-844aa129d994@notapiano/ Signed-off-by: Stefan Wahren <wahrenst@gmx.net> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.34.1