Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1426776
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] dt-bindings: phy: Add qcom,usb-hsic-phy bindings |
| Date | 2016-06-20 18:30 +0200 |
| Message-ID | <rMaff-27F-1@gated-at.bofh.it> (permalink) |
| References | <rKZce-5jk-33@gated-at.bofh.it> <rKZcf-5jk-69@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jun 17, 2016 at 12:25:19PM +0200, Neil Armstrong wrote: > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> > --- > .../devicetree/bindings/phy/qcom,usb-hsic-phy.txt | 95 ++++++++++++++++++++++ > 1 file changed, 95 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-hsic-phy.txt > > diff --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 0000000..79259a4 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/qcom,usb-hsic-phy.txt > @@ -0,0 +1,95 @@ > +Qualcomm's MDM9615 USB HISC transceiver controller > + > +- compatible: > + Usage: required > + Value type: <string> > + Definition: Should contain "qcom,usb-hsic-phy". SoC specific compatible string please. > + > +- reg: > + Usage: required > + Value type: <prop-encoded-array> > + Definition: USB PHY base address and length of the register map > + > +- clocks: > + Usage: required > + Value type: <prop-encoded-array> > + Definition: See clock-bindings.txt section "consumers". List of > + 5 clock specifiers for interface and core controller > + clocks. > + > +- clock-names: > + Usage: required > + Value type: <string> > + Definition: Must contain "core", "alt-core", "phy", "cal" and "iface" strings. > + > +- vddcx-supply: > + Usage: required > + Value type: <phandle> > + Definition: phandle to the regulator VDCCX supply node. > + > +- resets: > + Usage: required > + Value type: <prop-encoded-array> > + Definition: See reset.txt section "consumers". PHY reset specifier. > + > +- reset-names: > + Usage: required > + Value type: <string> > + Definition: Must contain "link" string. > + > +- interrupts: > + Usage: required > + Value type: <prop-encoded-array> > + Definition: Interrupt line definition for the PHY > + > +- dr_mode: > + Usage: required > + Value type: <prop-encoded-array> > + Definition: Setup the PHY mode, either "host", "gadget" or "dual" > + > +- qcom,vdd-levels: > + Usage: required for MDM9615 > + Value type: <prop-encoded-array> > + Definition: Setup the valid vdd levers for the vddx-supply s/levers/levels/ There's not a common regulator property for this? > + > +- phy_type: > + Usage: required > + Value type: <prop-encoded-array> > + Definition: Shall be "hisc" typo > + > +- qcom,tlmm: > + Usage: required for MDM961 s/MDM961/MDM9615/ or drop because this binding is only for MDM9615. > + Value type: <prop-encoded-array> > + Definition: TLMM syscon phandle to setup the HSIC lines > + > +- qcom,tlmm-cfg: > + Usage: required for MDM961 s/MDM961/MDM9615/ > + Value type: <prop-encoded-array> > + Definition: Shall be two entries of offset, data of the HSIC lines setup This property is somewhat questionable with just magic register address and value to write...
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] usb: phy: Add support for the Qualcomm HSIC USB PHY Neil Armstrong <narmstrong@baylibre.com> - 2016-06-17 12:30 +0200
[PATCH 1/2] usb: phy: Add initial support for Qualcomm HSIC PHY Neil Armstrong <narmstrong@baylibre.com> - 2016-06-17 12:30 +0200
[PATCH 2/2] dt-bindings: phy: Add qcom,usb-hsic-phy bindings Neil Armstrong <narmstrong@baylibre.com> - 2016-06-17 12:30 +0200
Re: [PATCH 2/2] dt-bindings: phy: Add qcom,usb-hsic-phy bindings Rob Herring <robh@kernel.org> - 2016-06-20 18:30 +0200
Re: [PATCH 0/2] usb: phy: Add support for the Qualcomm HSIC USB PHY Stephen Boyd <sboyd@codeaurora.org> - 2016-06-17 18:50 +0200
Re: [PATCH 0/2] usb: phy: Add support for the Qualcomm HSIC USB PHY Neil Armstrong <narmstrong@baylibre.com> - 2016-06-20 11:30 +0200
csiph-web