OSDN Git Service

powerpc/dts: Use 'atmel' as at24 manufacturer for pdm360ng
authorBartosz Golaszewski <brgl@bgdev.pl>
Thu, 21 Jun 2018 08:33:03 +0000 (10:33 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 10 Jul 2018 00:58:27 +0000 (10:58 +1000)
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>
arch/powerpc/boot/dts/pdm360ng.dts

index 445b881..df1283b 100644 (file)
@@ -98,7 +98,7 @@
                        fsl,preserve-clocking;
 
                        eeprom@50 {
-                               compatible = "at,24c01";
+                               compatible = "atmel,24c01";
                                reg = <0x50>;
                        };