diff options
author | Eddie James <eajames@linux.ibm.com> | 2019-03-21 22:30:09 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-04-05 06:33:03 +0300 |
commit | 66e7ff850f5213fb0a20fc28ddfd8b07604eaff6 (patch) | |
tree | 3c9a5c8965f6075b7fe8f83ad14d023b4c397de6 /arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | |
parent | e50c667b6432264b3920823facc0853bc15a1fc0 (diff) | |
download | linux-66e7ff850f5213fb0a20fc28ddfd8b07604eaff6.tar.xz |
ARM: dts: aspeed: witherspoon: Enable vhub
Enable the virtual USB hub.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts index ad54117c075e..63977adaf4ba 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts @@ -592,3 +592,7 @@ &adc { status = "okay"; }; + +&vhub { + status = "okay"; +}; |