arc: dts: use 'atmel' as manufacturer for at24 in axs10x_mb
authorBartosz Golaszewski <brgl@bgdev.pl>
Tue, 6 Feb 2018 11:08:10 +0000 (12:08 +0100)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 6 Feb 2018 22:36:32 +0000 (14:36 -0800)
Using compatible strings without the <manufacturer> part for at24 is
deprecated since commit 6da28acf745f ("dt-bindings: at24: consistently
document the compatible property"). Use a correct 'atmel,<model>'
value.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/dts/axs10x_mb.dtsi

index 74d070c..47b74fb 100644 (file)
                        };
 
                        eeprom@0x54{
-                               compatible = "24c01";
+                               compatible = "atmel,24c01";
                                reg = <0x54>;
                                pagesize = <0x8>;
                        };
 
                        eeprom@0x57{
-                               compatible = "24c04";
+                               compatible = "atmel,24c04";
                                reg = <0x57>;
                                pagesize = <0x8>;
                        };