summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/ea3250.dts
diff options
context:
space:
mode:
authorVladimir Zapolskiy2016-04-26 23:10:30 +0200
committerVladimir Zapolskiy2016-04-27 23:38:42 +0200
commit118e24cd626b8857b94eefec6f1108fef4017e51 (patch)
tree917434d729b78c1a2deb8d7ba3da370f76de0867 /arch/arm/boot/dts/ea3250.dts
parentARM: dts: lpc32xx: ea3250: add NAND partitions device node (diff)
downloadkernel-qcow2-linux-118e24cd626b8857b94eefec6f1108fef4017e51.tar.gz
kernel-qcow2-linux-118e24cd626b8857b94eefec6f1108fef4017e51.tar.xz
kernel-qcow2-linux-118e24cd626b8857b94eefec6f1108fef4017e51.zip
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 <slemieux.tyco@gmail.com> Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/boot/dts/ea3250.dts')
-rw-r--r--arch/arm/boot/dts/ea3250.dts4
1 files changed, 2 insertions, 2 deletions
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>;
};