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: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Anson Huang 2020-05-28 11:12:47 +08:00 committed by Shawn Guo
parent 5656bb3857
commit a1abd6777f
7 changed files with 7 additions and 7 deletions

View File

@ -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>;

View File

@ -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>;

View File

@ -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";

View File

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

View File

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

View File

@ -526,7 +526,7 @@
};
};
ocotp: ocotp-ctrl@30350000 {
ocotp: efuse@30350000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "fsl,imx7d-ocotp", "syscon";

View File

@ -452,7 +452,7 @@
reg = <0x410a3000 0x1000>;
};
ocotp: ocotp-ctrl@410a6000 {
ocotp: efuse@410a6000 {
compatible = "fsl,imx7ulp-ocotp", "syscon";
reg = <0x410a6000 0x4000>;
clocks = <&scg1 IMX7ULP_CLK_DUMMY>;