Commit 78b05005 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo
Browse files

ARM: dts: imx: change iim node name on i.MX SoCs



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: default avatarAnson Huang <Anson.Huang@nxp.com>
Reviewed-by: default avatarFugang Duan <fugang.duan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 17a2deb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -542,7 +542,7 @@
				interrupts = <26>;
			};

			iim: iim@53ff0000 {
			iim: efuse@53ff0000 {
				compatible = "fsl,imx25-iim", "fsl,imx27-iim";
				reg = <0x53ff0000 0x4000>;
				interrupts = <19>;
+1 −1
Original line number Diff line number Diff line
@@ -540,7 +540,7 @@
				#clock-cells = <1>;
			};

			iim: iim@10028000 {
			iim: efuse@10028000 {
				compatible = "fsl,imx27-iim";
				reg = <0x10028000 0x1000>;
				interrupts = <62>;
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@
				status = "disabled";
			};

			iim: iim@5001c000 {
			iim: efuse@5001c000 {
				compatible = "fsl,imx31-iim", "fsl,imx27-iim";
				reg = <0x5001c000 0x1000>;
				interrupts = <19>;
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@
				status = "disabled";
			};

			iim@53ff0000 {
			efuse@53ff0000 {
				compatible = "fsl,imx35-iim";
				reg = <0x53ff0000 0x4000>;
				interrupts = <19>;
+1 −1
Original line number Diff line number Diff line
@@ -466,7 +466,7 @@
				reg = <0x83f00000 0x60>;
			};

			iim: iim@83f98000 {
			iim: efuse@83f98000 {
				compatible = "fsl,imx51-iim", "fsl,imx27-iim";
				reg = <0x83f98000 0x4000>;
				interrupts = <69>;
Loading