Commit 34732811 authored by Joel Stanley's avatar Joel Stanley

ARM: dts: aspeed: Enable IPMI BT node on OpenPower machines

These BMC systems require this device to communicate with the host.
Acked-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 75b310b7
...@@ -111,3 +111,7 @@ &i2c7 { ...@@ -111,3 +111,7 @@ &i2c7 {
&vuart { &vuart {
status = "okay"; status = "okay";
}; };
&ibt {
status = "okay";
};
...@@ -257,3 +257,7 @@ fan@6 { ...@@ -257,3 +257,7 @@ fan@6 {
aspeed,fan-tach-ch = /bits/ 8 <0x0e>; aspeed,fan-tach-ch = /bits/ 8 <0x0e>;
}; };
}; };
&ibt {
status = "okay";
};
...@@ -546,3 +546,7 @@ &wdt1 { ...@@ -546,3 +546,7 @@ &wdt1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_wdtrst1_default>; pinctrl-0 = <&pinctrl_wdtrst1_default>;
}; };
&ibt {
status = "okay";
};
...@@ -424,3 +424,7 @@ fan@3 { ...@@ -424,3 +424,7 @@ fan@3 {
aspeed,fan-tach-ch = /bits/ 8 <0x03>; aspeed,fan-tach-ch = /bits/ 8 <0x03>;
}; };
}; };
&ibt {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment