Skip to content

Commit

Permalink
ARM: dts: lpc32xx: ea3250: fix Atmel at24 eeprom vendor
Browse files Browse the repository at this point in the history
There is no 'at' hardware vendor defined yet, correct vendor prefix
for Atmel is 'atmel'.

Acked-by: Sylvain Lemieux <slemieux.tyco@gmail.com>
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
  • Loading branch information
Vladimir Zapolskiy committed Apr 27, 2016
1 parent 72fa28e commit 118e24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/ea3250.dts
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@
};

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

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

Expand Down

0 comments on commit 118e24c

Please sign in to comment.