Commit 7f4a0ad5 authored by Jinu Thomas's avatar Jinu Thomas Committed by Joel Stanley

ARM: dts: aspeed: rainier: Fix i2c eeprom size

Fix the size of the Proc VRM card's eeprom used for vpd storage. The
size is changed from 64Kbit to 128Kbit.
Signed-off-by: default avatarJinu Joy Thomas <jinu.joy.thomas@in.ibm.com>
Reviewed-by: default avatarSantosh Puranik <santosh.puranik.ibm@gmail.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 253d39f5
......@@ -408,7 +408,7 @@ ir35221@74 {
};
eeprom@50 {
compatible = "atmel,24c64";
compatible = "atmel,24c128";
reg = <0x50>;
};
};
......@@ -457,7 +457,7 @@ ir35221@74 {
};
eeprom@50 {
compatible = "atmel,24c64";
compatible = "atmel,24c128";
reg = <0x50>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment