MLK-11371-2 imx: fix ocotp dts node
authorPeng Fan <Peng.Fan@freescale.com>
Tue, 18 Aug 2015 01:25:10 +0000 (09:25 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:43 +0000 (14:48 -0500)
Fix imx6/7 ocotp dts node.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
arch/arm/boot/dts/imx6sx.dtsi
arch/arm/boot/dts/imx6ul.dtsi
arch/arm/boot/dts/imx7d.dtsi

index 9747645..58ad459 100644 (file)
                        };
 
                        ocotp: ocotp@021bc000 {
-                               compatible = "fsl,imx6sx-ocotp", "syscon";
+                               compatible = "fsl,imx6sx-ocotp", "fsl,imx6q-ocotp", "syscon";
                                reg = <0x021bc000 0x4000>;
                                clocks = <&clks IMX6SX_CLK_OCOTP>;
                        };
index 7cd20c1..e604051 100644 (file)
                        };
 
                        ocotp: ocotp-ctrl@021bc000 {
-                               compatible = "syscon";
-                               reg = <0x021bc000 0x4000>;
-                               clocks = <&clks IMX6UL_CLK_OCOTP>;
-                       };
-
-                       ocotp-fuse@021bc000 {
-                               compatible = "fsl,imx6ul-ocotp", "fsl,imx6q-ocotp";
+                               compatible = "fsl,imx6ul-ocotp", "syscon";
                                reg = <0x021bc000 0x4000>;
                                clocks = <&clks IMX6UL_CLK_OCOTP>;
                        };
index 3e44b88..c1db4af 100644 (file)
                status = "disabled";
        };
 
-       ocotp-fuse@30350000 {
-               compatible = "fsl,imx7d-ocotp";
+       ocotp: ocotp-ctrl@30350000 {
+               compatible = "fsl,imx7d-ocotp", "syscon";
                reg = <0x30350000 0x10000>;
                clocks = <&clks IMX7D_OCOTP_CLK>;
        };