linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: k3-am64-mcu: Add pinctrl
@ 2021-08-18 11:17 Christian Gmeiner
  2021-08-18 14:13 ` Dave Gerlach
  2021-09-14 20:20 ` Nishanth Menon
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Gmeiner @ 2021-08-18 11:17 UTC (permalink / raw)
  To: Nishanth Menon, Tero Kristo, Rob Herring
  Cc: Christian Gmeiner, linux-arm-kernel, devicetree, linux-kernel

Add the definition of the pinctrl for the MCU domain.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
---
 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
index 59cc58f7d0c8..2bb5c9ff172c 100644
--- a/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
@@ -97,4 +97,12 @@ mcu_gpio0: gpio@4201000 {
 		clocks = <&k3_clks 79 0>;
 		clock-names = "gpio";
 	};
+
+	mcu_pmx0: pinctrl@4084000 {
+		compatible = "pinctrl-single";
+		reg = <0x00 0x4084000 0x00 0x84>;
+		#pinctrl-cells = <1>;
+		pinctrl-single,register-width = <32>;
+		pinctrl-single,function-mask = <0xffffffff>;
+	};
 };
-- 
2.31.1


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

* Re: [PATCH] arm64: dts: ti: k3-am64-mcu: Add pinctrl
  2021-08-18 11:17 [PATCH] arm64: dts: ti: k3-am64-mcu: Add pinctrl Christian Gmeiner
@ 2021-08-18 14:13 ` Dave Gerlach
  2021-08-18 16:14   ` Nishanth Menon
  2021-09-14 20:20 ` Nishanth Menon
  1 sibling, 1 reply; 4+ messages in thread
From: Dave Gerlach @ 2021-08-18 14:13 UTC (permalink / raw)
  To: Christian Gmeiner, Nishanth Menon, Tero Kristo, Rob Herring
  Cc: linux-arm-kernel, devicetree, linux-kernel

Hi,

On 8/18/21 6:17 AM, Christian Gmeiner wrote:
> Add the definition of the pinctrl for the MCU domain.
> 
> Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
> ---
>  arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
> index 59cc58f7d0c8..2bb5c9ff172c 100644
> --- a/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
> @@ -97,4 +97,12 @@ mcu_gpio0: gpio@4201000 {
>  		clocks = <&k3_clks 79 0>;
>  		clock-names = "gpio";
>  	};
> +
> +	mcu_pmx0: pinctrl@4084000 {
> +		compatible = "pinctrl-single";
> +		reg = <0x00 0x4084000 0x00 0x84>;
> +		#pinctrl-cells = <1>;
> +		pinctrl-single,register-width = <32>;
> +		pinctrl-single,function-mask = <0xffffffff>;
> +	};
>  };
> 

Reviewed-by: Dave Gerlach <d-gerlach@ti.com>

Regards,
Dave

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

* Re: [PATCH] arm64: dts: ti: k3-am64-mcu: Add pinctrl
  2021-08-18 14:13 ` Dave Gerlach
@ 2021-08-18 16:14   ` Nishanth Menon
  0 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2021-08-18 16:14 UTC (permalink / raw)
  To: Dave Gerlach
  Cc: Christian Gmeiner, Tero Kristo, Rob Herring, linux-arm-kernel,
	devicetree, linux-kernel

On 09:13-20210818, Dave Gerlach wrote:
> Hi,
> 
> On 8/18/21 6:17 AM, Christian Gmeiner wrote:
> > Add the definition of the pinctrl for the MCU domain.
> > 
> > Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
> > ---
> >  arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> > 
> > diff --git a/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
> > index 59cc58f7d0c8..2bb5c9ff172c 100644
> > --- a/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
> > +++ b/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
> > @@ -97,4 +97,12 @@ mcu_gpio0: gpio@4201000 {
> >  		clocks = <&k3_clks 79 0>;
> >  		clock-names = "gpio";
> >  	};
> > +
> > +	mcu_pmx0: pinctrl@4084000 {
> > +		compatible = "pinctrl-single";
> > +		reg = <0x00 0x4084000 0x00 0x84>;
> > +		#pinctrl-cells = <1>;
> > +		pinctrl-single,register-width = <32>;
> > +		pinctrl-single,function-mask = <0xffffffff>;
> > +	};
> >  };
> > 
> 
> Reviewed-by: Dave Gerlach <d-gerlach@ti.com>


Sigh.. Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt is
still not converted to yaml .. but otherwise, it is a bit late for 5.15
window.. I can stage it for 5.16 once rc1 is tagged (and need to figure
out pinctrl-single situation..)

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

* Re: [PATCH] arm64: dts: ti: k3-am64-mcu: Add pinctrl
  2021-08-18 11:17 [PATCH] arm64: dts: ti: k3-am64-mcu: Add pinctrl Christian Gmeiner
  2021-08-18 14:13 ` Dave Gerlach
@ 2021-09-14 20:20 ` Nishanth Menon
  1 sibling, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2021-09-14 20:20 UTC (permalink / raw)
  To: Rob Herring, Tero Kristo, Christian Gmeiner
  Cc: Nishanth Menon, devicetree, linux-kernel, linux-arm-kernel

On Wed, 18 Aug 2021 13:17:46 +0200, Christian Gmeiner wrote:
> Add the definition of the pinctrl for the MCU domain.

Hi Christian Gmeiner,

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-am64-mcu: Add pinctrl
      commit: 500e6dfbb465531150ac6e2ff0856dd357ddc8a4


All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


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

end of thread, other threads:[~2021-09-14 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18 11:17 [PATCH] arm64: dts: ti: k3-am64-mcu: Add pinctrl Christian Gmeiner
2021-08-18 14:13 ` Dave Gerlach
2021-08-18 16:14   ` Nishanth Menon
2021-09-14 20:20 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).