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
Родитель 75b310b770
Коммит 347328110e
4 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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