diff options
author | Joel Stanley <joel@jms.id.au> | 2018-02-12 18:13:21 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-02-19 17:59:48 +1030 |
commit | 347328110eabec0b76a9b76d4a43fbae62930bc0 (patch) | |
tree | dde110095730601f83d365eec7a6e3b70757c804 /arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | |
parent | 75b310b770d631bea4bd00f9b8d3a8c902342fe2 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts index 5f9049d2c4c3..7056231cbee6 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts @@ -546,3 +546,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_wdtrst1_default>; }; + +&ibt { + status = "okay"; +}; |