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

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
......@@ -542,7 +542,7 @@ pwm1: pwm@53fe0000 {
interrupts = <26>;
};
iim: iim@53ff0000 {
iim: efuse@53ff0000 {
compatible = "fsl,imx25-iim", "fsl,imx27-iim";
reg = <0x53ff0000 0x4000>;
interrupts = <19>;
......
......@@ -540,7 +540,7 @@ clks: ccm@10027000{
#clock-cells = <1>;
};
iim: iim@10028000 {
iim: efuse@10028000 {
compatible = "fsl,imx27-iim";
reg = <0x10028000 0x1000>;
interrupts = <62>;
......
......@@ -217,7 +217,7 @@ spi2: spi@50010000 {
status = "disabled";
};
iim: iim@5001c000 {
iim: efuse@5001c000 {
compatible = "fsl,imx31-iim", "fsl,imx27-iim";
reg = <0x5001c000 0x1000>;
interrupts = <19>;
......
......@@ -320,7 +320,7 @@ can2: can@53fe8000 {
status = "disabled";
};
iim@53ff0000 {
efuse@53ff0000 {
compatible = "fsl,imx35-iim";
reg = <0x53ff0000 0x4000>;
interrupts = <19>;
......
......@@ -466,7 +466,7 @@ aipstz2: bridge@83f00000 {
reg = <0x83f00000 0x60>;
};
iim: iim@83f98000 {
iim: efuse@83f98000 {
compatible = "fsl,imx51-iim", "fsl,imx27-iim";
reg = <0x83f98000 0x4000>;
interrupts = <69>;
......
......@@ -667,7 +667,7 @@ aipstz2: bridge@63f00000 {
reg = <0x63f00000 0x60>;
};
iim: iim@63f98000 {
iim: efuse@63f98000 {
compatible = "fsl,imx53-iim", "fsl,imx27-iim";
reg = <0x63f98000 0x4000>;
interrupts = <69>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment