Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752695AbbBXOnD (ORCPT ); Tue, 24 Feb 2015 09:43:03 -0500 Received: from mail-we0-f176.google.com ([74.125.82.176]:38384 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750748AbbBXOnA convert rfc822-to-8bit (ORCPT ); Tue, 24 Feb 2015 09:43:00 -0500 MIME-Version: 1.0 In-Reply-To: <8ac3037c175711dec0adcd0d898be7d9722e0ed0.1424764548.git.michal.simek@xilinx.com> References: <8ac3037c175711dec0adcd0d898be7d9722e0ed0.1424764548.git.michal.simek@xilinx.com> From: Rob Herring Date: Tue, 24 Feb 2015 08:42:37 -0600 Message-ID: Subject: Re: [PATCH] ARM64: Add new Xilinx ZynqMP SoC To: Michal Simek Cc: "linux-arm-kernel@lists.infradead.org" , Catalin Marinas , Will Deacon , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , =?UTF-8?Q?S=C3=B6ren_Brinkmann?= , Robert Richter , Mark Brown , Eddie Huang , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1205 Lines: 32 On Tue, Feb 24, 2015 at 1:56 AM, Michal Simek wrote: > Initial version of device tree for Xilinx ZynqMP SoC. > > Signed-off-by: Michal Simek > Acked-by: Sören Brinkmann > --- [...] > + gic: interrupt-controller@f9010000 { > + compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic"; gic-400, right? > + #interrupt-cells = <3>; > + reg = <0x0 0xf9010000 0x10000>, > + <0x0 0xf9020000 0x20000>, > + <0x0 0xf9040000 0x20000>, > + <0x0 0xf9060000 0x20000>; These addresses are wrong if you are doing address swizzling to do 64K offsets. We don't really have an answer yet as to what is the right way. See the XGene GIC discussion[1]. Rob [1] https://www.mail-archive.com/devicetree@vger.kernel.org/msg62547.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/