diff options
author | Joel Stanley <joel@jms.id.au> | 2018-07-04 09:25:41 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-12-03 01:44:03 +0300 |
commit | 89b32a47e36ec6cd0243c1e573f46bb8d09d2fcb (patch) | |
tree | 2aed394a21c60ba2f9fb03c126ec766eba4ec1fd | |
parent | 39cc9f037ca5ed417db29a57445e61a454216f49 (diff) | |
download | linux-89b32a47e36ec6cd0243c1e573f46bb8d09d2fcb.tar.xz |
ARM: dts: aspeed: Enable VHUB on Romulus
The Romulus USB bus is connected to the Power9's PCIe USB controller.
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts index cb14f14514d0..1c6c8cc03ea0 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts @@ -283,3 +283,7 @@ &ibt { status = "okay"; }; + +&vhub { + status = "okay"; +}; |