All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match dtschema
@ 2023-03-23 11:19 ` Peng Fan (OSS)
  0 siblings, 0 replies; 8+ messages in thread
From: Peng Fan (OSS) @ 2023-03-23 11:19 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, linux-kernel, linux-arm-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

The dtschema requires 'grp' in the end, so update the name.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
index 8fef980c4ab2..876eb5da5e2d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
@@ -389,7 +389,7 @@ MX8MN_IOMUXC_I2C2_SDA_I2C2_SDA		0x400001c3
 		>;
 	};
 
-	pinctrl_i2c2_gpio: i2c2grp-gpio {
+	pinctrl_i2c2_gpio: i2c2gpriogrp {
 		fsl,pins = <
 			MX8MN_IOMUXC_I2C2_SCL_GPIO5_IO16	0x1c3
 			MX8MN_IOMUXC_I2C2_SDA_GPIO5_IO17	0x1c3
@@ -403,7 +403,7 @@ MX8MN_IOMUXC_I2C3_SDA_I2C3_SDA		0x400001c3
 		>;
 	};
 
-	pinctrl_i2c3_gpio: i2c3grp-gpio {
+	pinctrl_i2c3_gpio: i2c3gpiogrp {
 		fsl,pins = <
 			MX8MN_IOMUXC_I2C3_SCL_GPIO5_IO18	0x1c3
 			MX8MN_IOMUXC_I2C3_SDA_GPIO5_IO19	0x1c3
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match dtschema
@ 2023-03-23 11:19 ` Peng Fan (OSS)
  0 siblings, 0 replies; 8+ messages in thread
From: Peng Fan (OSS) @ 2023-03-23 11:19 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, linux-kernel, linux-arm-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

The dtschema requires 'grp' in the end, so update the name.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
index 8fef980c4ab2..876eb5da5e2d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
@@ -389,7 +389,7 @@ MX8MN_IOMUXC_I2C2_SDA_I2C2_SDA		0x400001c3
 		>;
 	};
 
-	pinctrl_i2c2_gpio: i2c2grp-gpio {
+	pinctrl_i2c2_gpio: i2c2gpriogrp {
 		fsl,pins = <
 			MX8MN_IOMUXC_I2C2_SCL_GPIO5_IO16	0x1c3
 			MX8MN_IOMUXC_I2C2_SDA_GPIO5_IO17	0x1c3
@@ -403,7 +403,7 @@ MX8MN_IOMUXC_I2C3_SDA_I2C3_SDA		0x400001c3
 		>;
 	};
 
-	pinctrl_i2c3_gpio: i2c3grp-gpio {
+	pinctrl_i2c3_gpio: i2c3gpiogrp {
 		fsl,pins = <
 			MX8MN_IOMUXC_I2C3_SCL_GPIO5_IO18	0x1c3
 			MX8MN_IOMUXC_I2C3_SDA_GPIO5_IO19	0x1c3
-- 
2.37.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match dtschema
  2023-03-23 11:19 ` Peng Fan (OSS)
@ 2023-03-27  5:14   ` Shawn Guo
  -1 siblings, 0 replies; 8+ messages in thread
From: Shawn Guo @ 2023-03-27  5:14 UTC (permalink / raw)
  To: Peng Fan (OSS)
  Cc: s.hauer, kernel, festevam, linux-imx, linux-kernel,
	linux-arm-kernel, Peng Fan

On Thu, Mar 23, 2023 at 07:19:24PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> The dtschema requires 'grp' in the end, so update the name.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> index 8fef980c4ab2..876eb5da5e2d 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> @@ -389,7 +389,7 @@ MX8MN_IOMUXC_I2C2_SDA_I2C2_SDA		0x400001c3
>  		>;
>  	};
>  
> -	pinctrl_i2c2_gpio: i2c2grp-gpio {
> +	pinctrl_i2c2_gpio: i2c2gpriogrp {

i2c2gpiogrp

Shawn

>  		fsl,pins = <
>  			MX8MN_IOMUXC_I2C2_SCL_GPIO5_IO16	0x1c3
>  			MX8MN_IOMUXC_I2C2_SDA_GPIO5_IO17	0x1c3
> @@ -403,7 +403,7 @@ MX8MN_IOMUXC_I2C3_SDA_I2C3_SDA		0x400001c3
>  		>;
>  	};
>  
> -	pinctrl_i2c3_gpio: i2c3grp-gpio {
> +	pinctrl_i2c3_gpio: i2c3gpiogrp {
>  		fsl,pins = <
>  			MX8MN_IOMUXC_I2C3_SCL_GPIO5_IO18	0x1c3
>  			MX8MN_IOMUXC_I2C3_SDA_GPIO5_IO19	0x1c3
> -- 
> 2.37.1
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match dtschema
@ 2023-03-27  5:14   ` Shawn Guo
  0 siblings, 0 replies; 8+ messages in thread
From: Shawn Guo @ 2023-03-27  5:14 UTC (permalink / raw)
  To: Peng Fan (OSS)
  Cc: s.hauer, kernel, festevam, linux-imx, linux-kernel,
	linux-arm-kernel, Peng Fan

On Thu, Mar 23, 2023 at 07:19:24PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> The dtschema requires 'grp' in the end, so update the name.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> index 8fef980c4ab2..876eb5da5e2d 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> @@ -389,7 +389,7 @@ MX8MN_IOMUXC_I2C2_SDA_I2C2_SDA		0x400001c3
>  		>;
>  	};
>  
> -	pinctrl_i2c2_gpio: i2c2grp-gpio {
> +	pinctrl_i2c2_gpio: i2c2gpriogrp {

i2c2gpiogrp

Shawn

>  		fsl,pins = <
>  			MX8MN_IOMUXC_I2C2_SCL_GPIO5_IO16	0x1c3
>  			MX8MN_IOMUXC_I2C2_SDA_GPIO5_IO17	0x1c3
> @@ -403,7 +403,7 @@ MX8MN_IOMUXC_I2C3_SDA_I2C3_SDA		0x400001c3
>  		>;
>  	};
>  
> -	pinctrl_i2c3_gpio: i2c3grp-gpio {
> +	pinctrl_i2c3_gpio: i2c3gpiogrp {
>  		fsl,pins = <
>  			MX8MN_IOMUXC_I2C3_SCL_GPIO5_IO18	0x1c3
>  			MX8MN_IOMUXC_I2C3_SDA_GPIO5_IO19	0x1c3
> -- 
> 2.37.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match dtschema
  2023-03-27  5:14   ` Shawn Guo
@ 2023-03-27 10:00     ` Peng Fan
  -1 siblings, 0 replies; 8+ messages in thread
From: Peng Fan @ 2023-03-27 10:00 UTC (permalink / raw)
  To: Shawn Guo, Peng Fan (OSS)
  Cc: s.hauer, kernel, festevam, dl-linux-imx, linux-kernel, linux-arm-kernel

Shawn,

> Subject: Re: [PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match
> dtschema
> 
> On Thu, Mar 23, 2023 at 07:19:24PM +0800, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > The dtschema requires 'grp' in the end, so update the name.
> >
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> > ---
> >  arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> > index 8fef980c4ab2..876eb5da5e2d 100644
> > --- a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> > @@ -389,7 +389,7 @@ MX8MN_IOMUXC_I2C2_SDA_I2C2_SDA
> 	0x400001c3
> >  		>;
> >  	};
> >
> > -	pinctrl_i2c2_gpio: i2c2grp-gpio {
> > +	pinctrl_i2c2_gpio: i2c2gpriogrp {
> 
> i2c2gpiogrp
 
Sorry, I not get your point, I already use i2c2gpiogrp.

Thanks,
Peng.

> 
> Shawn
> 
> >  		fsl,pins = <
> >  			MX8MN_IOMUXC_I2C2_SCL_GPIO5_IO16
> 	0x1c3
> >  			MX8MN_IOMUXC_I2C2_SDA_GPIO5_IO17
> 	0x1c3
> > @@ -403,7 +403,7 @@ MX8MN_IOMUXC_I2C3_SDA_I2C3_SDA
> 	0x400001c3
> >  		>;
> >  	};
> >
> > -	pinctrl_i2c3_gpio: i2c3grp-gpio {
> > +	pinctrl_i2c3_gpio: i2c3gpiogrp {
> >  		fsl,pins = <
> >  			MX8MN_IOMUXC_I2C3_SCL_GPIO5_IO18
> 	0x1c3
> >  			MX8MN_IOMUXC_I2C3_SDA_GPIO5_IO19
> 	0x1c3
> > --
> > 2.37.1
> >

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match dtschema
@ 2023-03-27 10:00     ` Peng Fan
  0 siblings, 0 replies; 8+ messages in thread
From: Peng Fan @ 2023-03-27 10:00 UTC (permalink / raw)
  To: Shawn Guo, Peng Fan (OSS)
  Cc: s.hauer, kernel, festevam, dl-linux-imx, linux-kernel, linux-arm-kernel

Shawn,

> Subject: Re: [PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match
> dtschema
> 
> On Thu, Mar 23, 2023 at 07:19:24PM +0800, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > The dtschema requires 'grp' in the end, so update the name.
> >
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> > ---
> >  arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> > index 8fef980c4ab2..876eb5da5e2d 100644
> > --- a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
> > @@ -389,7 +389,7 @@ MX8MN_IOMUXC_I2C2_SDA_I2C2_SDA
> 	0x400001c3
> >  		>;
> >  	};
> >
> > -	pinctrl_i2c2_gpio: i2c2grp-gpio {
> > +	pinctrl_i2c2_gpio: i2c2gpriogrp {
> 
> i2c2gpiogrp
 
Sorry, I not get your point, I already use i2c2gpiogrp.

Thanks,
Peng.

> 
> Shawn
> 
> >  		fsl,pins = <
> >  			MX8MN_IOMUXC_I2C2_SCL_GPIO5_IO16
> 	0x1c3
> >  			MX8MN_IOMUXC_I2C2_SDA_GPIO5_IO17
> 	0x1c3
> > @@ -403,7 +403,7 @@ MX8MN_IOMUXC_I2C3_SDA_I2C3_SDA
> 	0x400001c3
> >  		>;
> >  	};
> >
> > -	pinctrl_i2c3_gpio: i2c3grp-gpio {
> > +	pinctrl_i2c3_gpio: i2c3gpiogrp {
> >  		fsl,pins = <
> >  			MX8MN_IOMUXC_I2C3_SCL_GPIO5_IO18
> 	0x1c3
> >  			MX8MN_IOMUXC_I2C3_SDA_GPIO5_IO19
> 	0x1c3
> > --
> > 2.37.1
> >

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match dtschema
  2023-03-27 10:00     ` Peng Fan
@ 2023-03-27 10:10       ` Fabio Estevam
  -1 siblings, 0 replies; 8+ messages in thread
From: Fabio Estevam @ 2023-03-27 10:10 UTC (permalink / raw)
  To: Peng Fan
  Cc: Shawn Guo, Peng Fan (OSS),
	s.hauer, kernel, dl-linux-imx, linux-kernel, linux-arm-kernel

Hi Peng,

On Mon, Mar 27, 2023 at 7:00 AM Peng Fan <peng.fan@nxp.com> wrote:

> > i2c2gpiogrp
>
> Sorry, I not get your point, I already use i2c2gpiogrp.

What Shawn meant is that there was a typo in your patch.

You wrote i2c2gpriogrp instead of i2c2gpiogrp.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match dtschema
@ 2023-03-27 10:10       ` Fabio Estevam
  0 siblings, 0 replies; 8+ messages in thread
From: Fabio Estevam @ 2023-03-27 10:10 UTC (permalink / raw)
  To: Peng Fan
  Cc: Shawn Guo, Peng Fan (OSS),
	s.hauer, kernel, dl-linux-imx, linux-kernel, linux-arm-kernel

Hi Peng,

On Mon, Mar 27, 2023 at 7:00 AM Peng Fan <peng.fan@nxp.com> wrote:

> > i2c2gpiogrp
>
> Sorry, I not get your point, I already use i2c2gpiogrp.

What Shawn meant is that there was a typo in your patch.

You wrote i2c2gpriogrp instead of i2c2gpiogrp.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-27 10:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 11:19 [PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match dtschema Peng Fan (OSS)
2023-03-23 11:19 ` Peng Fan (OSS)
2023-03-27  5:14 ` Shawn Guo
2023-03-27  5:14   ` Shawn Guo
2023-03-27 10:00   ` Peng Fan
2023-03-27 10:00     ` Peng Fan
2023-03-27 10:10     ` Fabio Estevam
2023-03-27 10:10       ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.