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-palmetto.dts | |
parent | 75b310b770d631bea4bd00f9b8d3a8c902342fe2 (diff) | |
download | lwn-347328110eabec0b76a9b76d4a43fbae62930bc0.tar.gz lwn-347328110eabec0b76a9b76d4a43fbae62930bc0.zip |
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-palmetto.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts index 4379d09a261f..5115247e5e59 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts @@ -111,3 +111,7 @@ &vuart { status = "okay"; }; + +&ibt { + status = "okay"; +}; |