Commit 282e8874 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Alexandre Belloni

ARM: dts: at91: use 'atmel' as at24 manufacturer for at91-sama5d2_ptc_ek

Using compatible strings without the <manufacturer> part for at24 is
now deprecated. Use a correct 'atmel,<model>' value.
Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent b2f24db3
......@@ -230,7 +230,7 @@ i2c1: i2c@fc028000 {
status = "okay";
at24@50 {
compatible = "24c02";
compatible = "atmel,24c02";
reg = <0x50>;
pagesize = <8>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment