Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752615AbaB1Wn2 (ORCPT ); Fri, 28 Feb 2014 17:43:28 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:32661 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751790AbaB1Wn0 (ORCPT ); Fri, 28 Feb 2014 17:43:26 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 99.127.230.128 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+AAYf3hYiPLUFftyWrM6eo Date: Fri, 28 Feb 2014 14:43:07 -0800 From: Tony Lindgren To: Matt Porter Cc: Jonathan Cameron , Grant Likely , Rob Herring , Benoit Cousson , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Thierry Reding , linux-iio@vger.kernel.org, Linux Kernel Mailing List , Devicetree List , linux-pwm@vger.kernel.org, Linux OMAP List , Linux ARM Kernel List , Linaro Patches Subject: Re: [PATCH 5/5] ARM: dts: AM33XX: Add ecap interrupt properties Message-ID: <20140228224307.GP13624@atomide.com> References: <1391029199-3670-1-git-send-email-mporter@linaro.org> <1391029199-3670-6-git-send-email-mporter@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1391029199-3670-6-git-send-email-mporter@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Matt Porter [140129 13:02]: > Add missing interrupt properties to the ecap0, ecap1, and ecap2 > nodes. > > Signed-off-by: Matt Porter Thanks taking this patch only into omap-for-v3.15/dt, the rest should go via the driver mailing lists. Regards, Tony > --- > arch/arm/boot/dts/am33xx.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index 6d95d3d..b4139ba 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi > @@ -582,6 +582,8 @@ > compatible = "ti,am33xx-ecap"; > #pwm-cells = <3>; > reg = <0x48300100 0x80>; > + interrupts = <31>; > + interrupt-names = "ecap0"; > ti,hwmods = "ecap0"; > status = "disabled"; > }; > @@ -610,6 +612,8 @@ > compatible = "ti,am33xx-ecap"; > #pwm-cells = <3>; > reg = <0x48302100 0x80>; > + interrupts = <47>; > + interrupt-names = "ecap1"; > ti,hwmods = "ecap1"; > status = "disabled"; > }; > @@ -638,6 +642,8 @@ > compatible = "ti,am33xx-ecap"; > #pwm-cells = <3>; > reg = <0x48304100 0x80>; > + interrupts = <61>; > + interrupt-names = "ecap2"; > ti,hwmods = "ecap2"; > status = "disabled"; > }; > -- > 1.8.4 > -- 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/