[PATCH linux] Add HDD backplane and SAS expander VPD to device tree
OpenBMC Patches
openbmc-patches at stwcx.xyz
Tue Jan 19 08:30:27 AEDT 2016
From: Norman James <njames at us.ibm.com>
Signed-off-by: Norman James <nkskjames at gmail.com>
---
arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts b/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
index 38a4fd0..27a503f 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
@@ -35,6 +35,16 @@
compatible = "nuvoton,nct7904";
reg = <0x2e>;
};
+ eeprom at 51 {
+ compatible = "atmel,24c256";
+ reg = <0x51>;
+ pagesize = <64>;
+ };
+ eeprom at 55 {
+ compatible = "atmel,24c256";
+ reg = <0x55>;
+ pagesize = <64>;
+ };
};
};
};
--
2.6.4
More information about the openbmc
mailing list