]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: santabarbara: Enable ipmb device for OCP debug card
authorFred Chen <fredchen.openbmc@gmail.com>
Tue, 25 Nov 2025 13:59:31 +0000 (21:59 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Sun, 14 Dec 2025 08:37:16 +0000 (17:37 +0900)
Add an IPMB node for OCP debug card to support IPMI communication.

Signed-off-by: Fred Chen <fredchen.openbmc@gmail.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-santabarbara.dts

index 4312ead311df98f7c425d248f0ce9b6d4441cd21..0a3e2e2410636532e05f168473a1a49041801d36 100644 (file)
 };
 
 &i2c7 {
+       multi-master;
        status = "okay";
+
+       ipmb@10 {
+               compatible = "ipmb-dev";
+               reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
+               i2c-protocol;
+       };
 };
 
 &i2c8 {