ARM: dts: imx27-phytec: Use eeprom as the node name
authorFabio Estevam <festevam@denx.de>
Mon, 25 Sep 2023 13:33:31 +0000 (10:33 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Oct 2023 13:23:17 +0000 (21:23 +0800)
Node names should be generic, so use 'eeprom' to fix the
following schema warnings:

 at24@52: $nodename:0: 'at24@52' does not match '^eeprom@[0-9a-f]{1,2}$'
from schema $id: http://devicetree.org/schemas/eeprom/at24.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx27-phytec-phycard-s-som.dtsi
arch/arm/boot/dts/nxp/imx/imx27-phytec-phycore-som.dtsi

index 303f920201c505d29b6397eef95e51cd55296078..abc9233c5a1b1a8c02c911f58d4c5df22a152d2e 100644 (file)
@@ -34,7 +34,7 @@
        pinctrl-0 = <&pinctrl_i2c2>;
        status = "okay";
 
-       at24@52 {
+       eeprom@52 {
                compatible = "atmel,24c32";
                pagesize = <32>;
                reg = <0x52>;
index 7191e10712b956bbb97f9cfed6503452f7b652cf..7b2ea4cdae58c98414e189a1428605710ff22792 100644 (file)
        pinctrl-0 = <&pinctrl_i2c2>;
        status = "okay";
 
-       at24@52 {
+       eeprom@52 {
                compatible = "atmel,24c32";
                pagesize = <32>;
                reg = <0x52>;