summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2018-01-24 22:29:09 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-02-13 17:15:18 +0100
commit6fa65edf87886f85a18680ed7bdedc15cb810065 (patch)
treea2eca812f3acfe7193209688c0033fb31567d9ee
parent282e8874e4af45ccc52fbd450fea76c1d0d6646a (diff)
ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9263ek
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>
-rw-r--r--arch/arm/boot/dts/at91sam9263ek.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts
index e9a7c70830a8..727096f24f7c 100644
--- a/arch/arm/boot/dts/at91sam9263ek.dts
+++ b/arch/arm/boot/dts/at91sam9263ek.dts
@@ -250,7 +250,7 @@
status = "okay";
24c512@50 {
- compatible = "24c512";
+ compatible = "atmel,24c512";
reg = <0x50>;
pagesize = <128>;
};