]> Gentwo Git Trees - linux/.git/commitdiff
ARM: dts: aspeed: Modify I2C bus configuration
authorRenze Nicolai <renze@rnplus.nl>
Wed, 3 Apr 2024 13:28:53 +0000 (15:28 +0200)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 1 May 2024 02:19:20 +0000 (11:49 +0930)
Enable I2C bus 8 which is exposed on the IPMB_1 connector on the X570D4U
mainboard.

Additionally adds a descriptive comment to I2C busses 1 and 5.

Signed-off-by: Renze Nicolai <renze@rnplus.nl>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-x570d4u.dts

index 66318ef8caaec0f7e42c60f9b0c9dc7632af586a..8dee4faa9e07dcade250fd361bae07c5d762ef38 100644 (file)
@@ -162,6 +162,7 @@ &i2c0 {
 };
 
 &i2c1 {
+       /* Hardware monitoring SMBus */
        status = "okay";
 
        w83773g@4c {
@@ -219,6 +220,7 @@ i2c4mux0ch3: i2c@3 {
 };
 
 &i2c5 {
+       /* SMBus on BMC connector (BMC_SMB_1) */
        status = "okay";
 };
 
@@ -243,6 +245,11 @@ eth1_macaddress: macaddress@3f88 {
        };
 };
 
+&i2c8 {
+       /* SMBus on intelligent platform management bus header (IPMB_1) */
+       status = "okay";
+};
+
 &gfx {
        status = "okay";
 };