]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: santabarbara: Enable MCTP for frontend NIC
authorFred Chen <fredchen.openbmc@gmail.com>
Wed, 15 Oct 2025 14:38:59 +0000 (22:38 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Fri, 17 Oct 2025 06:14:13 +0000 (16:44 +1030)
Add the mctp-controller property and MCTP node to enable frontend NIC
management via PLDM over MCTP.

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 89b18afe2b0047d5154993246b680937668445a6..b190ab344aa7476d3e9ae152d979ea41ae5cae09 100644 (file)
 };
 
 &i2c11 {
+       multi-master;
+       mctp-controller;
        status = "okay";
 
+       mctp@10 {
+               compatible = "mctp-i2c-controller";
+               reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
+       };
+
        // OCP NIC TEMP
        temperature-sensor@1f {
                compatible = "ti,tmp421";