]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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 95ecb7d040a88def787af9e4b4d3f3240a987609..8ac85dac5a969d9dd2005ec42977c9145318b4fa 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 200b20515ab121beb2988cf3b1e3b0bc06236ec5..e4ae60ef5f8a04115db61d6f1931382802159621 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 6680031387e8c33b7f026bcb3550fc7fda07b2c6..4bab3f25b855a1ce7e44196a7d5a60b8d81b874c 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 720c15472c4a5f1541da1a20e6494316722fb69b..6bd60dce8378a215ff08cdbd533e86f78ce05dcb 100644 (file)
        i2c-gpio-0 {
                status = "okay";
 
-               24c512@50 {
+               eeprom@50 {
                        compatible = "atmel,24c512";
                        reg = <0x50>;
                };
index ce8baff6a9f4e0702f126d9965a1275da68b9ce0..bad7dbecba3c6c88e5291084bd94fc97b11f051e 100644 (file)
        i2c-gpio-0 {
                status = "okay";
 
-               24c512@50 {
+               eeprom@50 {
                        compatible = "atmel,24c512";
                        reg = <0x50>;
                        pagesize = <128>;
index 565b99e79c52097b754a65c70bc8799848c8087e..4e7cfbbd42419e1f95d859e902c8d54b651481da 100644 (file)
        i2c-gpio-0 {
                status = "okay";
 
-               24c512@50 {
+               eeprom@50 {
                        compatible = "atmel,24c512";
                        reg = <0x50>;
                        vcc-supply = <&reg_3v3>;
index bffd61397cb532661d047a21f43a30ac3326cc0b..18943b873fffb9873c7e465ded47c529170a541c 100644 (file)
@@ -36,7 +36,7 @@
                        i2c1: i2c@f0018000 {
                                status = "okay";
 
-                               24c256@50 {
+                               eeprom@50 {
                                        compatible = "atmel,24c256";
                                        reg = <0x50>;
                                        pagesize = <64>;