Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: microchip: Rename the eeprom nodename

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>

authored by

Andrei Simion and committed by
Claudiu Beznea
c2f5c84e 91d75e7f

+7 -7
+1 -1
arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
··· 106 106 scl-gpios = <&pioA PIN_PD22 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; 107 107 status = "okay"; 108 108 109 - at24@50 { 109 + eeprom@50 { 110 110 compatible = "atmel,24c02"; 111 111 reg = <0x50>; 112 112 pagesize = <8>;
+1 -1
arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts
··· 231 231 scl-gpios = <&pioA PIN_PC7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; 232 232 status = "okay"; 233 233 234 - at24@50 { 234 + eeprom@50 { 235 235 compatible = "atmel,24c02"; 236 236 reg = <0x50>; 237 237 pagesize = <8>;
+1 -1
arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts
··· 411 411 scl-gpios = <&pioA PIN_PD5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; 412 412 status = "okay"; 413 413 414 - at24@54 { 414 + eeprom@54 { 415 415 compatible = "atmel,24c02"; 416 416 reg = <0x54>; 417 417 pagesize = <16>;
+1 -1
arch/arm/boot/dts/microchip/at91sam9260ek.dts
··· 165 165 i2c-gpio-0 { 166 166 status = "okay"; 167 167 168 - 24c512@50 { 168 + eeprom@50 { 169 169 compatible = "atmel,24c512"; 170 170 reg = <0x50>; 171 171 };
+1 -1
arch/arm/boot/dts/microchip/at91sam9263ek.dts
··· 253 253 i2c-gpio-0 { 254 254 status = "okay"; 255 255 256 - 24c512@50 { 256 + eeprom@50 { 257 257 compatible = "atmel,24c512"; 258 258 reg = <0x50>; 259 259 pagesize = <128>;
+1 -1
arch/arm/boot/dts/microchip/at91sam9g20ek_common.dtsi
··· 220 220 i2c-gpio-0 { 221 221 status = "okay"; 222 222 223 - 24c512@50 { 223 + eeprom@50 { 224 224 compatible = "atmel,24c512"; 225 225 reg = <0x50>; 226 226 vcc-supply = <&reg_3v3>;
+1 -1
arch/arm/boot/dts/microchip/sama5d34ek.dts
··· 36 36 i2c1: i2c@f0018000 { 37 37 status = "okay"; 38 38 39 - 24c256@50 { 39 + eeprom@50 { 40 40 compatible = "atmel,24c256"; 41 41 reg = <0x50>; 42 42 pagesize = <64>;