]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: aspeed: catalina: Enable MCTP for frontend NIC management
authorPotin Lai <potin.lai.pt@gmail.com>
Tue, 10 Jun 2025 17:02:09 +0000 (01:02 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Fri, 4 Jul 2025 03:58:25 +0000 (13:28 +0930)
Add the `mctp-controller` property and MCTP nodes to enable support for
frontend NIC management via PLDM over MCTP.

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Link: https://patch.msgid.link/20250611-catalina-mctp-i2c-10-15-v1-1-2a882e461ed9@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dts

index 5fb67ad2d77702f308b21181223989353af877ca..8d786510167f525469f89ba843ce2d5b1d71ef3f 100644 (file)
 
 &i2c10 {
        status = "okay";
+       multi-master;
+       mctp-controller;
+       mctp@10 {
+               compatible = "mctp-i2c-controller";
+               reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
+       };
 
        // OCP NIC0 TEMP
        temperature-sensor@1f {
 
 &i2c15 {
        status = "okay";
+       multi-master;
+       mctp-controller;
+       mctp@10 {
+               compatible = "mctp-i2c-controller";
+               reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
+       };
 
        // OCP NIC1 TEMP
        temperature-sensor@1f {