aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2018-01-24 16:25:44 -0500
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-02-13 11:15:17 -0500
commitb2f24db37968477b33d97c82becaba7886cb0a12 (patch)
tree3d46afa6b8fd6306adc4e5e66c867632c8d8ebd9
parente3a5ce64502a9c0662162d71dd944c3d893a0028 (diff)
ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9g20ek
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/at91sam9g20ek_common.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
index 50561b7b7939..71df3adfc7ca 100644
--- a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
+++ b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
@@ -211,7 +211,7 @@
211 status = "okay"; 211 status = "okay";
212 212
213 24c512@50 { 213 24c512@50 {
214 compatible = "24c512"; 214 compatible = "atmel,24c512";
215 reg = <0x50>; 215 reg = <0x50>;
216 }; 216 };
217 217