mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
ARM: dts: aspeed: catalina: Update CBC FRU EEPROM I2C bus and address
Revise the I2C bus and address for the Cable Backplane Cartridge (CBC) FRU EEPROM in the Catalina device tree. Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Link: https://patch.msgid.link/20250321-potin-catalina-dts-update-20250102-v6-9-4bd85efeb9b4@gmail.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
df89538262
commit
aadc4c3ddd
|
|
@ -822,6 +822,12 @@ eeprom@50 {
|
|||
compatible = "atmel,24c64";
|
||||
reg = <0x50>;
|
||||
};
|
||||
|
||||
// Secondary CBC FRU EEPROM
|
||||
eeprom@54 {
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x54>;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c13 {
|
||||
|
|
@ -834,18 +840,12 @@ eeprom@50 {
|
|||
reg = <0x50>;
|
||||
};
|
||||
|
||||
// Left CBC FRU EEPROM
|
||||
// Primary CBC FRU EEPROM
|
||||
eeprom@54 {
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x54>;
|
||||
};
|
||||
|
||||
// Right CBC FRU EEPROM
|
||||
eeprom@55 {
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x55>;
|
||||
};
|
||||
|
||||
// HMC FRU EEPROM
|
||||
eeprom@57 {
|
||||
compatible = "atmel,24c02";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user