diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-01-25 00:22:13 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-14 20:26:11 +0300 |
commit | ca308fc2d5cceb2ebdd3f4e2c814d6b3362517b4 (patch) | |
tree | 0eaf714cae6055d4206b158d528599d187bd7d01 /arch/arm/boot/dts/am335x-boneblue.dts | |
parent | a66e9437cffc965866efef28bc3e15f711c98ee9 (diff) | |
download | linux-ca308fc2d5cceb2ebdd3f4e2c814d6b3362517b4.tar.xz |
ARM: dts: use 'atmel' as at24 manufacturer in am335x-boneblue
Using 'at' as the <manufacturer> part of the compatible string is now
deprecated. Use a correct string: 'atmel,<model>'.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-boneblue.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-boneblue.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-boneblue.dts b/arch/arm/boot/dts/am335x-boneblue.dts index 3f2480d05a3b..58baee158e64 100644 --- a/arch/arm/boot/dts/am335x-boneblue.dts +++ b/arch/arm/boot/dts/am335x-boneblue.dts @@ -342,7 +342,7 @@ }; baseboard_eeprom: baseboard_eeprom@50 { - compatible = "at,24c256"; + compatible = "atmel,24c256"; reg = <0x50>; #address-cells = <1>; |