diff options
author | Rob Herring (Arm) <robh@kernel.org> | 2024-09-10 23:59:38 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2024-10-04 23:17:36 +0200 |
commit | 47048d5bcf05b4529009e4434dd1ece7f0c4f4d1 (patch) | |
tree | c6eab7f366ef068d529afa2768a310ca13507952 /arch/arm/boot/dts/ti/omap/am335x-boneblue.dts | |
parent | Linux 6.12-rc1 (diff) | |
download | linux-47048d5bcf05b4529009e4434dd1ece7f0c4f4d1.tar.xz linux-47048d5bcf05b4529009e4434dd1ece7f0c4f4d1.zip |
ARM: dts: ti/omap: Fix at24 EEPROM node names
at24.yaml defines the node name for at24 EEPROMs as 'eeprom'.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: hns@goldelico.com # for GTA04
Link: https://lore.kernel.org/r/20240910215942.824137-1-robh@kernel.org
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/ti/omap/am335x-boneblue.dts')
-rw-r--r-- | arch/arm/boot/dts/ti/omap/am335x-boneblue.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ti/omap/am335x-boneblue.dts b/arch/arm/boot/dts/ti/omap/am335x-boneblue.dts index 8878da773d67..f579df4c2c54 100644 --- a/arch/arm/boot/dts/ti/omap/am335x-boneblue.dts +++ b/arch/arm/boot/dts/ti/omap/am335x-boneblue.dts @@ -313,7 +313,7 @@ }; &i2c0 { - baseboard_eeprom: baseboard_eeprom@50 { + baseboard_eeprom: eeprom@50 { compatible = "atmel,24c256"; reg = <0x50>; |