ARM: dts: imx: change iim node name on i.MX SoCs
authorAnson Huang <Anson.Huang@nxp.com>
Thu, 28 May 2020 03:12:50 +0000 (11:12 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 13 Jul 2020 10:44:42 +0000 (18:44 +0800)
Change IIM node name from iim 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/imx25.dtsi
arch/arm/boot/dts/imx27.dtsi
arch/arm/boot/dts/imx31.dtsi
arch/arm/boot/dts/imx35.dtsi
arch/arm/boot/dts/imx51.dtsi
arch/arm/boot/dts/imx53.dtsi

index 1123e683025cc29b386065bbc58ccecb3d4f2612..4eaf4eb88e27843f7668728c06e3b649b0320cb9 100644 (file)
                                interrupts = <26>;
                        };
 
-                       iim: iim@53ff0000 {
+                       iim: efuse@53ff0000 {
                                compatible = "fsl,imx25-iim", "fsl,imx27-iim";
                                reg = <0x53ff0000 0x4000>;
                                interrupts = <19>;
index 002cd223f22d42939eff5ddc8dec1c3a1ab82307..ee04771729cec21173aa976f518f9c508dc9be8d 100644 (file)
                                #clock-cells = <1>;
                        };
 
-                       iim: iim@10028000 {
+                       iim: efuse@10028000 {
                                compatible = "fsl,imx27-iim";
                                reg = <0x10028000 0x1000>;
                                interrupts = <62>;
index 18270ec648fe02b698e6155cc6159f0adf00f1d4..4f3d7ab3ce27f29d2f8dc071c68bf36e5dc49b96 100644 (file)
                                status = "disabled";
                        };
 
-                       iim: iim@5001c000 {
+                       iim: efuse@5001c000 {
                                compatible = "fsl,imx31-iim", "fsl,imx27-iim";
                                reg = <0x5001c000 0x1000>;
                                interrupts = <19>;
index 2ebf2c1fa682ec5638e2892445adf72d8d557c5a..502112be42bd65b14fa741ed871c6dd67fc60083 100644 (file)
                                status = "disabled";
                        };
 
-                       iim@53ff0000 {
+                       efuse@53ff0000 {
                                compatible = "fsl,imx35-iim";
                                reg = <0x53ff0000 0x4000>;
                                interrupts = <19>;
index d3583aad8323061f0bba7439408e7e5f9230a513..c83bc7702c4f9787082eb16cc8d4f0d68b6d1db4 100644 (file)
                                reg = <0x83f00000 0x60>;
                        };
 
-                       iim: iim@83f98000 {
+                       iim: efuse@83f98000 {
                                compatible = "fsl,imx51-iim", "fsl,imx27-iim";
                                reg = <0x83f98000 0x4000>;
                                interrupts = <69>;
index afa57bf7b0ed842ef26ed419c030177dfb6376a7..ed6b0c8b6d6da54d078786612ac7fe9eb8c6356a 100644 (file)
                                reg = <0x63f00000 0x60>;
                        };
 
-                       iim: iim@63f98000 {
+                       iim: efuse@63f98000 {
                                compatible = "fsl,imx53-iim", "fsl,imx27-iim";
                                reg = <0x63f98000 0x4000>;
                                interrupts = <69>;