mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
ARM: dts: aspeed: santabarbara: Enable ipmb device for OCP debug card
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>
This commit is contained in:
parent
22f8985f95
commit
0cf964501f
|
|
@ -845,7 +845,14 @@ temperature-sensor@49 {
|
|||
};
|
||||
|
||||
&i2c7 {
|
||||
multi-master;
|
||||
status = "okay";
|
||||
|
||||
ipmb@10 {
|
||||
compatible = "ipmb-dev";
|
||||
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
|
||||
i2c-protocol;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c8 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user