ARM: dts: at91: use 'atmel' as at24 manufacturer for sama5d34ek
authorBartosz Golaszewski <brgl@bgdev.pl>
Wed, 24 Jan 2018 21:23:46 +0000 (22:23 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 13 Feb 2018 16:15:16 +0000 (17:15 +0100)
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: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/boot/dts/sama5d34ek.dts

index c8b8449..15d5c46 100644 (file)
@@ -38,7 +38,7 @@
                                status = "okay";
 
                                24c256@50 {
-                                       compatible = "24c256";
+                                       compatible = "atmel,24c256";
                                        reg = <0x50>;
                                        pagesize = <64>;
                                };