Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933988AbeAKOgD (ORCPT + 1 other); Thu, 11 Jan 2018 09:36:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:57922 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754230AbeAKOgA (ORCPT ); Thu, 11 Jan 2018 09:36:00 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6787721749 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dinguyen@kernel.org Subject: Re: [PATCH] arm64: dts: socfpga: add missing interrupt-parent To: Arnd Bergmann Cc: 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 References: <20180110210431.2330267-1-arnd@arndb.de> From: Dinh Nguyen Message-ID: Date: Thu, 11 Jan 2018 08:35:58 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180110210431.2330267-1-arnd@arndb.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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! Dinh