[PATCH v2 21/22] phy: Add support for Qualcomm's USB HSIC phy
From: robh@kernel.org (Rob Herring)
Date: 2016-07-18 02:27:44
Also in:
linux-arm-msm, linux-devicetree, lkml
From: robh@kernel.org (Rob Herring)
Date: 2016-07-18 02:27:44
Also in:
linux-arm-msm, linux-devicetree, lkml
On Thu, Jul 07, 2016 at 03:21:12PM -0700, Stephen Boyd wrote:
The HSIC USB controller on qcom SoCs has an integrated all digital phy controlled via the ULPI viewport. Cc: Kishon Vijay Abraham I <redacted> Cc: <redacted> Signed-off-by: Stephen Boyd <redacted> --- .../devicetree/bindings/phy/qcom,usb-hsic-phy.txt | 72 +++++++++ drivers/phy/Kconfig | 7 + drivers/phy/Makefile | 1 + drivers/phy/phy-qcom-usb-hsic.c | 167 +++++++++++++++++++++ 4 files changed, 247 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-hsic-phy.txt create mode 100644 drivers/phy/phy-qcom-usb-hsic.cdiff --git a/Documentation/devicetree/bindings/phy/qcom,usb-hsic-phy.txt b/Documentation/devicetree/bindings/phy/qcom,usb-hsic-phy.txt new file mode 100644 index 000000000000..97191f31d6f8 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/qcom,usb-hsic-phy.txt@@ -0,0 +1,72 @@ +Qualcomm's USB HSIC PHY + +PROPERTIES + +- compatible: + Usage: required + Value type: <string> + Definition: Should contain "qcom,usb-hsic-phy"
Add a chip specific compatible please. Rob