ARM: dts: consistently use 'atmel' as at24 manufacturer in cyclone5
authorBartosz Golaszewski <brgl@bgdev.pl>
Tue, 17 Apr 2018 09:45:13 +0000 (11:45 +0200)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 24 Apr 2018 15:07:52 +0000 (10:07 -0500)
Using 'at' or 'at24' as the <manufacturer> part of the compatible
string is now deprecated. Use a correct value: 'atmel,<model>'.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts

index 2459d133f1bee5cd90e34f6b7059c0260343d652..f50b19447de6981c377e6d9b7729f23205990700 100644 (file)
        };
 
        at24@50 {
-               compatible = "at24,24c01";
+               compatible = "atmel,24c01";
                pagesize = <8>;
                reg = <0x50>;
        };
                        #size-cells = <0>;
                        reg = <6>;
                        eeprom@51 {
-                               compatible = "at,24c01";
+                               compatible = "atmel,24c01";
                                pagesize = <8>;
                                reg = <0x51>;
                        };
                        #size-cells = <0>;
                        reg = <7>;
                        eeprom@51 {
-                               compatible = "at,24c01";
+                               compatible = "atmel,24c01";
                                pagesize = <8>;
                                reg = <0x51>;
                        };