diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-05-28 05:12:50 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-13 12:44:42 +0200 |
commit | 78b05005e213e8bb847ec7835d289d5ab76a5254 (patch) | |
tree | b5d1dea3c68b22cdaa79448a560357a3aa4c6e48 /arch/arm/boot/dts/imx31.dtsi | |
parent | ARM: dts: imx: change ocotp node name on MXS SoCs (diff) | |
download | linux-78b05005e213e8bb847ec7835d289d5ab76a5254.tar.xz linux-78b05005e213e8bb847ec7835d289d5ab76a5254.zip |
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/imx31.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx31.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx31.dtsi b/arch/arm/boot/dts/imx31.dtsi index 18270ec648fe..4f3d7ab3ce27 100644 --- a/arch/arm/boot/dts/imx31.dtsi +++ b/arch/arm/boot/dts/imx31.dtsi @@ -217,7 +217,7 @@ status = "disabled"; }; - iim: iim@5001c000 { + iim: efuse@5001c000 { compatible = "fsl,imx31-iim", "fsl,imx27-iim"; reg = <0x5001c000 0x1000>; interrupts = <19>; |