From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Mon, 23 Jan 2017 17:58:57 +0800 Subject: [PATCH 2/2] ARM: DTS: Fix register map for virt-capable GIC In-Reply-To: <1484736811-24002-3-git-send-email-marc.zyngier@arm.com> References: <1484736811-24002-1-git-send-email-marc.zyngier@arm.com> <1484736811-24002-3-git-send-email-marc.zyngier@arm.com> Message-ID: <20170123095856.GP5662@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jan 18, 2017 at 10:53:31AM +0000, 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 ++-- Acked-by: Shawn Guo