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 <kis...@ti.com> > Cc: <devicet...@vger.kernel.org> > Cc: Rob Herring <robh...@kernel.org> > Signed-off-by: Stephen Boyd <stephen.b...@linaro.org> > --- > .../devicetree/bindings/phy/qcom,usb-hs-phy.txt | 86 +++++++
Acked-by: Rob Herring <r...@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