mirror of
https://github.com/torvalds/linux.git
synced 2026-06-15 10:32:26 +02:00
ARM: dts: aspeed: Enable IPMI BT node on OpenPower machines
These BMC systems require this device to communicate with the host. Acked-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
75b310b770
commit
347328110e
|
|
@ -111,3 +111,7 @@ &i2c7 {
|
|||
&vuart {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ibt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -257,3 +257,7 @@ fan@6 {
|
|||
aspeed,fan-tach-ch = /bits/ 8 <0x0e>;
|
||||
};
|
||||
};
|
||||
|
||||
&ibt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -546,3 +546,7 @@ &wdt1 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_wdtrst1_default>;
|
||||
};
|
||||
|
||||
&ibt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -424,3 +424,7 @@ fan@3 {
|
|||
aspeed,fan-tach-ch = /bits/ 8 <0x03>;
|
||||
};
|
||||
};
|
||||
|
||||
&ibt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user