Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932871AbeALCIA (ORCPT + 1 other); Thu, 11 Jan 2018 21:08:00 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:46421 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932283AbeALCH7 (ORCPT ); Thu, 11 Jan 2018 21:07:59 -0500 X-Google-Smtp-Source: ACJfBov/4bhtHYDYAB08lSIiabMDzTU7+pZrz/xnVuUfFt+YgC+j4ivdE69xBEIx2WPnp6hkas1tXg== Date: Thu, 11 Jan 2018 17:56:25 -0800 From: Olof Johansson To: Dinh Nguyen Cc: Arnd Bergmann , arm@kernel.org, Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Alan Tull , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: socfpga: add missing interrupt-parent Message-ID: <20180112015625.t7zmxmhlz4pzt4m3@localhost> References: <20180110210431.2330267-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Jan 11, 2018 at 08:35:58AM -0600, Dinh Nguyen wrote: > > > On 01/10/2018 03:04 PM, Arnd Bergmann wrote: > > The PMU node has no working interrupt, as shown by this dtc warning: > > > > arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dtb: Warning (interrupts_property): Missing interrupt-parent for /pmu > > > > This adds an interrupt-parent property so we can correct parse > > that interrupt number. > > > > Signed-off-by: Arnd Bergmann > > --- > > If this looks ok, I'd apply it directly to the fixes branch > > for 4.15, as the warning is one that was introduced in this > > release. > > Acked-by: Dinh Nguyen > > Yes, please feel free to apply it. And thanks alot! Applied. -Olof