diff mbox series

[4/5] arm64: dts: imx8mn: update iomuxc-gpr node name

Message ID 20221223025703.15784-5-peng.fan@oss.nxp.com (mailing list archive)
State New, archived
Headers show
Series binding: imx8m: add IOMUXC GPR | expand

Commit Message

Peng Fan (OSS) Dec. 23, 2022, 2:57 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

It is better use syscon for IOMUXC GPR, since it contains various
bits for system control

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

Comments

Marco Felsch Dec. 23, 2022, 8:48 a.m. UTC | #1
On 22-12-23, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> It is better use syscon for IOMUXC GPR, since it contains various
> bits for system control
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
index b7d91df71cc2..08ca91bb1887 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
@@ -552,7 +552,7 @@  iomuxc: pinctrl@30330000 {
 				reg = <0x30330000 0x10000>;
 			};
 
-			gpr: iomuxc-gpr@30340000 {
+			gpr: syscon@30340000 {
 				compatible = "fsl,imx8mn-iomuxc-gpr", "syscon";
 				reg = <0x30340000 0x10000>;
 			};