ARM: dts: imx: change ocotp node name on MXS SoCs

Change OCOTP node name from ocotp 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:49 +08:00 committed by Shawn Guo
parent a1abd6777f
commit 17a2deb061
2 changed files with 2 additions and 2 deletions

View File

@ -442,7 +442,7 @@
status = "disabled";
};
ocotp@8002c000 {
efuse@8002c000 {
compatible = "fsl,imx23-ocotp", "fsl,ocotp";
#address-cells = <1>;
#size-cells = <1>;

View File

@ -1011,7 +1011,7 @@
status = "disabled";
};
ocotp: ocotp@8002c000 {
ocotp: efuse@8002c000 {
compatible = "fsl,imx28-ocotp", "fsl,ocotp";
#address-cells = <1>;
#size-cells = <1>;