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

index e603a26..b10dccd 100644 (file)
                                status = "okay";
 
                                at24@50 {
-                                       compatible = "24c02";
+                                       compatible = "atmel,24c02";
                                        reg = <0x50>;
                                        pagesize = <8>;
                                };