summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dts
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-10-19 23:50:15 +0200
committerArnd Bergmann <arnd@arndb.de>2017-10-20 00:38:06 +0200
commit6260304f1a1299e595648ddbab7b60c733413a7c (patch)
tree3ea916b34e2e554c4e375799098bc930644ea81c /arch/arm64/boot/dts/arm/foundation-v8-gicv3.dts
parentb966bb45983212fa254b31c340856a8b06ddb1ff (diff)
parentbc3d3447b66a9eb398c7cce96f05b7c78d725abc (diff)
Merge tag 'juno-updates-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/soc
Pull "ARMv8 Vexpress/Juno DT update for v4.15" from Sudeep Holla: Just single update to enable PSCI support on Foundation models * tag 'juno-updates-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux: arm64: dts: foundation-v8: Enable PSCI mode
Diffstat (limited to 'arch/arm64/boot/dts/arm/foundation-v8-gicv3.dts')
-rw-r--r--arch/arm64/boot/dts/arm/foundation-v8-gicv3.dts25
1 files changed, 2 insertions, 23 deletions
diff --git a/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dts b/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dts
index 35588dfa095c..c5d834d7d0ba 100644
--- a/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dts
+++ b/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dts
@@ -5,26 +5,5 @@
*/
#include "foundation-v8.dtsi"
-
-/ {
- gic: interrupt-controller@2f000000 {
- compatible = "arm,gic-v3";
- #interrupt-cells = <3>;
- #address-cells = <2>;
- #size-cells = <2>;
- ranges;
- interrupt-controller;
- reg = <0x0 0x2f000000 0x0 0x10000>,
- <0x0 0x2f100000 0x0 0x200000>,
- <0x0 0x2c000000 0x0 0x2000>,
- <0x0 0x2c010000 0x0 0x2000>,
- <0x0 0x2c02f000 0x0 0x2000>;
- interrupts = <1 9 4>;
-
- its: its@2f020000 {
- compatible = "arm,gic-v3-its";
- msi-controller;
- reg = <0x0 0x2f020000 0x0 0x20000>;
- };
- };
-};
+#include "foundation-v8-gicv3.dtsi"
+#include "foundation-v8-spin-table.dtsi"