Commit ca308fc2 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Tony Lindgren

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: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a66e9437
......@@ -342,7 +342,7 @@ tps: tps@24 {
};
baseboard_eeprom: baseboard_eeprom@50 {
compatible = "at,24c256";
compatible = "atmel,24c256";
reg = <0x50>;
#address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment