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

arm64: dts: imx8m: change ocotp node name on i.MX8M 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 3269c178
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ gpr: iomuxc-gpr@30340000 {
				reg = <0x30340000 0x10000>;
			};

			ocotp: ocotp-ctrl@30350000 {
			ocotp: efuse@30350000 {
				compatible = "fsl,imx8mm-ocotp", "syscon";
				reg = <0x30350000 0x10000>;
				clocks = <&clk IMX8MM_CLK_OCOTP_ROOT>;
+1 −1
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@ gpr: iomuxc-gpr@30340000 {
				reg = <0x30340000 0x10000>;
			};

			ocotp: ocotp-ctrl@30350000 {
			ocotp: efuse@30350000 {
				compatible = "fsl,imx8mn-ocotp", "fsl,imx8mm-ocotp", "syscon";
				reg = <0x30350000 0x10000>;
				clocks = <&clk IMX8MN_CLK_OCOTP_ROOT>;
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ gpr: iomuxc-gpr@30340000 {
				reg = <0x30340000 0x10000>;
			};

			ocotp: ocotp-ctrl@30350000 {
			ocotp: efuse@30350000 {
				compatible = "fsl,imx8mp-ocotp", "syscon";
				reg = <0x30350000 0x10000>;
				clocks = <&clk IMX8MP_CLK_OCOTP_ROOT>;
+1 −1
Original line number Diff line number Diff line
@@ -542,7 +542,7 @@ mux: mux-controller {
				};
			};

			ocotp: ocotp-ctrl@30350000 {
			ocotp: efuse@30350000 {
				compatible = "fsl,imx8mq-ocotp", "syscon";
				reg = <0x30350000 0x10000>;
				clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;