summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-03-01 14:01:45 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-04-27 12:12:02 +0200
commita991616698ea7e13b15c1d39ffa83f920d8a4ca5 (patch)
treeeaf7210ffb61946e14cb23b3859f02423757b72b
parent6c816b0e41758c4a75d0367afa7324bddf8151df (diff)
downloadedk2-platforms-a991616698ea7e13b15c1d39ffa83f920d8a4ca5.tar.xz
Silicon/SynQuacer/DeviceTree: use more specific PMU 'compatible string
Replace the PMU compatible string "arm,armv8-pmuv3" with the more precise "arm,cortex-a53-pmu", potentially making more event types available. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
index f6887329f6..d7395f993b 100644
--- a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
+++ b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
@@ -379,7 +379,7 @@
};
pmu {
- compatible = "arm,armv8-pmuv3";
+ compatible = "arm,cortex-a53-pmu";
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
};