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

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:25:01 +01:00 коммит произвёл Alexandre Belloni
Родитель 3f5243cb54
Коммит e3a5ce6450
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -201,7 +201,7 @@
status = "okay";
24c512@50 {
compatible = "24c512";
compatible = "atmel,24c512";
reg = <0x50>;
};
};