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

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.com


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent 98788f79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@
};

&i2c0 {
	dtt@50 {
	eeprom@50 {
		compatible = "atmel,24c1024";
		reg = <0x50>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@
};

&i2c0 {
	dtt@50 {
	eeprom@50 {
		compatible = "atmel,24c1024";
		reg = <0x50>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
};

&i2c0 {
	dtt@50 {
	eeprom@50 {
		compatible = "atmel,24c1024";
		reg = <0x50>;
	};