ARM: dts: aspeed: Enable IPMI BT node on OpenPower machines
authorJoel Stanley <joel@jms.id.au>
Mon, 12 Feb 2018 07:43:21 +0000 (18:13 +1030)
committerJoel Stanley <joel@jms.id.au>
Mon, 19 Feb 2018 07:29:48 +0000 (17:59 +1030)
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>
arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts

index 4379d09..5115247 100644 (file)
 &vuart {
        status = "okay";
 };
+
+&ibt {
+       status = "okay";
+};
index 623b6ab..d41be52 100644 (file)
                aspeed,fan-tach-ch = /bits/ 8 <0x0e>;
        };
 };
+
+&ibt {
+       status = "okay";
+};
index 5f9049d..7056231 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_wdtrst1_default>;
 };
+
+&ibt {
+       status = "okay";
+};
index c881484..ebe726a 100644 (file)
                aspeed,fan-tach-ch = /bits/ 8 <0x03>;
        };
 };
+
+&ibt {
+       status = "okay";
+};