* Rob Herring <robh@xxxxxxxxxx> [200219 14:14]: > On Sun, Feb 09, 2020 at 08:01:05PM -0800, Tony Lindgren wrote: > > Add a binding document for Motorola modems controllable by > > TS 27.010 UART line discipline using serdev drivers. > > > > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > > --- > > .../mfd/motorola,mapphone-mdm6600.yaml | 37 +++++++++++++++++++ > > 1 file changed, 37 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/mfd/motorola,mapphone-mdm6600.yaml > > > > diff --git a/Documentation/devicetree/bindings/mfd/motorola,mapphone-mdm6600.yaml b/Documentation/devicetree/bindings/mfd/motorola,mapphone-mdm6600.yaml > > new file mode 100644 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/mfd/motorola,mapphone-mdm6600.yaml > > @@ -0,0 +1,37 @@ > > +# SPDX-License-Identifier: GPL-2.0 > > Dual license new bindings please: > > (GPL-2.0-only OR BSD-2-Clause) OK > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/mfd/motorola,mapphone-mdm6600.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Motorola Mapphone MDM6600 Modem > > + > > +maintainers: > > + - Tony Lindgren <tony@xxxxxxxxxxx> > > + > > +allOf: > > + - $ref: "motorola,mapphone-mdm6600.yaml#" > > Huh? A recursive include? I'm not sure how that didn't blow up. Oops sorry about that, I'll just drop that one. Regards, Tony