ARM: dts: keystone: Fix EEPROM node names
authorAndrew Davis <afd@ti.com>
Mon, 15 May 2023 18:35:13 +0000 (13:35 -0500)
committerNishanth Menon <nm@ti.com>
Wed, 7 Jun 2023 14:02:46 +0000 (09:02 -0500)
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>
arch/arm/boot/dts/keystone-k2e-evm.dts
arch/arm/boot/dts/keystone-k2hk-evm.dts
arch/arm/boot/dts/keystone-k2l-evm.dts

index abd5aef8b87dce154e8214d904c551034df73c6b..04e0759a252710b4198bc962f56b51387fe8eaac 100644 (file)
@@ -78,7 +78,7 @@
 };
 
 &i2c0 {
-       dtt@50 {
+       eeprom@50 {
                compatible = "atmel,24c1024";
                reg = <0x50>;
        };
index 1f762af6f50226c04bf4c73fd387b93aea6d8427..206df8a8d9dd7de2de16df712680cceca890fd5a 100644 (file)
 };
 
 &i2c0 {
-       dtt@50 {
+       eeprom@50 {
                compatible = "atmel,24c1024";
                reg = <0x50>;
        };
index 3a69f65de81ec3dac723e2fa6c700538a9a4da1b..8e15a26a3a7e66bba5f2318e7bdf8602d600c444 100644 (file)
@@ -51,7 +51,7 @@
 };
 
 &i2c0 {
-       dtt@50 {
+       eeprom@50 {
                compatible = "atmel,24c1024";
                reg = <0x50>;
        };