aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-07-04 16:25:41 +1000
committerJoel Stanley <joel@jms.id.au>2018-12-03 09:14:03 +1030
commit89b32a47e36ec6cd0243c1e573f46bb8d09d2fcb (patch)
tree2aed394a21c60ba2f9fb03c126ec766eba4ec1fd
parentARM: dts: aspeed-palmetto: Add LPC control node (diff)
downloadwireguard-linux-89b32a47e36ec6cd0243c1e573f46bb8d09d2fcb.tar.xz
wireguard-linux-89b32a47e36ec6cd0243c1e573f46bb8d09d2fcb.zip
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.dts4
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";
+};