Add GICH and GICV resources for HYP mode - guess based on other vendors. Signed-off-by: Andreas Färber <afaerber@xxxxxxx> --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 0ae089bd1806..5088ae3ff653 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -117,7 +117,9 @@ gic: interrupt-controller@c4301000 { compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic"; reg = <0x0 0xc4301000 0 0x1000>, - <0x0 0xc4302000 0 0x0100>; + <0x0 0xc4302000 0 0x0100>, + <0x0 0xc4304000 0 0x2000>, + <0x0 0xc4306000 0 0x2000>; interrupt-controller; interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>; -- 2.6.2 -- 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