aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2018-01-24 22:25:01 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-02-13 17:15:16 +0100
commite3a5ce64502a9c0662162d71dd944c3d893a0028 (patch)
tree9e4bc5c44b4c1043fc9ba8a763ffa3d9339c22e9
parentARM: dts: at91: use 'atmel' as at24 manufacturer for sama5d34ek (diff)
downloadlinux-dev-e3a5ce64502a9c0662162d71dd944c3d893a0028.tar.xz
linux-dev-e3a5ce64502a9c0662162d71dd944c3d893a0028.zip
ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9260ek
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/at91sam9260ek.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9260ek.dts b/arch/arm/boot/dts/at91sam9260ek.dts
index e16c706d91ef..d2b865f60293 100644
--- a/arch/arm/boot/dts/at91sam9260ek.dts
+++ b/arch/arm/boot/dts/at91sam9260ek.dts
@@ -201,7 +201,7 @@
status = "okay";
24c512@50 {
- compatible = "24c512";
+ compatible = "atmel,24c512";
reg = <0x50>;
};
};