diff mbox series

arm64: dts: ti: k3-am64-mcu: Add pinctrl

Message ID 20210818111747.88569-1-christian.gmeiner@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: ti: k3-am64-mcu: Add pinctrl | expand

Commit Message

Christian Gmeiner Aug. 18, 2021, 11:17 a.m. UTC
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(+)

Comments

Dave Gerlach Aug. 18, 2021, 2:13 p.m. UTC | #1
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
Nishanth Menon Aug. 18, 2021, 4:14 p.m. UTC | #2
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..)
Nishanth Menon Sept. 14, 2021, 8:20 p.m. UTC | #3
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
diff mbox series

Patch

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>;
+	};
 };