diff options
| author | Venkata Rao Kakani <vkakani@codeaurora.org> | 2019-01-04 14:12:12 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-01-09 01:28:55 -0800 |
| commit | 7dc5c37c6e45b66eba471eefe0fa15151e57be69 (patch) | |
| tree | 74c6da42778d098a790f5141be01c14b6883bb64 /arch | |
| parent | c05d4dd4e25dad513ca4f08129c59a24f22de622 (diff) | |
ARM64: dts: gvm: Enable USB2 pass through for LA Guest
Enable USB2.0 pass through in LA Guest along with its
dependencies.
Change-Id: I8fdf27e850f030d2f98b1c9651d5eae340613f70
Signed-off-by: Venkata Rao Kakani <vkakani@codeaurora.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts index bdf49064c378..96bc2b9d4562 100644 --- a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts +++ b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -269,12 +269,16 @@ status = "okay"; }; +&usb2s { + status = "okay"; +}; + &qusb_phy1 { - status = "disabled"; + status = "okay"; }; &usb_nop_phy { - status = "disabled"; + status = "okay"; }; &usb_detect { |
