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-zaius.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-zaius.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts index c881484a85cf..ebe726a0d311 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts @@ -424,3 +424,7 @@ aspeed,fan-tach-ch = /bits/ 8 <0x03>; }; }; + +&ibt { + status = "okay"; +}; |