Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964806AbdLVI5T (ORCPT ); Fri, 22 Dec 2017 03:57:19 -0500 Received: from us-smtp-delivery-107.mimecast.com ([216.205.24.107]:25586 "EHLO us-smtp-delivery-107.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964785AbdLVI5L (ORCPT ); Fri, 22 Dec 2017 03:57:11 -0500 X-MC-Unique: 0mYw8S3SNQytLGipjhXCKg-1 Subject: Re: [PATCH] ARM: dts: tango4: remove bogus interrupt-controller property To: Arnd Bergmann , Mans Rullgard CC: Rob Herring , Mark Rutland , Olof Johansson , Thomas Gleixner , Greg Kroah-Hartman , , , References: <20171221214831.3859194-1-arnd@arndb.de> From: Marc Gonzalez Message-ID: <0727e9e4-5941-9a3c-768f-72bd443652d2@sigmadesigns.com> Date: Fri, 22 Dec 2017 09:41:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1 MIME-Version: 1.0 In-Reply-To: <20171221214831.3859194-1-arnd@arndb.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [172.27.0.114] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1028 Lines: 31 On 21/12/2017 22:48, Arnd Bergmann wrote: > dtc points out that the parent node of the interrupt controllers is not > actually an interrupt controller itself, and lacks an #interrupt-cells > property: > > arch/arm/boot/dts/tango4-vantage-1172.dtb: Warning (interrupts_property): Missing #interrupt-cells in interrupt-parent /soc/interrupt-controller@6e000 > > This removes the annotation. > > Signed-off-by: Arnd Bergmann > --- > arch/arm/boot/dts/tango4-common.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/boot/dts/tango4-common.dtsi b/arch/arm/boot/dts/tango4-common.dtsi > index 0ec1b0a317b4..ff72a8efb73d 100644 > --- a/arch/arm/boot/dts/tango4-common.dtsi > +++ b/arch/arm/boot/dts/tango4-common.dtsi > @@ -156,7 +156,6 @@ > reg = <0x6e000 0x400>; > ranges = <0 0x6e000 0x400>; > interrupt-parent = <&gic>; > - interrupt-controller; > #address-cells = <1>; > #size-cells = <1>; > Acked-by: Marc Gonzalez Thanks Arnd.