From mboxrd@z Thu Jan 1 00:00:00 1970 From: One Thousand Gnomes Subject: Re: [PATCH 6/9] dt/bindings: Add a serial/UART attached device binding Date: Tue, 10 Jan 2017 19:50:49 +0000 Message-ID: <20170110195049.47c4122e@lxorguk.ukuu.org.uk> References: <20170106162635.19677-1-robh@kernel.org> <20170106162635.19677-7-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170106162635.19677-7-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: linux-bluetooth-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring Cc: Greg Kroah-Hartman , Marcel Holtmann , Jiri Slaby , Sebastian Reichel , Arnd Bergmann , "Dr . H . Nikolaus Schaller" , Peter Hurley , Andy Shevchenko , Loic Poulain , Pavel Machek , NeilBrown , Linus Walleij , linux-bluetooth-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Fri, 6 Jan 2017 10:26:32 -0600 Rob Herring wrote: > Add a common binding for describing serial/UART attached devices. Common > examples are Bluetooth, WiFi, NFC and GPS devices. > > Serial attached devices are represented as child nodes of a UART node. > This may need to be extended for more complex devices with multiple > interfaces, but for the simple cases a child node is sufficient. > > Signed-off-by: Rob Herring > --- > .../devicetree/bindings/serial/slave-device.txt | 34 ++++++++++++++++++++++ > 1 file changed, 34 insertions(+) > create mode 100644 Documentation/devicetree/bindings/serial/slave-device.txt > > diff --git a/Documentation/devicetree/bindings/serial/slave-device.txt b/Documentation/devicetree/bindings/serial/slave-device.txt > new file mode 100644 > index 000000000000..9b7c2d651345 > --- /dev/null > +++ b/Documentation/devicetree/bindings/serial/slave-device.txt > @@ -0,0 +1,34 @@ > +Serial Slave Device DT binding > + > +This documents the binding structure and common properties for serial > +attached devices. Common examples include Bluetooth, WiFi, NFC and GPS > +devices. > + > +qSerial Stray 'q' ??