[PATCH 3/5] ARM: dts: keystone: Fix EEPROM node names
Andrew Davis
afd at ti.com
Mon May 15 11:35:13 PDT 2023
These should follow the standard EEPROM node naming convention.
Signed-off-by: Andrew Davis <afd at ti.com>
---
arch/arm/boot/dts/keystone-k2e-evm.dts | 2 +-
arch/arm/boot/dts/keystone-k2hk-evm.dts | 2 +-
arch/arm/boot/dts/keystone-k2l-evm.dts | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/keystone-k2e-evm.dts b/arch/arm/boot/dts/keystone-k2e-evm.dts
index abd5aef8b87d..04e0759a2527 100644
--- a/arch/arm/boot/dts/keystone-k2e-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2e-evm.dts
@@ -78,7 +78,7 @@ &usb1 {
};
&i2c0 {
- dtt at 50 {
+ eeprom at 50 {
compatible = "atmel,24c1024";
reg = <0x50>;
};
diff --git a/arch/arm/boot/dts/keystone-k2hk-evm.dts b/arch/arm/boot/dts/keystone-k2hk-evm.dts
index 1f762af6f502..206df8a8d9dd 100644
--- a/arch/arm/boot/dts/keystone-k2hk-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2hk-evm.dts
@@ -154,7 +154,7 @@ partition at 180000 {
};
&i2c0 {
- dtt at 50 {
+ eeprom at 50 {
compatible = "atmel,24c1024";
reg = <0x50>;
};
diff --git a/arch/arm/boot/dts/keystone-k2l-evm.dts b/arch/arm/boot/dts/keystone-k2l-evm.dts
index 3a69f65de81e..8e15a26a3a7e 100644
--- a/arch/arm/boot/dts/keystone-k2l-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2l-evm.dts
@@ -51,7 +51,7 @@ &usb0 {
};
&i2c0 {
- dtt at 50 {
+ eeprom at 50 {
compatible = "atmel,24c1024";
reg = <0x50>;
};
--
2.39.2
More information about the linux-arm-kernel
mailing list