[PATCH linux dev-5.3] ARM: dts: aspeed: rainier: Fix i2c eeprom size
Santosh Puranik
santosh.puranik.ibm at gmail.com
Thu Oct 31 15:20:33 AEDT 2019
On 30/10/19 3:31 PM, Jinu Thomas wrote:
> 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: Jinu Joy Thomas <jinu.joy.thomas at in.ibm.com>
> ---
> arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
> index efb1e99b5124..d959947dd8d6 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
> @@ -412,7 +412,7 @@
> };
>
> eeprom at 50 {
> - compatible = "atmel,24c64";
> + compatible = "atmel,24c128";
> reg = <0x50>;
> };
> };
> @@ -461,7 +461,7 @@
> };
>
> eeprom at 50 {
> - compatible = "atmel,24c64";
> + compatible = "atmel,24c128";
> reg = <0x50>;
> };
> };
Reviewed-by: Santosh Puranik <santosh.puranik.ibm at gmail.com>
We do not have schematics available for the VRM cards, but
I did confirm with the system designers that the EEPROMs are
indeed 128Kbit in size.
--
Santosh
More information about the openbmc
mailing list