Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756888AbaDXNYR (ORCPT ); Thu, 24 Apr 2014 09:24:17 -0400 Received: from mail-ob0-f171.google.com ([209.85.214.171]:36828 "EHLO mail-ob0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753483AbaDXNYP (ORCPT ); Thu, 24 Apr 2014 09:24:15 -0400 MIME-Version: 1.0 In-Reply-To: <2386bd1367aa44741979461358a72dec89608597.1398335771.git.anders.berg@lsi.com> References: <2386bd1367aa44741979461358a72dec89608597.1398335771.git.anders.berg@lsi.com> Date: Thu, 24 Apr 2014 15:24:14 +0200 Message-ID: Subject: Re: [PATCH v2 3/6] ARM: dts: Device tree for AXM55xx. From: Linus Walleij To: Anders Berg Cc: Arnd Bergmann , Olof Johansson , Mike Turquette , Mark Rutland , Dmitry Eremin-Solenikov , David Woodhouse , Russell King , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 24, 2014 at 12:44 PM, Anders Berg wrote: > Add device tree for the Amarillo validation board with an AXM5516 SoC. > > Signed-off-by: Anders Berg (...) > + timer0: timer@2010091000 { > + compatible = "arm,sp804", "arm,primecell"; > + reg = <0x20 0x10091000 0 0x1000>; > + interrupts = , > + , > + , > + , > + , > + , > + , > + , > + ; > + clocks = <&clk_per>; > + clock-names = "apb_pclk"; > + status = "okay"; > + }; > + > + gpio0: gpio@2010092000 { > + #gpio-cells = <2>; > + compatible = "arm,pl061", "arm,primecell"; > + gpio-controller; > + reg = <0x20 0x10092000 0x00 0x1000>; > + interrupts = , > + , > + , > + , > + , > + , > + , > + ; > + clocks = <&clk_per>; > + clock-names = "apb_pclk"; > + status = "disabled"; > + }; One interrupt per CPU core? The drivers for these blocks will really just grab the first IRQ and then I guess they will only be able to execute on CPU0. It's definately correct to list all the IRQs here, but how do you envision the drivers making use of them in the long run? Yours, Linus Walleij -- 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/