diff options
author | Joel Stanley <joel@jms.id.au> | 2018-02-12 10:43:21 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-02-19 10:29:48 +0300 |
commit | 347328110eabec0b76a9b76d4a43fbae62930bc0 (patch) | |
tree | dde110095730601f83d365eec7a6e3b70757c804 /arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | |
parent | 75b310b770d631bea4bd00f9b8d3a8c902342fe2 (diff) | |
download | linux-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-romulus.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts index 623b6ab42021..d41be52c2393 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts @@ -257,3 +257,7 @@ aspeed,fan-tach-ch = /bits/ 8 <0x0e>; }; }; + +&ibt { + status = "okay"; +}; |