Skip to content

Commit 06e1a5c

Browse files
aford173tmlind
authored andcommitted
ARM: dts: OMAP3: Fix MFG ID EEPROM
The manufacturing information is stored in the EEPROM. This chip is an AT24C64 not not (nor has it ever been) 24C02. This patch will correctly address the EEPROM to read the entire contents and not just 256 bytes (of 0xff). Fixes: 5e3447a ("ARM: dts: LogicPD Torpedo: Add AT24 EEPROM Support") Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent e24bce8 commit 06e1a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/logicpd-torpedo-som.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
&i2c3 {
122122
clock-frequency = <400000>;
123123
at24@50 {
124-
compatible = "at24,24c02";
124+
compatible = "atmel,24c64";
125125
readonly;
126126
reg = <0x50>;
127127
};

0 commit comments

Comments
 (0)