Message ID | 20240715123635.2894222-1-peng.fan@oss.nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Enable i.MX SCMI PINCTRL driver | expand |
Hi Shawn, > Subject: [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL driver Is this patch good to you? Thanks, Peng. > > From: Peng Fan <peng.fan@nxp.com> > > Enable i.MX SCMI Pinctrl driver which is for i.MX95 IOMUXC settings > > Signed-off-by: Peng Fan <peng.fan@nxp.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig > b/arch/arm64/configs/defconfig index 7d32fca64996..764d9b6ade3f > 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -581,6 +581,7 @@ CONFIG_PINCTRL_SINGLE=y > CONFIG_PINCTRL_OWL=y CONFIG_PINCTRL_S700=y > CONFIG_PINCTRL_S900=y > +CONFIG_PINCTRL_IMX_SCMI=y > CONFIG_PINCTRL_IMX8MM=y > CONFIG_PINCTRL_IMX8MN=y > CONFIG_PINCTRL_IMX8MP=y > -- > 2.37.1
On Mon, Jul 15, 2024 at 08:36:35PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@nxp.com> > > Enable i.MX SCMI Pinctrl driver which is for i.MX95 IOMUXC settings > > Signed-off-by: Peng Fan <peng.fan@nxp.com> Applied, thanks!
Hi Shawn, > Subject: Re: [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL > driver > > On Mon, Jul 15, 2024 at 08:36:35PM +0800, Peng Fan (OSS) wrote: > > From: Peng Fan <peng.fan@nxp.com> > > > > Enable i.MX SCMI Pinctrl driver which is for i.MX95 IOMUXC settings > > > > Signed-off-by: Peng Fan <peng.fan@nxp.com> > > Applied, thanks! Thanks for picking this patch, but after more check, this patch needs to be dropped for now before we find a better solution on how to resolve the arm scmi fw devlink issue. Thanks, Peng.
On Wed, Aug 14, 2024 at 02:29:31AM +0000, Peng Fan wrote: > Hi Shawn, > > > Subject: Re: [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL > > driver > > > > On Mon, Jul 15, 2024 at 08:36:35PM +0800, Peng Fan (OSS) wrote: > > > From: Peng Fan <peng.fan@nxp.com> > > > > > > Enable i.MX SCMI Pinctrl driver which is for i.MX95 IOMUXC settings > > > > > > Signed-off-by: Peng Fan <peng.fan@nxp.com> > > > > Applied, thanks! > > Thanks for picking this patch, but after more check, this patch > needs to be dropped for now before we find a better solution > on how to resolve the arm scmi fw devlink issue. Ok, dropped. Shawn
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7d32fca64996..764d9b6ade3f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -581,6 +581,7 @@ CONFIG_PINCTRL_SINGLE=y CONFIG_PINCTRL_OWL=y CONFIG_PINCTRL_S700=y CONFIG_PINCTRL_S900=y +CONFIG_PINCTRL_IMX_SCMI=y CONFIG_PINCTRL_IMX8MM=y CONFIG_PINCTRL_IMX8MN=y CONFIG_PINCTRL_IMX8MP=y