diff options
author | Eddie James <eajames@linux.ibm.com> | 2019-03-21 14:30:09 -0500 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-03-27 16:43:34 +1030 |
commit | c8733f5abd0656acfef17d462e72ef105db9924d (patch) | |
tree | 30ac2cd5b86cf6a894d096e53bcafd7dc570066c /arch/arm/boot | |
parent | a688ef466b1341134b672eda370a7427d29f468a (diff) | |
download | blackbird-obmc-linux-c8733f5abd0656acfef17d462e72ef105db9924d.tar.gz blackbird-obmc-linux-c8733f5abd0656acfef17d462e72ef105db9924d.zip |
ARM: dts: witherspoon: Enable vhub
Enable the virtual USB hub.
OpenBMC-Staging-Count: 1
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot')
-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 b933ced94994..1cdc96d99362 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts @@ -660,4 +660,8 @@ status = "okay"; }; +&vhub { + status = "okay"; +}; + #include "ibm-power9-dual.dtsi" |