From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755160AbcIEWVN (ORCPT ); Mon, 5 Sep 2016 18:21:13 -0400 Received: from gloria.sntech.de ([95.129.55.99]:51042 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754754AbcIEWVL (ORCPT ); Mon, 5 Sep 2016 18:21:11 -0400 From: Heiko Stuebner To: Caesar Wang Cc: linux-rockchip@lists.infradead.org, Douglas Anderson , sonnyrao@chromium.org, linux-arm-kernel@lists.infradead.org, Will Deacon , Marc Zyngier , devicetree@vger.kernel.org, David Wu , Elaine Zhang , Brian Norris , linux-kernel@vger.kernel.org, Huang Tao , Shawn Lin , Jianqun Xu , Mark Rutland , Rob Herring , Catalin Marinas Subject: Re: [PATCH v3 1/2] arm64: dts: rockchip: change all interrupts cells for 4 on rk3399 SoCs Date: Tue, 06 Sep 2016 00:20:58 +0200 Message-ID: <3069982.xePB5pcLZB@phil> User-Agent: KMail/5.2.3 (Linux/4.6.0-1-amd64; KDE/5.23.0; x86_64; ; ) In-Reply-To: <1473099435-28198-2-git-send-email-wxt@rock-chips.com> References: <1473099435-28198-1-git-send-email-wxt@rock-chips.com> <1473099435-28198-2-git-send-email-wxt@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, 6. September 2016, 02:17:14 CEST schrieb Caesar Wang: > Add the interrupts cells value for 4, and the 4th cell is zero. > > Due to the doc[0] said:" the system requires describing PPI affinity, > then the value must be at least 4" > The 4th cell is a phandle to a node describing a set of CPUs this > interrupt is affine to. The interrupt must be a PPI, and the node > pointed must be a subnode of the "ppi-partitions" subnode. For > interrupt types other than PPI or PPIs that are not partitionned, > this cell must be zero. See the "ppi-partitions" node description > below. > > [0]: > Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt > > Signed-off-by: Caesar Wang > Acked-by: Mark Rutland > Cc: Heiko Stuebner > Cc: Will Deacon > Cc: Marc Zyngier > CC: linux-arm-kernel@lists.infradead.org applied to my dts64 branch for 4.9 Thanks Heiko