diff options
| author | Andrew Jeffery <[email protected]> | 2020-04-02 23:09:31 +1030 |
|---|---|---|
| committer | Joel Stanley <[email protected]> | 2020-05-05 16:37:16 +0930 |
| commit | d2718f5e30d01d5dbc23c189bb670460093ba477 (patch) | |
| tree | 640c2777ac548a18b658c4914a014aa81815e6cf | |
| parent | bf6c99f3aeda127efe54b3d2ede2a98a815a90f6 (diff) | |
ARM: dts: aspeed: tacoma: Enable the second VUART
Used by some POWER hypervisors.
Signed-off-by: Andrew Jeffery <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts index 1526127b27af..4069c0d57d1c 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts @@ -877,6 +877,10 @@ status = "okay"; }; +&vuart2 { + status = "okay"; +}; + &lpc_ctrl { status = "okay"; memory-region = <&flash_memory>; |