Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753268AbbBXQaX (ORCPT ); Tue, 24 Feb 2015 11:30:23 -0500 Received: from mail-we0-f170.google.com ([74.125.82.170]:46597 "EHLO mail-we0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753037AbbBXQaS convert rfc822-to-8bit (ORCPT ); Tue, 24 Feb 2015 11:30:18 -0500 MIME-Version: 1.0 In-Reply-To: <9bffa4683bd6478993de6bea1d3027af@BN1AFFO11FD048.protection.gbl> References: <8ac3037c175711dec0adcd0d898be7d9722e0ed0.1424764548.git.michal.simek@xilinx.com> <9bffa4683bd6478993de6bea1d3027af@BN1AFFO11FD048.protection.gbl> From: Rob Herring Date: Tue, 24 Feb 2015 10:29:57 -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: 1466 Lines: 41 On Tue, Feb 24, 2015 at 8:58 AM, Michal Simek wrote: > On 02/24/2015 03:42 PM, Rob Herring wrote: >> 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? > > yep > >> >>> + #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]. > > Is this better for GICC? > <0x0 0xf902f000 0x2000> Yes, and the VCPU interface needs this as well. As far as sizes, we're still discussing that. Rob -- 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/