ARM: dts: imx: change ocotp node name on MXS SoCs
authorAnson Huang <Anson.Huang@nxp.com>
Thu, 28 May 2020 03:12:49 +0000 (11:12 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 13 Jul 2020 10:44:42 +0000 (18:44 +0800)
Change OCOTP node name from ocotp 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/arm/boot/dts/imx23.dtsi
arch/arm/boot/dts/imx28.dtsi

index c5edff3..18289f6 100644 (file)
                                status = "disabled";
                        };
 
-                       ocotp@8002c000 {
+                       efuse@8002c000 {
                                compatible = "fsl,imx23-ocotp", "fsl,ocotp";
                                #address-cells = <1>;
                                #size-cells = <1>;
index a1cbbeb..a2b799c 100644 (file)
                                status = "disabled";
                        };
 
-                       ocotp: ocotp@8002c000 {
+                       ocotp: efuse@8002c000 {
                                compatible = "fsl,imx28-ocotp", "fsl,ocotp";
                                #address-cells = <1>;
                                #size-cells = <1>;