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

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:29:09 +01:00 committed by Alexandre Belloni
parent 282e8874e4
commit 6fa65edf87

View file

@ -250,7 +250,7 @@ i2c-gpio-0 {
status = "okay";
24c512@50 {
compatible = "24c512";
compatible = "atmel,24c512";
reg = <0x50>;
pagesize = <128>;
};