Message ID | 20200319173755.65082-4-tony@atomide.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | n_gsm serdev support and protocol driver for droid4 modem | expand |
> Add a binding document for Motorola modems controllable by > TS 27.010 UART line discipline using serdev drivers. > > Reviewed-by: Rob Herring <robh@kernel.org> > [tony@atomide.com: moved to live under bindings/serdev] > Signed-off-by: Tony Lindgren <tony@atomide.com> > --- > .../serdev/motorola,mapphone-mdm6600.yaml | 34 +++++++++++++++++++ > 1 file changed, 34 insertions(+) > create mode 100644 Documentation/devicetree/bindings/serdev/motorola,mapphone-mdm6600.yaml Nit: subject line is out of date. > diff --git a/Documentation/devicetree/bindings/serdev/motorola,mapphone-mdm6600.yaml b/Documentation/devicetree/bindings/serdev/motorola,mapphone-mdm6600.yaml > new file mode 100644 > --- /dev/null > +++ b/Documentation/devicetree/bindings/serdev/motorola,mapphone-mdm6600.yaml > @@ -0,0 +1,34 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/serdev/motorola,mapphone-mdm6600.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Motorola Mapphone MDM6600 Modem > + > +maintainers: > + - Tony Lindgren <tony@atomide.com> > + > +properties: > + compatible: > + items: > + - const: motorola,mapphone-mdm6600-serial > + > + phys: > + maxItems: 1 > + > + phy-names: > + const: usb > + > +required: > + - compatible > + - phys > + - phy-names > + > +examples: > + - | > + modem { > + compatible = "motorola,mapphone-mdm6600-serial"; > + phys = <&fsusb1_phy>; > + phy-names = "usb"; > + };
* Lee Jones <lee.jones@linaro.org> [200324 11:58]: > > Add a binding document for Motorola modems controllable by > > TS 27.010 UART line discipline using serdev drivers. > > > > Reviewed-by: Rob Herring <robh@kernel.org> > > [tony@atomide.com: moved to live under bindings/serdev] > > Signed-off-by: Tony Lindgren <tony@atomide.com> > > --- > > .../serdev/motorola,mapphone-mdm6600.yaml | 34 +++++++++++++++++++ > > 1 file changed, 34 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/serdev/motorola,mapphone-mdm6600.yaml > > Nit: subject line is out of date. Thanks for spotting that, will change it to use the following: dt-bindings: serdev: motmdm: Add binding for motorola-mdm Regards, Tony
diff --git a/Documentation/devicetree/bindings/serdev/motorola,mapphone-mdm6600.yaml b/Documentation/devicetree/bindings/serdev/motorola,mapphone-mdm6600.yaml new file mode 100644 --- /dev/null +++ b/Documentation/devicetree/bindings/serdev/motorola,mapphone-mdm6600.yaml @@ -0,0 +1,34 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/serdev/motorola,mapphone-mdm6600.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Motorola Mapphone MDM6600 Modem + +maintainers: + - Tony Lindgren <tony@atomide.com> + +properties: + compatible: + items: + - const: motorola,mapphone-mdm6600-serial + + phys: + maxItems: 1 + + phy-names: + const: usb + +required: + - compatible + - phys + - phy-names + +examples: + - | + modem { + compatible = "motorola,mapphone-mdm6600-serial"; + phys = <&fsusb1_phy>; + phy-names = "usb"; + };