From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 16 Mar 2012 12:09:18 +0000 Subject: [PATCH v4] ARM: SPEAr600: Add device-tree support to SPEAr600 boards In-Reply-To: <20120316115022.GF7757@game.jcrosoft.org> References: <1331890216-8361-1-git-send-email-sr@denx.de> <20120316115022.GF7757@game.jcrosoft.org> Message-ID: <201203161209.18292.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 16 March 2012, Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 10:30 Fri 16 Mar , Stefan Roese wrote: > > This patch adds a generic target for SPEAr600 board that can be > > configured via the device-tree. Currently the following devices > > are supported via the devicetree: > > > > - VIC interrupts > > - PL011 UART > > - PL061 GPIO > > - Synopsys DW I2C > > - Synopsys DW ethernet > > > > Other peripheral devices (e.g. SMI flash, FSMC NAND flash etc) will > > follow in later patches. > so drop USB, nand & co from the dtsi > > this will be add later when the binding will documentated and Acked > I actually like to see the devices in there, and it already helped figure out that there are two buses instead of just one. Maybe we can agree on putting them in the file but commenting them out using /* */ with an added notice that they will get enabled once we have bindings? Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v4] ARM: SPEAr600: Add device-tree support to SPEAr600 boards Date: Fri, 16 Mar 2012 12:09:18 +0000 Message-ID: <201203161209.18292.arnd@arndb.de> References: <1331890216-8361-1-git-send-email-sr@denx.de> <20120316115022.GF7757@game.jcrosoft.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120316115022.GF7757-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Jean-Christophe PLAGNIOL-VILLARD Cc: Viresh Kumar , Stefan Roese , devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org, spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Friday 16 March 2012, Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 10:30 Fri 16 Mar , Stefan Roese wrote: > > This patch adds a generic target for SPEAr600 board that can be > > configured via the device-tree. Currently the following devices > > are supported via the devicetree: > > > > - VIC interrupts > > - PL011 UART > > - PL061 GPIO > > - Synopsys DW I2C > > - Synopsys DW ethernet > > > > Other peripheral devices (e.g. SMI flash, FSMC NAND flash etc) will > > follow in later patches. > so drop USB, nand & co from the dtsi > > this will be add later when the binding will documentated and Acked > I actually like to see the devices in there, and it already helped figure out that there are two buses instead of just one. Maybe we can agree on putting them in the file but commenting them out using /* */ with an added notice that they will get enabled once we have bindings? Arnd