From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: kirkwood devicetree respin Date: Tue, 13 Mar 2012 16:00:14 +0000 Message-ID: <201203131600.14626.arnd@arndb.de> References: <20120312214325.GD5050@titan.lakedaemon.net> <201203131557.49488.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201203131557.49488.arnd-r2nGTMty4D4@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: Jason Cooper Cc: andrew-g2DYL2Zd6BY@public.gmane.org, Jamie Lentin , michael-QKn5cuLxLXY@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org On Tuesday 13 March 2012, Arnd Bergmann wrote: > + > + gpio: gpio@f1010100 { > + compatible = "mrvl,kirkwood-gpio", "mrvl,orion-gpio"; > + gpio-controller; > + interrupt-controller; > + #interrupt-cells = <1>; > + #gpio-cells = <1>; > + reg = <0x10100 0x40 0x10140 0x40>; > + }; > + Found the first problem in my series straight away, this needs to have an additional line with interrupts = <35 36 37 38 39 40 41>; Arnd