diff mbox series

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

Message ID 20210818111747.88569-1-christian.gmeiner@gmail.com
State Accepted
Commit 500e6dfbb465531150ac6e2ff0856dd357ddc8a4
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

Nishanth Menon Sept. 14, 2021, 8:20 p.m. UTC | #1
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
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>;
+	};
 };