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

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
...@@ -1162,7 +1162,7 @@ weim: weim@21b8000 { ...@@ -1162,7 +1162,7 @@ weim: weim@21b8000 {
status = "disabled"; status = "disabled";
}; };
ocotp: ocotp-ctrl@21bc000 { ocotp: efuse@21bc000 {
compatible = "fsl,imx6q-ocotp", "syscon"; compatible = "fsl,imx6q-ocotp", "syscon";
reg = <0x021bc000 0x4000>; reg = <0x021bc000 0x4000>;
clocks = <&clks IMX6QDL_CLK_IIM>; clocks = <&clks IMX6QDL_CLK_IIM>;
......
...@@ -952,7 +952,7 @@ weim: weim@21b8000 { ...@@ -952,7 +952,7 @@ weim: weim@21b8000 {
status = "disabled"; status = "disabled";
}; };
ocotp: ocotp-ctrl@21bc000 { ocotp: efuse@21bc000 {
compatible = "fsl,imx6sl-ocotp", "syscon"; compatible = "fsl,imx6sl-ocotp", "syscon";
reg = <0x021bc000 0x4000>; reg = <0x021bc000 0x4000>;
clocks = <&clks IMX6SL_CLK_OCOTP>; clocks = <&clks IMX6SL_CLK_OCOTP>;
......
...@@ -786,7 +786,7 @@ mmdc: memory-controller@21b0000 { ...@@ -786,7 +786,7 @@ mmdc: memory-controller@21b0000 {
clocks = <&clks IMX6SLL_CLK_MMDC_P0_IPG>; clocks = <&clks IMX6SLL_CLK_MMDC_P0_IPG>;
}; };
ocotp: ocotp-ctrl@21bc000 { ocotp: efuse@21bc000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "fsl,imx6sll-ocotp", "syscon"; compatible = "fsl,imx6sll-ocotp", "syscon";
......
...@@ -1055,7 +1055,7 @@ weim: weim@21b8000 { ...@@ -1055,7 +1055,7 @@ weim: weim@21b8000 {
status = "disabled"; status = "disabled";
}; };
ocotp: ocotp-ctrl@21bc000 { ocotp: efuse@21bc000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "fsl,imx6sx-ocotp", "syscon"; compatible = "fsl,imx6sx-ocotp", "syscon";
......
...@@ -948,7 +948,7 @@ weim: weim@21b8000 { ...@@ -948,7 +948,7 @@ weim: weim@21b8000 {
status = "disabled"; status = "disabled";
}; };
ocotp: ocotp-ctrl@21bc000 { ocotp: efuse@21bc000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "fsl,imx6ul-ocotp", "syscon"; compatible = "fsl,imx6ul-ocotp", "syscon";
......
...@@ -526,7 +526,7 @@ csi_mux_to_csi: endpoint { ...@@ -526,7 +526,7 @@ csi_mux_to_csi: endpoint {
}; };
}; };
ocotp: ocotp-ctrl@30350000 { ocotp: efuse@30350000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "fsl,imx7d-ocotp", "syscon"; compatible = "fsl,imx7d-ocotp", "syscon";
......
...@@ -452,7 +452,7 @@ sim: sim@410a3000 { ...@@ -452,7 +452,7 @@ sim: sim@410a3000 {
reg = <0x410a3000 0x1000>; reg = <0x410a3000 0x1000>;
}; };
ocotp: ocotp-ctrl@410a6000 { ocotp: efuse@410a6000 {
compatible = "fsl,imx7ulp-ocotp", "syscon"; compatible = "fsl,imx7ulp-ocotp", "syscon";
reg = <0x410a6000 0x4000>; reg = <0x410a6000 0x4000>;
clocks = <&scg1 IMX7ULP_CLK_DUMMY>; clocks = <&scg1 IMX7ULP_CLK_DUMMY>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment