ARM: dts: use 'atmel' as at24 manufacturer for qcom-apq8064-cm-qs600
authorBartosz Golaszewski <brgl@bgdev.pl>
Wed, 24 Jan 2018 21:30:30 +0000 (22:30 +0100)
committerAndy Gross <andy.gross@linaro.org>
Fri, 9 Mar 2018 00:30:06 +0000 (18:30 -0600)
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: Andy Gross <andy.gross@linaro.org>
arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts

index b818ebc..209eb21 100644 (file)
                                clock-frequency = <200000>;
 
                                eeprom@50 {
-                                       compatible = "24c02";
+                                       compatible = "atmel,24c02";
                                        reg = <0x50>;
                                        pagesize = <32>;
                                };