From: Vladimir Zapolskiy Date: Tue, 26 Apr 2016 21:10:30 +0000 (+0300) Subject: ARM: dts: lpc32xx: ea3250: fix Atmel at24 eeprom vendor X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=118e24cd626b8857b94eefec6f1108fef4017e51;p=linux-beck.git ARM: dts: lpc32xx: ea3250: fix Atmel at24 eeprom vendor There is no 'at' hardware vendor defined yet, correct vendor prefix for Atmel is 'atmel'. Acked-by: Sylvain Lemieux Signed-off-by: Vladimir Zapolskiy --- diff --git a/arch/arm/boot/dts/ea3250.dts b/arch/arm/boot/dts/ea3250.dts index 9637ac507302..52b3ed10283a 100644 --- a/arch/arm/boot/dts/ea3250.dts +++ b/arch/arm/boot/dts/ea3250.dts @@ -162,12 +162,12 @@ }; eeprom@50 { - compatible = "at,24c256"; + compatible = "atmel,24c256"; reg = <0x50>; }; eeprom@57 { - compatible = "at,24c64"; + compatible = "atmel,24c64"; reg = <0x57>; };