diff options
author | Mark Rutland <mark.rutland@arm.com> | 2015-10-02 10:55:04 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2015-10-07 14:25:07 +0100 |
commit | ac82d12772158dfbc1d3827a68b317e10326bbaa (patch) | |
tree | 3cc92edea92b3fc7ca92e1f765a98b2c5b0deb16 /Documentation/devicetree/bindings/arm | |
parent | 6475b2d846176e3272351266869481a21ff47866 (diff) | |
download | op-kernel-dev-ac82d12772158dfbc1d3827a68b317e10326bbaa.zip op-kernel-dev-ac82d12772158dfbc1d3827a68b317e10326bbaa.tar.gz |
arm64: perf: add Cortex-A53 support
The Cortex-A53 PMU supports a few events outside of the required PMUv3
set that are rather useful.
This patch adds the event map data for said events.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/pmu.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/pmu.txt b/Documentation/devicetree/bindings/arm/pmu.txt index 435251f..2e6737b 100644 --- a/Documentation/devicetree/bindings/arm/pmu.txt +++ b/Documentation/devicetree/bindings/arm/pmu.txt @@ -8,6 +8,7 @@ Required properties: - compatible : should be one of "arm,armv8-pmuv3" + "arm.cortex-a53-pmu" "arm,cortex-a17-pmu" "arm,cortex-a15-pmu" "arm,cortex-a12-pmu" |