ARM: dts: microchip: Rename the eeprom nodename
authorAndrei Simion <andrei.simion@microchip.com>
Wed, 2 Oct 2024 12:30:09 +0000 (15:30 +0300)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Sun, 13 Oct 2024 15:55:20 +0000 (18:55 +0300)
Align the eeprom nodename according to devicetree specification and
at24.yaml

Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
Link: https://lore.kernel.org/r/20241002123010.111028-2-andrei.simion@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts
arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts
arch/arm/boot/dts/microchip/at91sam9260ek.dts
arch/arm/boot/dts/microchip/at91sam9263ek.dts
arch/arm/boot/dts/microchip/at91sam9g20ek_common.dtsi
arch/arm/boot/dts/microchip/sama5d34ek.dts

index 95ecb7d..8ac85da 100644 (file)
                                scl-gpios = <&pioA PIN_PD22 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
                                status = "okay";
 
-                               at24@50 {
+                               eeprom@50 {
                                        compatible = "atmel,24c02";
                                        reg = <0x50>;
                                        pagesize = <8>;
index 200b205..e4ae60e 100644 (file)
                                scl-gpios = <&pioA PIN_PC7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
                                status = "okay";
 
-                               at24@50 {
+                               eeprom@50 {
                                        compatible = "atmel,24c02";
                                        reg = <0x50>;
                                        pagesize = <8>;
index 6680031..4bab3f2 100644 (file)
                                scl-gpios = <&pioA PIN_PD5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
                                status = "okay";
 
-                               at24@54 {
+                               eeprom@54 {
                                        compatible = "atmel,24c02";
                                        reg = <0x54>;
                                        pagesize = <16>;
index 720c154..6bd60dc 100644 (file)
        i2c-gpio-0 {
                status = "okay";
 
-               24c512@50 {
+               eeprom@50 {
                        compatible = "atmel,24c512";
                        reg = <0x50>;
                };
index ce8baff..bad7dbe 100644 (file)
        i2c-gpio-0 {
                status = "okay";
 
-               24c512@50 {
+               eeprom@50 {
                        compatible = "atmel,24c512";
                        reg = <0x50>;
                        pagesize = <128>;
index 565b99e..4e7cfbb 100644 (file)
        i2c-gpio-0 {
                status = "okay";
 
-               24c512@50 {
+               eeprom@50 {
                        compatible = "atmel,24c512";
                        reg = <0x50>;
                        vcc-supply = <&reg_3v3>;
index bffd613..18943b8 100644 (file)
@@ -36,7 +36,7 @@
                        i2c1: i2c@f0018000 {
                                status = "okay";
 
-                               24c256@50 {
+                               eeprom@50 {
                                        compatible = "atmel,24c256";
                                        reg = <0x50>;
                                        pagesize = <64>;