From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753635AbdF2UK4 (ORCPT ); Thu, 29 Jun 2017 16:10:56 -0400 Received: from mail-it0-f65.google.com ([209.85.214.65]:34415 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751715AbdF2UKx (ORCPT ); Thu, 29 Jun 2017 16:10:53 -0400 Date: Thu, 29 Jun 2017 15:10:51 -0500 From: Rob Herring To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, service@rdamicro.com, zhao_steven@263.net, Greg Kroah-Hartman , Mark Rutland , linux-serial@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 4/6] dt-bindings: serial: Document RDA Micro UART Message-ID: <20170629201051.cfr37kh2gozompqo@rob-hp-laptop> References: <20170627005520.23731-1-afaerber@suse.de> <20170627005520.23731-5-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170627005520.23731-5-afaerber@suse.de> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 27, 2017 at 02:55:18AM +0200, Andreas Färber wrote: > Add an initial binding for the RDA8810PL UART. > > Signed-off-by: Andreas Färber > --- > Documentation/devicetree/bindings/serial/rda-uart.txt | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > create mode 100644 Documentation/devicetree/bindings/serial/rda-uart.txt > > diff --git a/Documentation/devicetree/bindings/serial/rda-uart.txt b/Documentation/devicetree/bindings/serial/rda-uart.txt > new file mode 100644 > index 000000000000..6840a8aee035 > --- /dev/null > +++ b/Documentation/devicetree/bindings/serial/rda-uart.txt > @@ -0,0 +1,13 @@ > +RDA Micro UART > + > +Required properties: > +- compatible : "rda,8810pl-uart" for RDA8810PL > +- reg : Offset and length of the register set for the device. No clocks or interrupts? Rob