Commit 5ae8afd4 authored by Andrew Davis's avatar Andrew Davis Committed by Nishanth Menon

ARM: dts: keystone: Fix EEPROM node names

These should follow the standard EEPROM node naming convention.
Signed-off-by: default avatarAndrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20230515183515.509371-3-afd@ti.comSigned-off-by: default avatarNishanth Menon <nm@ti.com>
parent 98788f79
......@@ -78,7 +78,7 @@ &usb1 {
};
&i2c0 {
dtt@50 {
eeprom@50 {
compatible = "atmel,24c1024";
reg = <0x50>;
};
......
......@@ -154,7 +154,7 @@ partition@180000 {
};
&i2c0 {
dtt@50 {
eeprom@50 {
compatible = "atmel,24c1024";
reg = <0x50>;
};
......
......@@ -51,7 +51,7 @@ &usb0 {
};
&i2c0 {
dtt@50 {
eeprom@50 {
compatible = "atmel,24c1024";
reg = <0x50>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment