Skip to content

Commit 5ae8afd

Browse files
glneonmenon
authored andcommitted
ARM: dts: keystone: Fix EEPROM node names
These should follow the standard EEPROM node naming convention. Signed-off-by: Andrew Davis <afd@ti.com> Link: https://lore.kernel.org/r/20230515183515.509371-3-afd@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 98788f7 commit 5ae8afd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/boot/dts/keystone-k2e-evm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
};
7979

8080
&i2c0 {
81-
dtt@50 {
81+
eeprom@50 {
8282
compatible = "atmel,24c1024";
8383
reg = <0x50>;
8484
};

arch/arm/boot/dts/keystone-k2hk-evm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
};
155155

156156
&i2c0 {
157-
dtt@50 {
157+
eeprom@50 {
158158
compatible = "atmel,24c1024";
159159
reg = <0x50>;
160160
};

arch/arm/boot/dts/keystone-k2l-evm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
};
5252

5353
&i2c0 {
54-
dtt@50 {
54+
eeprom@50 {
5555
compatible = "atmel,24c1024";
5656
reg = <0x50>;
5757
};

0 commit comments

Comments
 (0)