Re: [PATCH v2 22/22] phy: Add support for Qualcomm's USB HS phy
From: Rob Herring <hidden>
Date: 2016-07-18 02:28:21
Also in:
linux-arm-kernel, linux-arm-msm, lkml
From: Rob Herring <hidden>
Date: 2016-07-18 02:28:21
Also in:
linux-arm-kernel, linux-arm-msm, lkml
On Thu, Jul 07, 2016 at 03:21:13PM -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> Signed-off-by: Stephen Boyd <redacted> --- .../devicetree/bindings/phy/qcom,usb-hs-phy.txt | 83 ++++++ drivers/phy/Kconfig | 8 + drivers/phy/Makefile | 1 + drivers/phy/phy-qcom-usb-hs.c | 295 +++++++++++++++++++++ 4 files changed, 387 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.txt create mode 100644 drivers/phy/phy-qcom-usb-hs.cdiff --git a/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.txt b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.txt new file mode 100644 index 000000000000..a7bda9186d5b --- /dev/null +++ b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.txt@@ -0,0 +1,83 @@ +Qualcomm's USB HS PHY + +PROPERTIES + +- compatible: + Usage: required + Value type: <string> + Definition: Should contain "qcom,usb-hs-phy"
Add a chip specific compatible. Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html