arm64: dts: imx8m: change ocotp node name on i.MX8M SoCs
authorAnson Huang <Anson.Huang@nxp.com>
Thu, 28 May 2020 03:12:48 +0000 (11:12 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 23 Jun 2020 03:01:14 +0000 (11:01 +0800)
Change OCOTP node name from ocotp-ctrl to efuse to be compliant with
yaml schema, it requires the nodename to be one of "eeprom|efuse|nvram".

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi
arch/arm64/boot/dts/freescale/imx8mn.dtsi
arch/arm64/boot/dts/freescale/imx8mp.dtsi
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index c6bf8ba811cc1f9611f99a91938dd475d7b19680..6a85ae340ee14a8036ae99c231f81c20f1e624f3 100644 (file)
                                reg = <0x30340000 0x10000>;
                        };
 
-                       ocotp: ocotp-ctrl@30350000 {
+                       ocotp: efuse@30350000 {
                                compatible = "fsl,imx8mm-ocotp", "syscon";
                                reg = <0x30350000 0x10000>;
                                clocks = <&clk IMX8MM_CLK_OCOTP_ROOT>;
index 9a4b65a267d444528d5b6bfeedccf757e9a9eb95..0625cc880ccceb42c2bc463109f3c93f70b2dd8b 100644 (file)
                                reg = <0x30340000 0x10000>;
                        };
 
-                       ocotp: ocotp-ctrl@30350000 {
+                       ocotp: efuse@30350000 {
                                compatible = "fsl,imx8mn-ocotp", "fsl,imx8mm-ocotp", "syscon";
                                reg = <0x30350000 0x10000>;
                                clocks = <&clk IMX8MN_CLK_OCOTP_ROOT>;
index c81cb0094f5e288a34e0f9022b8949f61743129a..d35cb7ee6c354b3faeec2ce77d26d3443cd17597 100644 (file)
                                reg = <0x30340000 0x10000>;
                        };
 
-                       ocotp: ocotp-ctrl@30350000 {
+                       ocotp: efuse@30350000 {
                                compatible = "fsl,imx8mp-ocotp", "syscon";
                                reg = <0x30350000 0x10000>;
                                clocks = <&clk IMX8MP_CLK_OCOTP_ROOT>;
index 54bed643ed5be84b8fbed38e1294c08cd05b7c6e..2cb8f0c74f8c2a79b75ae1cf88479895af358dcf 100644 (file)
                                };
                        };
 
-                       ocotp: ocotp-ctrl@30350000 {
+                       ocotp: efuse@30350000 {
                                compatible = "fsl,imx8mq-ocotp", "syscon";
                                reg = <0x30350000 0x10000>;
                                clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;