arm64: dts: split Foundation model dts to put the GIC separately
authorAndre Przywara <andre.przywara@arm.com>
Tue, 15 Dec 2015 13:36:37 +0000 (13:36 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 9 Feb 2016 10:46:31 +0000 (10:46 +0000)
commitd11a8979667818d44f25ebe4efeed258d9f770e8
treeb672fce3384b3727f3587ecc05f3b2310a4ce0b5
parente6b512285a46c71e056e15985140d8a078937b7d
arm64: dts: split Foundation model dts to put the GIC separately

The ARMv8 Foundation model can be run with a GICv2 or a GICv3.
To prepare for the GICv3 version of the .dts without code duplication,
move most of the nodes of the existing DT (except the GIC) into an
include file and just keep that include statement and the GIC node in
the current foundation-v8.dts.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/boot/dts/arm/foundation-v8.dts
arch/arm64/boot/dts/arm/foundation-v8.dtsi [new file with mode: 0644]