aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2019-01-25 17:49:53 +0000
committerSudeep Holla <sudeep.holla@arm.com>2019-01-29 14:39:46 +0000
commitef972714b1b25683f250e54039623bf3031fe9e6 (patch)
treeaed5e70cb3f057ee896061ab7ac73d41bbf15b6c /arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi
parentLinux 5.0-rc1 (diff)
downloadlinux-dev-ef972714b1b25683f250e54039623bf3031fe9e6.tar.xz
linux-dev-ef972714b1b25683f250e54039623bf3031fe9e6.zip
arm64: dts: juno/fast models: using GIC macros instead of hardcoded values
There are macros that exist to indicate the GIC specific flags and custom cell values as per the GIC DT bindings. It's used in most of the places in these DTS files but not all. To maintain consistency, lets use the macros at all the places. Since DTC doesn't even warn is any cells are missing, it's very hard to debug if that's the case. Changing to use macros avoids missing cells/ columns. Acked-by: Liviu Dudau <liviu.dudau@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi')
-rw-r--r--arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi b/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi
index 91fc5c60d88b..f2c75c756039 100644
--- a/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi
+++ b/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi
@@ -17,7 +17,7 @@
<0x0 0x2c000000 0x0 0x2000>,
<0x0 0x2c010000 0x0 0x2000>,
<0x0 0x2c02f000 0x0 0x2000>;
- interrupts = <1 9 4>;
+ interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
its: its@2f020000 {
compatible = "arm,gic-v3-its";