diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-01-09 16:22:29 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-01-09 16:22:28 -0800 |
| commit | 45286c65570bb4f2bbe3db772d702c942f846158 (patch) | |
| tree | 46381ef153afd75fd0a109e51a5556eee8684abb | |
| parent | 977d9e3afec7e541812400329268f47e05bb2ab1 (diff) | |
| parent | 7dc5c37c6e45b66eba471eefe0fa15151e57be69 (diff) | |
Merge "ARM64: dts: gvm: Enable USB2 pass through for LA Guest"
| -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 { |
