From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v4 2/2] DTS: serial: Add bindings documention for the Mediatek UARTs Date: Mon, 8 Sep 2014 15:33:14 -0700 Message-ID: <20140908223314.GA26151@kroah.com> References: <1407852737-17265-1-git-send-email-matthias.bgg@gmail.com> <1407852737-17265-3-git-send-email-matthias.bgg@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1407852737-17265-3-git-send-email-matthias.bgg@gmail.com> Sender: linux-doc-owner@vger.kernel.org To: Matthias Brugger Cc: linux-kernel@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, rdunlap@infradead.org, jslaby@suse.cz, grant.likely@linaro.org, alan@linux.intel.com, varkabhadram@gmail.com, tklauser@distanz.ch, heiko@sntech.de, yingjoe.chen@gmail.com, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-serial@vger.kernel.org List-Id: devicetree@vger.kernel.org On Tue, Aug 12, 2014 at 04:12:17PM +0200, Matthias Brugger wrote: > This patch adds the devicetree documentation for the Mediatek UART. > > Signed-off-by: Matthias Brugger > --- > .../devicetree/bindings/serial/mtk-uart.txt | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > create mode 100644 Documentation/devicetree/bindings/serial/mtk-uart.txt > > diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt > new file mode 100644 > index 0000000..6ca0e15 > --- /dev/null > +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt > @@ -0,0 +1,20 @@ > +* Mediatek Universal Asynchronous Receiver/Transmitter (UART) > + > +Required properties: > +- compatible: "mediatek,mt6577-uart" > + Compatibility with mt6577, mt6589, mt6582 > + > +- reg: The base address of the UART register bank. > + > +- interrupts: A single interrupt specifier. > + > +- clocks: Clock driving the hardware. > + > +Example: > + > + uart0: serial@11006000 { > + compatible = "mediatek,mt6577-uart"; > + reg = <0x11006000 0x400>; > + interrupts = ; > + clocks = <&uart_clk>; > + }; > -- > 1.7.9.5 Resend this one as well with the 1/2 patch please. thanks, greg k-h