Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754840Ab3FLTec (ORCPT ); Wed, 12 Jun 2013 15:34:32 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:48856 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751411Ab3FLTeb (ORCPT ); Wed, 12 Jun 2013 15:34:31 -0400 Date: Wed, 12 Jun 2013 21:33:58 +0200 From: Steffen Trumtrar To: =?iso-8859-1?Q?S=F6ren?= Brinkmann Cc: Michal Simek , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Dinh Nguyen , Olof Johansson , Shawn Guo Subject: Re: [PATCH v2 3/3] arm: dt: zynq: Add support for the zed platform Message-ID: <20130612193358.GA21585@pengutronix.de> References: <1371055268-32337-1-git-send-email-soren.brinkmann@xilinx.com> <1371055268-32337-4-git-send-email-soren.brinkmann@xilinx.com> <20130612182345.GA1656@pengutronix.de> <2433e1d1-7d2e-4b23-a76e-2085e3aef1a6@DB9EHSMHS010.ehs.local> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2433e1d1-7d2e-4b23-a76e-2085e3aef1a6@DB9EHSMHS010.ehs.local> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 21:27:59 up 354 days, 10:39, 74 users, load average: 0,59, 0,56, 0,58 User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:6f8:1178:2:21e:67ff:fe11:9c5c X-SA-Exim-Mail-From: str@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2061 Lines: 59 On Wed, Jun 12, 2013 at 11:26:34AM -0700, S?ren Brinkmann wrote: > On Wed, Jun 12, 2013 at 08:23:45PM +0200, Steffen Trumtrar wrote: > > On Wed, Jun 12, 2013 at 09:41:08AM -0700, Soren Brinkmann wrote: > > > Add a DT fragment for the Zed Zynq platform and a corresponding > > > target to the Makefile > > > > > > Signed-off-by: Soren Brinkmann > > > --- > > > I used the 'xlnx,...' compat strings since it seems this is what is > > > used in the Xilinx and Digilent vendor trees. > > > > > > +/include/ "zynq-7000.dtsi" > > > + > > > +/ { > > > + model = "Zynq Zed Development Board"; > > > + compatible = "xlnx,zynq-zed", "xlnx,zynq-7000"; > > > + > > > + memory { > > > + device_type = "memory"; > > > + reg = <0 0x20000000>; > > > + }; > > > + > > > + chosen { > > > + bootargs = "console=ttyPS1,115200 earlyprintk"; > > > + }; > > > + > > > +}; > > > > Hi! > > > > This looks a little bit to basic. No?! Not even an UART? > The UART is imported from the common zynq-7000.dtsi. Hm, you are actually right, although I think that you shouldn't be. It is possible to NOT use the UARTs, isn't it? So, default on for both UARTs is wrong. > > > The compatible should include digilent or avnet. Digilent only sells to academic > > customers, Avnet doesn't. > I don't care at all. So, who makes the decision which one is the correct > one? Actually we could even drop the zed specific one completely and go > with 'xlnx,zynq-7000' only. I'm okay with that. Regards, Steffen -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- 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/