OSDN Git Service

ARM: dts: aspeed: bonnell: Add DIMM SPD
authorEddie James <eajames@linux.ibm.com>
Wed, 22 Mar 2023 14:03:48 +0000 (09:03 -0500)
committerJoel Stanley <joel@jms.id.au>
Mon, 10 Jul 2023 04:11:38 +0000 (13:41 +0930)
Add the DIMM SPD to the processor I2C busses.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20230322140348.569397-5-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-bonnell.dts

index 81902cb..0b68e4d 100644 (file)
 
                        cfam0_i2c10: i2c-bus@a {
                                reg = <10>;     /* OP3A */
+
+                               eeprom@50 {
+                                       compatible = "atmel,at30tse004a";
+                                       reg = <0x50>;
+                               };
                        };
 
                        cfam0_i2c11: i2c-bus@b {
                                reg = <11>;     /* OP3B */
+
+                               eeprom@50 {
+                                       compatible = "atmel,at30tse004a";
+                                       reg = <0x50>;
+                               };
                        };
 
                        cfam0_i2c12: i2c-bus@c {
                                reg = <12>;     /* OP4A */
+
+                               eeprom@50 {
+                                       compatible = "atmel,at30tse004a";
+                                       reg = <0x50>;
+                               };
                        };
 
                        cfam0_i2c13: i2c-bus@d {
                                reg = <13>;     /* OP4B */
+
+                               eeprom@50 {
+                                       compatible = "atmel,at30tse004a";
+                                       reg = <0x50>;
+                               };
                        };
 
                        cfam0_i2c14: i2c-bus@e {