[PATCH v2 4/4] ARM: dts: aspeed: bonnell: Add DIMM SPD

Eddie James eajames at linux.ibm.com
Wed Mar 22 02:16:42 AEDT 2023


Add the DIMM SPD to the processor I2C busses.

Signed-off-by: Eddie James <eajames at linux.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
index 79516dc21c01..72186020e75a 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
@@ -232,18 +232,38 @@ cfam0_i2c1: i2c-bus at 1 {
 
 			cfam0_i2c10: i2c-bus at a {
 				reg = <10>;	/* OP3A */
+
+				eeprom at 50 {
+					compatible = "atmel,at30tse";
+					reg = <0x50>;
+				};
 			};
 
 			cfam0_i2c11: i2c-bus at b {
 				reg = <11>;	/* OP3B */
+
+				eeprom at 50 {
+					compatible = "atmel,at30tse";
+					reg = <0x50>;
+				};
 			};
 
 			cfam0_i2c12: i2c-bus at c {
 				reg = <12>;	/* OP4A */
+
+				eeprom at 50 {
+					compatible = "atmel,at30tse";
+					reg = <0x50>;
+				};
 			};
 
 			cfam0_i2c13: i2c-bus at d {
 				reg = <13>;	/* OP4B */
+
+				eeprom at 50 {
+					compatible = "atmel,at30tse";
+					reg = <0x50>;
+				};
 			};
 
 			cfam0_i2c14: i2c-bus at e {
-- 
2.31.1



More information about the Linux-aspeed mailing list