From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1473343836.1896.17.camel@mtkswgap22> Subject: Re: [PATCH 3/4] arm64: dts: mediatek: add mt6797 support From: Mars Cheng To: Marc Zyngier CC: Matthias Brugger , Rob Herring , Mark Rutland , "Michael Turquette" , Stephen Boyd , Erin Lo , James Liao , , CC Hwang , Loda Choui , Miles Chen , Scott Shu , Jades Shih , "Yingjoe Chen" , My Chuang , , , , Date: Thu, 8 Sep 2016 22:10:36 +0800 In-Reply-To: <57D16470.6050100@arm.com> References: <1473331794-27542-1-git-send-email-mars.cheng@mediatek.com> <1473331794-27542-4-git-send-email-mars.cheng@mediatek.com> <57D16470.6050100@arm.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Return-Path: mars.cheng@mediatek.com List-ID: On Thu, 2016-09-08 at 14:15 +0100, Marc Zyngier wrote: > On 08/09/16 11:49, Mars Cheng wrote: > > This adds basic chip support for MT6797 SoC. > > > > Signed-off-by: Mars Cheng > > --- [...] > > > + gic: interrupt-controller@19000000 { > > + compatible = "arm,gic-v3"; > > + #interrupt-cells = <3>; > > + interrupt-parent = <&gic>; > > + interrupts = ; > > + interrupt-controller; > > + reg = <0 0x19000000 0 0x10000>, /* GICD */ > > + <0 0x19200000 0 0x200000>, /* GICR */ > > + <0 0x10240000 0 0x2000>; /* GICC */ > > Where are the GICV and GICH regions? No ITS? Have confirmed with our HW guys, there is no GICV, GICH, nor ITS in our GIC design. Thanks. > > Thanks, > > M.