powerpc/dts: Use 'atmel' as at24 manufacturer for pdm360ng

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: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Bartosz Golaszewski 2018-06-21 10:33:03 +02:00 коммит произвёл Michael Ellerman
Родитель dcb14337e0
Коммит 835b706bab
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -98,7 +98,7 @@
fsl,preserve-clocking;
eeprom@50 {
compatible = "at,24c01";
compatible = "atmel,24c01";
reg = <0x50>;
};