]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: aspeed: catalina: Update CBC FRU EEPROM I2C bus and address
authorPotin Lai <potin.lai.pt@gmail.com>
Fri, 21 Mar 2025 07:26:10 +0000 (15:26 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 11 Jun 2025 04:19:19 +0000 (13:49 +0930)
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>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dts

index 2dbb65db92508d5abb2f111e3cb3cd27ba33183c..a6a2dd72526694d64a88ccf81953983df78c2260 100644 (file)
                compatible = "atmel,24c64";
                reg = <0x50>;
        };
+
+       // Secondary CBC FRU EEPROM
+       eeprom@54 {
+               compatible = "atmel,24c02";
+               reg = <0x54>;
+       };
 };
 
 &i2c13 {
                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";