ARM: dts: at91: use 'atmel' as at24 manufacturer for sama5d34ek

Using compatible strings without the <manufacturer> part for at24 is
now deprecated. Use a correct 'atmel,<model>' value.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
Bartosz Golaszewski 2018-01-24 22:23:46 +01:00 committed by Alexandre Belloni
parent 9a06757dcc
commit 3f5243cb54

View File

@ -38,7 +38,7 @@ i2c1: i2c@f0018000 {
status = "okay";
24c256@50 {
compatible = "24c256";
compatible = "atmel,24c256";
reg = <0x50>;
pagesize = <64>;
};