From: Bartosz Golaszewski Date: Wed, 24 Jan 2018 21:26:56 +0000 (+0100) Subject: ARM: dts: at91: use 'atmel' as at24 manufacturer for at91-sama5d2_ptc_ek X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=282e8874e4af45ccc52fbd450fea76c1d0d6646a;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: at91: use 'atmel' as at24 manufacturer for at91-sama5d2_ptc_ek Using compatible strings without the part for at24 is now deprecated. Use a correct 'atmel,' value. Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts index e603a267bdf1..b10dccd0958f 100644 --- a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts +++ b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts @@ -230,7 +230,7 @@ status = "okay"; at24@50 { - compatible = "24c02"; + compatible = "atmel,24c02"; reg = <0x50>; pagesize = <8>; };