Re: [PATCH v7 2/4] usb: dwc3: qcom: Add interconnect support in dwc3 driver
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2020-05-15 04:26:58
Also in:
linux-arm-msm, linux-usb, lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2020-05-15 04:26:58
Also in:
linux-arm-msm, linux-usb, lkml
On 15-05-20, 09:53, Manu Gautam wrote:
Hi, On 5/15/2020 9:27 AM, Viresh Kumar wrote:quoted
On Fri, 15 May 2020 at 02:33, Georgi Djakov [off-list ref] wrote:quoted
---8<---diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 206caa0ea1c6..6661788b1a76 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig@@ -129,6 +129,7 @@ config USB_DWC3_QCOM tristate "Qualcomm Platform" depends on ARCH_QCOM || COMPILE_TEST depends on EXTCON || !EXTCON + depends on INTERCONNECT || !INTERCONNECTAgain, as I said yesterday. This looks incorrect and may not fix the problem.. With this we will be able to select USB_DWC3_QCOM even when INTERCONNECT=m.DWC3_QCOM in that case would be 'm' if INTERCONNECT =m and that should be fine?
Ahh, I was speaking in context of PM_OPP where it is a bool. Perhaps this works just fine with DWC3_QCOM, sorry for the confusion. -- viresh