mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
ARM: dts: aspeed: bonnell: Add DIMM SPD
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>
This commit is contained in:
committed by
Joel Stanley
parent
06c2afb862
commit
267c95dc9f
@@ -232,18 +232,38 @@
|
||||
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user