From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Thu, 28 Nov 2013 07:53:21 +0000 Subject: Re: [PATCH 1/2] ARM: shmobile: kzm9g-reference: Add PCF8575 GPIO extender to DT Message-Id: <20131128075321.GL24146@verge.net.au> List-Id: References: <1385428879-26849-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <1385428879-26849-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Tue, Nov 26, 2013 at 02:21:18AM +0100, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- > arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 11 +++++++++++ > 1 file changed, 11 insertions(+) Thanks, I have queued this up. > > diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts > index 12fdfaa..d58877d 100644 > --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts > +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts > @@ -186,6 +186,17 @@ > pinctrl-0 = <&i2c3_pins>; > pinctrl-names = "default"; > status = "okay"; > + > + pcf8575: gpio@20 { > + compatible = "nxp,pcf8575"; > + reg = <0x20>; > + interrupt-parent = <&irqpin2>; > + interrupts = <3 IRQ_TYPE_EDGE_FALLING>; > + gpio-controller; > + #gpio-cells = <2>; > + interrupt-controller; > + #interrupt-cells = <2>; > + }; > }; > > &mmcif { > -- > 1.8.3.2 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >