Commit 17a2deb0 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo
Browse files

ARM: dts: imx: change ocotp node name on MXS SoCs



Change OCOTP node name from ocotp 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 a1abd677
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@
				status = "disabled";
			};

			ocotp@8002c000 {
			efuse@8002c000 {
				compatible = "fsl,imx23-ocotp", "fsl,ocotp";
				#address-cells = <1>;
				#size-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -1011,7 +1011,7 @@
				status = "disabled";
			};

			ocotp: ocotp@8002c000 {
			ocotp: efuse@8002c000 {
				compatible = "fsl,imx28-ocotp", "fsl,ocotp";
				#address-cells = <1>;
				#size-cells = <1>;