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 <mars.cheng@xxxxxxxxxxxx> > > --- [...] > > > + gic: interrupt-controller@19000000 { > > + compatible = "arm,gic-v3"; > > + #interrupt-cells = <3>; > > + interrupt-parent = <&gic>; > > + interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; > > + 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. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html