diff options
author | Peng Fan <peng.fan@nxp.com> | 2023-01-04 08:25:43 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-01-09 16:51:43 +0800 |
commit | e43f400ddc2b4bc0a615fd5c33a2d75c38782448 (patch) | |
tree | ae7d7f04c86f7654d75cf48b37e88c6c74707063 /arch/arm64/boot/dts/freescale/imx8mm.dtsi | |
parent | 6e918ad97eef75199ec9829c146163c8180bc646 (diff) | |
download | lwn-e43f400ddc2b4bc0a615fd5c33a2d75c38782448.tar.gz lwn-e43f400ddc2b4bc0a615fd5c33a2d75c38782448.zip |
arm64: dts: imx8mm: correct iomuxc-gpr compatible
The IOMUX Controller General purpose register group are unique almost
per SoC, i.MX8MM is not compatible with i.MX6Q. So correct it.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi index 0ce5e614f022..04cf2c3c9928 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -552,8 +552,8 @@ reg = <0x30330000 0x10000>; }; - gpr: iomuxc-gpr@30340000 { - compatible = "fsl,imx8mm-iomuxc-gpr", "fsl,imx6q-iomuxc-gpr", "syscon"; + gpr: syscon@30340000 { + compatible = "fsl,imx8mm-iomuxc-gpr", "syscon"; reg = <0x30340000 0x10000>; }; |