arm64: dts: imx8mm: correct iomuxc-gpr compatible
authorPeng Fan <peng.fan@nxp.com>
Wed, 4 Jan 2023 00:25:43 +0000 (08:25 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Jan 2023 08:51:43 +0000 (16:51 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mm.dtsi

index 0ce5e614f022ec2e500ddcc2899d8cdd3889eff5..04cf2c3c9928bb58ee704c3acc0b05be549bcc3c 100644 (file)
                                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>;
                        };