ARM: dts: imx: Use 'eeprom' as node name
authorFabio Estevam <festevam@denx.de>
Mon, 29 May 2023 20:06:45 +0000 (17:06 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 4 Jun 2023 12:53:33 +0000 (20:53 +0800)
Devicetree node names should be generic. Use 'eeprom' as node name
to avoid devicetree check warning from at24.yaml.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx53-tqma53.dtsi
arch/arm/boot/dts/imx6q-display5.dtsi
arch/arm/boot/dts/imx6q-h100.dts

index 7e7f9f3..d930739 100644 (file)
                reg = <0x48>;
        };
 
-       eeprom: 24c64@50 {
+       eeprom: eeprom@50 {
                compatible = "atmel,24c64";
                pagesize = <32>;
                reg = <0x50>;
index b88b8aa..4ab31f2 100644 (file)
        pinctrl-0 = <&pinctrl_i2c3>;
        status = "okay";
 
-       at24@50 {
+       eeprom@50 {
                compatible = "atmel,24c256";
                pagesize = <64>;
                reg = <0x50>;
index 6406ade..3fe4591 100644 (file)
        pinctrl-0 = <&pinctrl_h100_i2c1>;
        status = "okay";
 
-       eeprom: 24c02@51 {
+       eeprom: eeprom@51 {
                compatible = "microchip,24c02", "atmel,24c02";
                reg = <0x51>;
        };