From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCH 2/2] ARM: DTS: Fix register map for virt-capable GIC Date: Wed, 18 Jan 2017 08:39:16 -0800 Message-ID: <2cfdd977-5ee9-a66a-acaf-8a4213bdbc37@oracle.com> References: <1484736811-24002-1-git-send-email-marc.zyngier@arm.com> <1484736811-24002-3-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1484736811-24002-3-git-send-email-marc.zyngier@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Marc Zyngier , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Mark Rutland , Heiko Stuebner , Tony Lindgren , arm@kernel.org, Magnus Damm , Russell King , Krzysztof Kozlowski , Javier Martinez Canillas , Chen-Yu Tsai , Kukjin Kim , Tsahee Zidenberg , Jason Cooper , Simon Horman , Santosh Shilimkar , Matthias Brugger , Thomas Gleixner , Sascha Hauer , Antoine Tenart , Rob Herring , =?UTF-8?Q?Beno=c3=aet_Cousson?= , Fabio Estevam , Maxime Ripard , Shawn Guo List-Id: devicetree@vger.kernel.org On 1/18/2017 2:53 AM, Marc Zyngier wrote: > Since everybody copied my own mistake from the DT binding example, > let's address all the offenders in one swift go. > > Most of them got the CPU interface size wrong (4kB, while it should > be 8kB), except for both keystone platforms which got the control > interface wrong (4kB instead of 8kB). > > In the couple of cases were I knew for sure what implementation > was used, I've added the "arm,gic-400" compatible string. I'm 99% > sure that this is what everyong is using, but short of having the > TRM for all the other SoCs, I've let them alone. > > Signed-off-by: Marc Zyngier > --- > arch/arm/boot/dts/imx6ul.dtsi | 4 ++-- > arch/arm/boot/dts/keystone-k2g.dtsi | 2 +- > arch/arm/boot/dts/keystone.dtsi | 2 +- For keystone bits, Acked-by: Santosh Shilimkar