summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-02-12 10:43:21 +0300
committerJoel Stanley <joel@jms.id.au>2018-02-19 10:29:48 +0300
commit347328110eabec0b76a9b76d4a43fbae62930bc0 (patch)
treedde110095730601f83d365eec7a6e3b70757c804 /arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
parent75b310b770d631bea4bd00f9b8d3a8c902342fe2 (diff)
downloadlinux-347328110eabec0b76a9b76d4a43fbae62930bc0.tar.xz
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.dts4
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";
+};