Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Anson Huang and committed by
Shawn Guo
17a2deb0 a1abd677

+2 -2
+1 -1
arch/arm/boot/dts/imx23.dtsi
··· 442 442 status = "disabled"; 443 443 }; 444 444 445 - ocotp@8002c000 { 445 + efuse@8002c000 { 446 446 compatible = "fsl,imx23-ocotp", "fsl,ocotp"; 447 447 #address-cells = <1>; 448 448 #size-cells = <1>;
+1 -1
arch/arm/boot/dts/imx28.dtsi
··· 1011 1011 status = "disabled"; 1012 1012 }; 1013 1013 1014 - ocotp: ocotp@8002c000 { 1014 + ocotp: efuse@8002c000 { 1015 1015 compatible = "fsl,imx28-ocotp", "fsl,ocotp"; 1016 1016 #address-cells = <1>; 1017 1017 #size-cells = <1>;