> Add a binding document for Motorola modems controllable by > TS 27.010 UART line discipline using serdev drivers. > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > [tony@xxxxxxxxxxx: moved to live under bindings/serdev] > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > --- > .../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@xxxxxxxxxxx> > + > +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 [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog