Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Anson Huang and committed by
Shawn Guo
78b05005 17a2deb0

+6 -6
+1 -1
arch/arm/boot/dts/imx25.dtsi
··· 542 542 interrupts = <26>; 543 543 }; 544 544 545 - iim: iim@53ff0000 { 545 + iim: efuse@53ff0000 { 546 546 compatible = "fsl,imx25-iim", "fsl,imx27-iim"; 547 547 reg = <0x53ff0000 0x4000>; 548 548 interrupts = <19>;
+1 -1
arch/arm/boot/dts/imx27.dtsi
··· 540 540 #clock-cells = <1>; 541 541 }; 542 542 543 - iim: iim@10028000 { 543 + iim: efuse@10028000 { 544 544 compatible = "fsl,imx27-iim"; 545 545 reg = <0x10028000 0x1000>; 546 546 interrupts = <62>;
+1 -1
arch/arm/boot/dts/imx31.dtsi
··· 217 217 status = "disabled"; 218 218 }; 219 219 220 - iim: iim@5001c000 { 220 + iim: efuse@5001c000 { 221 221 compatible = "fsl,imx31-iim", "fsl,imx27-iim"; 222 222 reg = <0x5001c000 0x1000>; 223 223 interrupts = <19>;
+1 -1
arch/arm/boot/dts/imx35.dtsi
··· 320 320 status = "disabled"; 321 321 }; 322 322 323 - iim@53ff0000 { 323 + efuse@53ff0000 { 324 324 compatible = "fsl,imx35-iim"; 325 325 reg = <0x53ff0000 0x4000>; 326 326 interrupts = <19>;
+1 -1
arch/arm/boot/dts/imx51.dtsi
··· 466 466 reg = <0x83f00000 0x60>; 467 467 }; 468 468 469 - iim: iim@83f98000 { 469 + iim: efuse@83f98000 { 470 470 compatible = "fsl,imx51-iim", "fsl,imx27-iim"; 471 471 reg = <0x83f98000 0x4000>; 472 472 interrupts = <69>;
+1 -1
arch/arm/boot/dts/imx53.dtsi
··· 667 667 reg = <0x63f00000 0x60>; 668 668 }; 669 669 670 - iim: iim@63f98000 { 670 + iim: efuse@63f98000 { 671 671 compatible = "fsl,imx53-iim", "fsl,imx27-iim"; 672 672 reg = <0x63f98000 0x4000>; 673 673 interrupts = <69>;