ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9260ek
authorBartosz Golaszewski <brgl@bgdev.pl>
Wed, 24 Jan 2018 21:25:01 +0000 (22:25 +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/at91sam9260ek.dts

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