diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-09-09 16:20:48 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-09-14 18:25:02 +0930 |
commit | 61263b6485d9a517c1c5014bd57e06d2687f7c68 (patch) | |
tree | c650edba319e90604aebb535ca70ce84d7e6bffb /arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts | |
parent | be81c325326ae06e81584c38b682b0540c3e9b66 (diff) |
ARM: dts: aspeed: amd-ethanolx: Add FRU EEPROM
AMD EthanolX CRB uses 24LC128 EEPROM chip to store its FRU information.
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Link: https://lore.kernel.org/r/20210909132053.3919-1-aladyshev22@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts index 79d17841b3d7..6406a0f080ee 100644 --- a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts +++ b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts @@ -159,6 +159,11 @@ //24LC128 EEPROM &i2c3 { status = "okay"; + eeprom@50 { + compatible = "atmel,24c256"; + reg = <0x50>; + pagesize = <64>; + }; }; //P0 Power regulators |