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>
This commit is contained in:
Bartosz Golaszewski 2018-01-24 22:22:13 +01:00 committed by Tony Lindgren
parent a66e9437cf
commit ca308fc2d5

View File

@ -342,7 +342,7 @@ tps: tps@24 {
};
baseboard_eeprom: baseboard_eeprom@50 {
compatible = "at,24c256";
compatible = "atmel,24c256";
reg = <0x50>;
#address-cells = <1>;