From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH v4 5/7] ARM: DTS: da850: Fix wrong number of interrupts Date: Tue, 3 May 2016 18:12:01 +0530 Message-ID: <57289C99.2070208@ti.com> References: <1461327617-11435-1-git-send-email-petr@barix.com> <1461327617-11435-6-git-send-email-petr@barix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1461327617-11435-6-git-send-email-petr-Qh/3xLP0EvwAvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Petr Kulhavy , khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org List-Id: devicetree@vger.kernel.org On Friday 22 April 2016 05:50 PM, Petr Kulhavy wrote: > The DA850 supports interrupts 0 to 100. The number of interrupts > property "ti,intc-size" was wrongly set to 100. Corrected to 101. > > Signed-off-by: Petr Kulhavy This patch is already in my tree and sent for inclusion in v4.7. Regards, Sekhar > --- > v1: initial > v2: no change > v3: no change > v4: no change > > arch/arm/boot/dts/da850.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi > index 226cda76e77c..5996e765e59c 100644 > --- a/arch/arm/boot/dts/da850.dtsi > +++ b/arch/arm/boot/dts/da850.dtsi > @@ -19,7 +19,7 @@ > compatible = "ti,cp-intc"; > interrupt-controller; > #interrupt-cells = <1>; > - ti,intc-size = <100>; > + ti,intc-size = <101>; > reg = <0xfffee000 0x2000>; > }; > }; > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html