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>
        };
 
        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>;
                        };