diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-05-28 06:12:50 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-13 13:44:42 +0300 |
commit | 78b05005e213e8bb847ec7835d289d5ab76a5254 (patch) | |
tree | b5d1dea3c68b22cdaa79448a560357a3aa4c6e48 /arch/arm/boot/dts/imx25.dtsi | |
parent | 17a2deb06105288d0fe33104f078562eb55e07ea (diff) | |
download | linux-78b05005e213e8bb847ec7835d289d5ab76a5254.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx25.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx25.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi index 1123e683025c..4eaf4eb88e27 100644 --- a/arch/arm/boot/dts/imx25.dtsi +++ b/arch/arm/boot/dts/imx25.dtsi @@ -542,7 +542,7 @@ interrupts = <26>; }; - iim: iim@53ff0000 { + iim: efuse@53ff0000 { compatible = "fsl,imx25-iim", "fsl,imx27-iim"; reg = <0x53ff0000 0x4000>; interrupts = <19>; |