mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
ARM: dts: aspeed: santabarbara: Enable MCTP for frontend NIC
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>
This commit is contained in:
committed by
Andrew Jeffery
parent
89c51b7066
commit
5941b4239f
@@ -1279,8 +1279,15 @@
|
||||
};
|
||||
|
||||
&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";
|
||||
|
||||
Reference in New Issue
Block a user