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

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
...@@ -467,7 +467,7 @@ gpr: iomuxc-gpr@30340000 { ...@@ -467,7 +467,7 @@ gpr: iomuxc-gpr@30340000 {
reg = <0x30340000 0x10000>; reg = <0x30340000 0x10000>;
}; };
ocotp: ocotp-ctrl@30350000 { ocotp: efuse@30350000 {
compatible = "fsl,imx8mm-ocotp", "syscon"; compatible = "fsl,imx8mm-ocotp", "syscon";
reg = <0x30350000 0x10000>; reg = <0x30350000 0x10000>;
clocks = <&clk IMX8MM_CLK_OCOTP_ROOT>; clocks = <&clk IMX8MM_CLK_OCOTP_ROOT>;
......
...@@ -374,7 +374,7 @@ gpr: iomuxc-gpr@30340000 { ...@@ -374,7 +374,7 @@ gpr: iomuxc-gpr@30340000 {
reg = <0x30340000 0x10000>; reg = <0x30340000 0x10000>;
}; };
ocotp: ocotp-ctrl@30350000 { ocotp: efuse@30350000 {
compatible = "fsl,imx8mn-ocotp", "fsl,imx8mm-ocotp", "syscon"; compatible = "fsl,imx8mn-ocotp", "fsl,imx8mm-ocotp", "syscon";
reg = <0x30350000 0x10000>; reg = <0x30350000 0x10000>;
clocks = <&clk IMX8MN_CLK_OCOTP_ROOT>; clocks = <&clk IMX8MN_CLK_OCOTP_ROOT>;
......
...@@ -313,7 +313,7 @@ gpr: iomuxc-gpr@30340000 { ...@@ -313,7 +313,7 @@ gpr: iomuxc-gpr@30340000 {
reg = <0x30340000 0x10000>; reg = <0x30340000 0x10000>;
}; };
ocotp: ocotp-ctrl@30350000 { ocotp: efuse@30350000 {
compatible = "fsl,imx8mp-ocotp", "syscon"; compatible = "fsl,imx8mp-ocotp", "syscon";
reg = <0x30350000 0x10000>; reg = <0x30350000 0x10000>;
clocks = <&clk IMX8MP_CLK_OCOTP_ROOT>; clocks = <&clk IMX8MP_CLK_OCOTP_ROOT>;
......
...@@ -542,7 +542,7 @@ mux: mux-controller { ...@@ -542,7 +542,7 @@ mux: mux-controller {
}; };
}; };
ocotp: ocotp-ctrl@30350000 { ocotp: efuse@30350000 {
compatible = "fsl,imx8mq-ocotp", "syscon"; compatible = "fsl,imx8mq-ocotp", "syscon";
reg = <0x30350000 0x10000>; reg = <0x30350000 0x10000>;
clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>; clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;
......
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