diff options
author | Andrew Davis <afd@ti.com> | 2023-05-15 20:35:13 +0200 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2023-06-07 16:02:46 +0200 |
commit | 5ae8afd41ea5a1767d0b683ffa8f9ff3d9c7e68c (patch) | |
tree | db0ee1e5b4d430a48b5e63c76bc9896bb66d6a1d /arch/arm/boot/dts/keystone-k2l-evm.dts | |
parent | ARM: dts: Unify pinctrl-single pin group nodes for keystone (diff) | |
download | linux-5ae8afd41ea5a1767d0b683ffa8f9ff3d9c7e68c.tar.xz linux-5ae8afd41ea5a1767d0b683ffa8f9ff3d9c7e68c.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2l-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/keystone-k2l-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ }; &i2c0 { - dtt@50 { + eeprom@50 { compatible = "atmel,24c1024"; reg = <0x50>; }; |