Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34732811 authored by Joel Stanley's avatar Joel Stanley
Browse files

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -111,3 +111,7 @@
&vuart {
	status = "okay";
};

&ibt {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -257,3 +257,7 @@
		aspeed,fan-tach-ch = /bits/ 8 <0x0e>;
	};
};

&ibt {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -546,3 +546,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_wdtrst1_default>;
};

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

&ibt {
	status = "okay";
};