OSDN Git Service

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

index 5922c1e..3094df0 100644 (file)
                                        #size-cells = <0>;
 
                                        eeprom@54 {
-                                               compatible = "24c02";
+                                               compatible = "atmel,24c02";
                                                reg = <0x54>;
                                                pagesize = <2>;
                                                read-only;