projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72fa28e
)
ARM: dts: lpc32xx: ea3250: fix Atmel at24 eeprom vendor
author
Vladimir Zapolskiy
<vz@mleia.com>
Tue, 26 Apr 2016 21:10:30 +0000
(
00:10
+0300)
committer
Vladimir Zapolskiy
<vz@mleia.com>
Wed, 27 Apr 2016 21:38:42 +0000
(
00:38
+0300)
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>
arch/arm/boot/dts/ea3250.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ea3250.dts
b/arch/arm/boot/dts/ea3250.dts
index 9637ac5073029e4420105b462e3bf2f90627db29..52b3ed10283a7a5dabca56341d623a60017420dc 100644
(file)
--- a/
arch/arm/boot/dts/ea3250.dts
+++ b/
arch/arm/boot/dts/ea3250.dts
@@
-162,12
+162,12
@@
};
eeprom@50 {
- compatible = "at,24c256";
+ compatible = "at
mel
,24c256";
reg = <0x50>;
};
eeprom@57 {
- compatible = "at,24c64";
+ compatible = "at
mel
,24c64";
reg = <0x57>;
};