Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752357Ab1FSHed (ORCPT ); Sun, 19 Jun 2011 03:34:33 -0400 Received: from tx2ehsobe001.messaging.microsoft.com ([65.55.88.11]:8250 "EHLO TX2EHSOBE002.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751999Ab1FSHec (ORCPT ); Sun, 19 Jun 2011 03:34:32 -0400 X-SpamScore: -9 X-BigFish: VS-9(zz1432N98dKzz1202hzzz2dh2a8h668h839h61h) X-Spam-TCS-SCL: 0:0 X-Forefront-Antispam-Report: CIP:70.37.183.190;KIP:(null);UIP:(null);IPVD:NLI;H:mail.freescale.net;RD:none;EFVD:NLI Date: Sun, 19 Jun 2011 15:40:11 +0800 From: Shawn Guo To: Arnd Bergmann CC: , Shawn Guo , , , , Jason Liu , , Jeremy Kerr , Sascha Hauer Subject: Re: [PATCH 1/3] serial/imx: add device tree support Message-ID: <20110619074010.GB23171@S2100-06.ap.freescale.net> References: <1308410354-21387-1-git-send-email-shawn.guo@linaro.org> <1308410354-21387-2-git-send-email-shawn.guo@linaro.org> <201106181821.46574.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <201106181821.46574.arnd@arndb.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginatorOrg: freescale.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1242 Lines: 39 On Sat, Jun 18, 2011 at 06:21:46PM +0200, Arnd Bergmann wrote: > On Saturday 18 June 2011 17:19:12 Shawn Guo wrote: > > > > +Required properties: > > +- compatible : should be "fsl,-uart", "fsl,imx-uart" > > +- reg : address and length of the register set for the device > > +- interrupts : should contain uart interrupt > > +- id : should be the port ID defined by soc > > + > > +Optional properties: > > +- fsl,has-rts-cts : indicate it has rts-cts > > +- fsl,irda-mode : support irda mode > > + > > +Example: > > + > > +uart@73fbc000 { > > + compatible = "fsl,imx51-uart", "fsl,imx-uart"; > > + reg = <0x73fbc000 0x4000>; > > + interrupts = <31>; > > + id = <1>; > > + fsl,has-rts-cts; > > +}; > > Should this also support the "clock-frequency" property that 8250-style > serial ports support [1]? > I would ignore it for a while until we have common clock api and corresponding binding settled. For now, I would have nothing clock related parsed from device tree. -- Regards, Shawn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/