mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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:
parent
e43f400ddc
commit
240b8dd94b
|
|
@ -554,7 +554,7 @@ iomuxc: pinctrl@30330000 {
|
||||||
reg = <0x30330000 0x10000>;
|
reg = <0x30330000 0x10000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpr: iomuxc-gpr@30340000 {
|
gpr: syscon@30340000 {
|
||||||
compatible = "fsl,imx8mn-iomuxc-gpr", "syscon";
|
compatible = "fsl,imx8mn-iomuxc-gpr", "syscon";
|
||||||
reg = <0x30340000 0x10000>;
|
reg = <0x30340000 0x10000>;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user