Re: [PATCH v6 2/5] usb: dwc3: add dis_u2_freeclk_exists_quirk
From: Rob Herring <robh@kernel.org>
Date: 2016-07-11 14:48:11
Also in:
linux-rockchip, lkml
From: Rob Herring <robh@kernel.org>
Date: 2016-07-11 14:48:11
Also in:
linux-rockchip, lkml
On Thu, Jul 07, 2016 at 10:54:23AM +0800, William Wu wrote:
Add a quirk to clear the GUSB2PHYCFG.U2_FREECLK_EXISTS bit, which specifies whether the USB2.0 PHY provides a free-running PHY clock, which is active when the clock control input is active. Signed-off-by: William Wu <redacted> --- Changes in v6: - use '-' instead of '_' in dts (Rob Herring) Changes in v5: - None Changes in v4: - rebase on top of balbi testing/next, remove pdata (balbi) Changes in v3: - None Changes in v2: - None Documentation/devicetree/bindings/usb/dwc3.txt | 3 +++ drivers/usb/dwc3/core.c | 5 +++++ drivers/usb/dwc3/core.h | 5 +++++ 3 files changed, 13 insertions(+)
Acked-by: Rob Herring <robh@kernel.org>