From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: Re: [PATCH v2 9/9] gpio-tz1090-pdc: add TZ1090 PDC gpio driver Date: Wed, 29 May 2013 17:12:17 +0100 Message-ID: <51A628E1.8060805@imgtec.com> References: <1369412476-14245-1-git-send-email-james.hogan@imgtec.com> <1369412476-14245-10-git-send-email-james.hogan@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-doc-owner@vger.kernel.org To: Linus Walleij Cc: "linux-kernel@vger.kernel.org" , Grant Likely , Rob Herring , Rob Landley , "linux-doc@vger.kernel.org" , "devicetree-discuss@lists.ozlabs.org" List-Id: devicetree@vger.kernel.org On 29/05/13 16:38, Linus Walleij wrote: > On Fri, May 24, 2013 at 6:21 PM, James Hogan wrote: >> +Optional properties: >> +- gpio-ranges: Mapping to pin controller pins >> + >> +- interrupts: Individual syswake interrupts (other GPIOs cannot interrupt) >> + >> + >> +Example: >> + >> + pdc_gpios: gpio-controller@02006500 { >> + gpio-controller; >> + #gpio-cells = <2>; >> + >> + compatible = "img,tz1090-pdc-gpio"; >> + reg = <0x02006500 0x100>; >> + >> + interrupt-parent = <&pdc>; >> + interrupts = <1 0 0>, /* Syswake 0 */ >> + <1 1 0>, /* Syswake 1 */ >> + <1 2 0>; /* Syswake 2 */ >> + }; > > Interrupt flags seem to be undocumented here. Hmmm yes, good spot. Thanks James