Commit 118e24cd authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy
Browse files

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: default avatarSylvain Lemieux <slemieux.tyco@gmail.com>
Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
parent 72fa28e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -162,12 +162,12 @@
	};

	eeprom@50 {
		compatible = "at,24c256";
		compatible = "atmel,24c256";
		reg = <0x50>;
	};

	eeprom@57 {
		compatible = "at,24c64";
		compatible = "atmel,24c64";
		reg = <0x57>;
	};