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

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: 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 5656bb38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1162,7 +1162,7 @@
				status = "disabled";
			};

			ocotp: ocotp-ctrl@21bc000 {
			ocotp: efuse@21bc000 {
				compatible = "fsl,imx6q-ocotp", "syscon";
				reg = <0x021bc000 0x4000>;
				clocks = <&clks IMX6QDL_CLK_IIM>;
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -786,7 +786,7 @@
				clocks = <&clks IMX6SLL_CLK_MMDC_P0_IPG>;
			};

			ocotp: ocotp-ctrl@21bc000 {
			ocotp: efuse@21bc000 {
				#address-cells = <1>;
				#size-cells = <1>;
				compatible = "fsl,imx6sll-ocotp", "syscon";
+1 −1
Original line number Diff line number Diff line
@@ -1055,7 +1055,7 @@
				status = "disabled";
			};

			ocotp: ocotp-ctrl@21bc000 {
			ocotp: efuse@21bc000 {
				#address-cells = <1>;
				#size-cells = <1>;
				compatible = "fsl,imx6sx-ocotp", "syscon";
+1 −1
Original line number Diff line number Diff line
@@ -948,7 +948,7 @@
				status = "disabled";
			};

			ocotp: ocotp-ctrl@21bc000 {
			ocotp: efuse@21bc000 {
				#address-cells = <1>;
				#size-cells = <1>;
				compatible = "fsl,imx6ul-ocotp", "syscon";
Loading