arm64: dts: imx8mn: update iomuxc-gpr node name
authorPeng Fan <peng.fan@nxp.com>
Wed, 4 Jan 2023 00:25:44 +0000 (08:25 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Jan 2023 08:51:46 +0000 (16:51 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mn.dtsi

index ca4be82..ed9ac6c 100644 (file)
                                reg = <0x30330000 0x10000>;
                        };
 
-                       gpr: iomuxc-gpr@30340000 {
+                       gpr: syscon@30340000 {
                                compatible = "fsl,imx8mn-iomuxc-gpr", "syscon";
                                reg = <0x30340000 0x10000>;
                        };