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

index e9a7c70830a86c3608269d6841b0ad03a8fe8de1..727096f24f7c4877375ef8e5849ac6d2a69f97e0 100644 (file)
                status = "okay";
 
                24c512@50 {
-                       compatible = "24c512";
+                       compatible = "atmel,24c512";
                        reg = <0x50>;
                        pagesize = <128>;
                };