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:
parent
dcb14337e0
commit
835b706bab
|
@ -98,7 +98,7 @@
|
|||
fsl,preserve-clocking;
|
||||
|
||||
eeprom@50 {
|
||||
compatible = "at,24c01";
|
||||
compatible = "atmel,24c01";
|
||||
reg = <0x50>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue