Re: [PATCH v5 23/23] phy: Add support for Qualcomm's USB HS phy
From: Rob Herring <robh@kernel.org>
Date: 2016-10-18 16:47:17
Also in:
linux-arm-kernel, linux-arm-msm, lkml
From: Rob Herring <robh@kernel.org>
Date: 2016-10-18 16:47:17
Also in:
linux-arm-kernel, linux-arm-msm, lkml
On Mon, Oct 17, 2016 at 06:56:36PM -0700, Stephen Boyd wrote:
The high-speed phy on qcom SoCs is controlled via the ULPI viewport. Cc: Kishon Vijay Abraham I <redacted> Cc: <redacted> Cc: Rob Herring <robh+dt@kernel.org> Signed-off-by: Stephen Boyd <redacted> --- .../devicetree/bindings/phy/qcom,usb-hs-phy.txt | 86 +++++++
Acked-by: Rob Herring <robh@kernel.org>
drivers/phy/Kconfig | 8 + drivers/phy/Makefile | 1 + drivers/phy/phy-qcom-usb-hs.c | 286 +++++++++++++++++++++ 4 files changed, 381 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.txt create mode 100644 drivers/phy/phy-qcom-usb-hs.c