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/imx51.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/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index d3583aad8323..c83bc7702c4f 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -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>; |