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

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: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Bartosz Golaszewski 2018-06-21 10:33:04 +02:00 committed by Michael Ellerman
parent 835b706bab
commit 6aeb43591f

View File

@ -130,7 +130,7 @@
#size-cells = <0>;
eeprom@54 {
compatible = "24c02";
compatible = "atmel,24c02";
reg = <0x54>;
pagesize = <2>;
read-only;