arm64: dts: imx8mm: Remove incorrect fallback compatible for ocotp
authorAnson Huang <Anson.Huang@nxp.com>
Wed, 11 Sep 2019 14:24:46 +0000 (10:24 -0400)
committerShawn Guo <shawnguo@kernel.org>
Sun, 6 Oct 2019 07:44:25 +0000 (15:44 +0800)
Compared to i.MX7D, i.MX8MM has different ocotp layout, so it should
NOT use "fsl,imx7d-ocotp" as ocotp's fallback compatible, remove it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi

index 5f9d0da..7c4dcce 100644 (file)
                        };
 
                        ocotp: ocotp-ctrl@30350000 {
-                               compatible = "fsl,imx8mm-ocotp", "fsl,imx7d-ocotp", "syscon";
+                               compatible = "fsl,imx8mm-ocotp", "syscon";
                                reg = <0x30350000 0x10000>;
                                clocks = <&clk IMX8MM_CLK_OCOTP_ROOT>;
                                /* For nvmem subnodes */