Skip to content

Commit c2f5c84

Browse files
Andrei Simionclaudiubeznea
authored andcommitted
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>
1 parent 91d75e7 commit c2f5c84

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
scl-gpios = <&pioA PIN_PD22 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
107107
status = "okay";
108108

109-
at24@50 {
109+
eeprom@50 {
110110
compatible = "atmel,24c02";
111111
reg = <0x50>;
112112
pagesize = <8>;

arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
scl-gpios = <&pioA PIN_PC7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
232232
status = "okay";
233233

234-
at24@50 {
234+
eeprom@50 {
235235
compatible = "atmel,24c02";
236236
reg = <0x50>;
237237
pagesize = <8>;

arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
scl-gpios = <&pioA PIN_PD5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
412412
status = "okay";
413413

414-
at24@54 {
414+
eeprom@54 {
415415
compatible = "atmel,24c02";
416416
reg = <0x54>;
417417
pagesize = <16>;

arch/arm/boot/dts/microchip/at91sam9260ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
i2c-gpio-0 {
166166
status = "okay";
167167

168-
24c512@50 {
168+
eeprom@50 {
169169
compatible = "atmel,24c512";
170170
reg = <0x50>;
171171
};

arch/arm/boot/dts/microchip/at91sam9263ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
i2c-gpio-0 {
254254
status = "okay";
255255

256-
24c512@50 {
256+
eeprom@50 {
257257
compatible = "atmel,24c512";
258258
reg = <0x50>;
259259
pagesize = <128>;

arch/arm/boot/dts/microchip/at91sam9g20ek_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
i2c-gpio-0 {
221221
status = "okay";
222222

223-
24c512@50 {
223+
eeprom@50 {
224224
compatible = "atmel,24c512";
225225
reg = <0x50>;
226226
vcc-supply = <&reg_3v3>;

arch/arm/boot/dts/microchip/sama5d34ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
i2c1: i2c@f0018000 {
3737
status = "okay";
3838

39-
24c256@50 {
39+
eeprom@50 {
4040
compatible = "atmel,24c256";
4141
reg = <0x50>;
4242
pagesize = <64>;

0 commit comments

Comments
 (0)