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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -408,7 +408,7 @@
	};

	eeprom@50 {
		compatible = "atmel,24c64";
		compatible = "atmel,24c128";
		reg = <0x50>;
	};
};
@@ -457,7 +457,7 @@
	};

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