diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-05-28 05:12:47 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-13 12:44:42 +0200 |
commit | a1abd6777f0e8a716d27d5767dd9796256205f02 (patch) | |
tree | 7b8b4d0cb9a88e142ae1a85f9e01c74ddc5dd6a3 /arch/arm/boot/dts/imx6sl.dtsi | |
parent | ARM: dts: ls1021a: output PPS signal on FIPER2 (diff) | |
download | linux-a1abd6777f0e8a716d27d5767dd9796256205f02.tar.xz linux-a1abd6777f0e8a716d27d5767dd9796256205f02.zip |
ARM: dts: imx: change ocotp node name on i.MX6/7 SoCs
Change OCOTP node name from ocotp-ctrl 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/imx6sl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index d8efc0ab2ac9..11e7bf315dd0 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -952,7 +952,7 @@ status = "disabled"; }; - ocotp: ocotp-ctrl@21bc000 { + ocotp: efuse@21bc000 { compatible = "fsl,imx6sl-ocotp", "syscon"; reg = <0x021bc000 0x4000>; clocks = <&clks IMX6SL_CLK_OCOTP>; |