From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753936AbdARQks (ORCPT ); Wed, 18 Jan 2017 11:40:48 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:33772 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752496AbdARQkp (ORCPT ); Wed, 18 Jan 2017 11:40:45 -0500 Subject: Re: [PATCH 2/2] ARM: DTS: Fix register map for virt-capable GIC To: Marc Zyngier , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <1484736811-24002-1-git-send-email-marc.zyngier@arm.com> <1484736811-24002-3-git-send-email-marc.zyngier@arm.com> Cc: Thomas Gleixner , Jason Cooper , Rob Herring , Mark Rutland , Tsahee Zidenberg , Antoine Tenart , Russell King , =?UTF-8?Q?Beno=c3=aet_Cousson?= , Tony Lindgren , Kukjin Kim , Krzysztof Kozlowski , Javier Martinez Canillas , Shawn Guo , Sascha Hauer , Fabio Estevam , Santosh Shilimkar , Matthias Brugger , Simon Horman , Magnus Damm , Heiko Stuebner , Maxime Ripard , Chen-Yu Tsai , arm@kernel.org From: Santosh Shilimkar Organization: Oracle Corporation Message-ID: <2cfdd977-5ee9-a66a-acaf-8a4213bdbc37@oracle.com> Date: Wed, 18 Jan 2017 08:39:16 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484736811-24002-3-git-send-email-marc.zyngier@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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