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

index 50561b7..71df3ad 100644 (file)
                status = "okay";
 
                24c512@50 {
-                       compatible = "24c512";
+                       compatible = "atmel,24c512";
                        reg = <0x50>;
                };