devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: imx8mq: Align iomuxc node name
@ 2020-02-26  5:36 Anson Huang
  2020-02-26  5:36 ` [PATCH 2/2] ARM: dts: Make iomuxc node name generic Anson Huang
  2020-03-11  7:21 ` [PATCH 1/2] arm64: dts: imx8mq: Align iomuxc node name Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Anson Huang @ 2020-02-26  5:36 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	l.stach, abel.vesa, andrew.smirnov, agx, angus, devicetree,
	linux-arm-kernel, linux-kernel
  Cc: Linux-imx

Node name should be generic, use "pinctrl" instead of "iomuxc"
for all i.MX8M SoCs.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 6a1e839..2e50ac7 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -521,7 +521,7 @@
 				status = "disabled";
 			};
 
-			iomuxc: iomuxc@30330000 {
+			iomuxc: pinctrl@30330000 {
 				compatible = "fsl,imx8mq-iomuxc";
 				reg = <0x30330000 0x10000>;
 			};
-- 
2.7.4


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

end of thread, other threads:[~2020-03-11  7:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-26  5:36 [PATCH 1/2] arm64: dts: imx8mq: Align iomuxc node name Anson Huang
2020-02-26  5:36 ` [PATCH 2/2] ARM: dts: Make iomuxc node name generic Anson Huang
2020-03-11  7:21 ` [PATCH 1/2] arm64: dts: imx8mq: Align iomuxc node name Shawn Guo

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).