From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4174EC433EF for ; Tue, 5 Oct 2021 06:00:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1B80E61526 for ; Tue, 5 Oct 2021 06:00:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232229AbhJEGCR (ORCPT ); Tue, 5 Oct 2021 02:02:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:42868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231688AbhJEGCQ (ORCPT ); Tue, 5 Oct 2021 02:02:16 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 918AD61528; Tue, 5 Oct 2021 06:00:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633413626; bh=Bk6/mMhROwyPtlCFI1g+JgM6tv/dp/NyH0OOXI/lBho=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DJSX4zYjDBbp8/10bx8IAfbnPMwtUGgvURtmJxjZG+NwAe74zh6Vc0lAjIUN6wVhB QUAJgLhCVjtwWY1lllwDf9WAUgrMr53FpuN2K8q3+aSL95HRS0iB8zfI103Sr2GABC MZFmaDlKY0/HKdQuuGBRwdP1pKHdK0y7NgsYnY/eOpKDb+czJP7sAxKrTpjeH7LtuO 7869+AruZ3jtaf0EVVonx9nQCkBtYfkzJC6smBSpxrNbB7Piyepg9NkWyAvWoNeKHZ Tz5HZlSGpm18KdHA5hhnWjf56coN0PqlMQVVvccjrzbrwp/YcAdUO3afO9ayJrWf3A xf1rOuHVmOHhw== Date: Tue, 5 Oct 2021 14:00:22 +0800 From: Shawn Guo To: Rob Herring Cc: Li Yang , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: freescale: Fix 'interrupt-map' parent address cells Message-ID: <20211005060021.GQ20743@dragon> References: <20210928192154.1841889-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210928192154.1841889-1-robh@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Sep 28, 2021 at 02:21:54PM -0500, Rob Herring wrote: > The 'interrupt-map' in several Layerscape SoCs is malformed. The > '#address-cells' size of the parent interrupt controller (the GIC) is not > accounted for. > > Cc: Shawn Guo > Cc: Li Yang > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Rob Herring Applied, thanks!