arm64: dts: imx8mn: update iomuxc-gpr node name

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>
This commit is contained in:
Peng Fan
2023-01-04 08:25:44 +08:00
committed by Shawn Guo
parent e43f400ddc
commit 240b8dd94b

View File

@@ -554,7 +554,7 @@ iomuxc: pinctrl@30330000 {
reg = <0x30330000 0x10000>;
};
gpr: iomuxc-gpr@30340000 {
gpr: syscon@30340000 {
compatible = "fsl,imx8mn-iomuxc-gpr", "syscon";
reg = <0x30340000 0x10000>;
};