From: Anson Huang <Anson.Huang@xxxxxxx> Sent: Thursday, May 28, 2020 11:13 AM > In the nvmem yaml schema, it requires the nodename to be one of > "eeprom|efuse|nvram", so need to change all i.MX/MXS SoCs ocotp/iim node > name to efuse: > > MXS platforms: i.MX23/28; > i.MX platforms with IIM: i.MX25/27/31/35/51/53. > i.MX ARMv7 platforms with OCOTP: i.MX6QDL/6SL/6SX/6SLL/6UL/7S/7ULP. > i.MX ARMv8 platforms with OCOTP: i.MX8MQ/8MM/8MN/8MP. Reviewed-by: Fugang Duan <fugang.duan@xxxxxxx> > > Anson Huang (4): > ARM: dts: imx: change ocotp node name on i.MX6/7 SoCs > arm64: dts: imx8m: change ocotp node name on i.MX8M SoCs > ARM: dts: imx: change ocotp node name on MXS SoCs > ARM: dts: imx: change iim node name on i.MX SoCs > > arch/arm/boot/dts/imx23.dtsi | 2 +- > arch/arm/boot/dts/imx25.dtsi | 2 +- > arch/arm/boot/dts/imx27.dtsi | 2 +- > arch/arm/boot/dts/imx28.dtsi | 2 +- > arch/arm/boot/dts/imx31.dtsi | 2 +- > arch/arm/boot/dts/imx35.dtsi | 2 +- > arch/arm/boot/dts/imx51.dtsi | 2 +- > arch/arm/boot/dts/imx53.dtsi | 2 +- > arch/arm/boot/dts/imx6qdl.dtsi | 2 +- > arch/arm/boot/dts/imx6sl.dtsi | 2 +- > arch/arm/boot/dts/imx6sll.dtsi | 2 +- > arch/arm/boot/dts/imx6sx.dtsi | 2 +- > arch/arm/boot/dts/imx6ul.dtsi | 2 +- > arch/arm/boot/dts/imx7s.dtsi | 2 +- > arch/arm/boot/dts/imx7ulp.dtsi | 2 +- > arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +- > arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 +- > arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +- > arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 +- > 19 files changed, 19 insertions(+), 19 deletions(-) > > -- > 2.7.4