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>
This commit is contained in:
Joel Stanley 2018-02-12 18:13:21 +10:30
parent 75b310b770
commit 347328110e
4 changed files with 16 additions and 0 deletions

View File

@ -111,3 +111,7 @@ &i2c7 {
&vuart {
status = "okay";
};
&ibt {
status = "okay";
};

View File

@ -257,3 +257,7 @@ fan@6 {
aspeed,fan-tach-ch = /bits/ 8 <0x0e>;
};
};
&ibt {
status = "okay";
};

View File

@ -546,3 +546,7 @@ &wdt1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_wdtrst1_default>;
};
&ibt {
status = "okay";
};

View File

@ -424,3 +424,7 @@ fan@3 {
aspeed,fan-tach-ch = /bits/ 8 <0x03>;
};
};
&ibt {
status = "okay";
};