diff options
author | Julien Thierry <julien.thierry@arm.com> | 2017-08-09 18:46:39 +0200 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2017-08-10 18:46:49 +0200 |
commit | e884f80cf2a76a86547e2316982e1f200f556ddf (patch) | |
tree | ed1bbed1f5c08060a9adccc7d767c1268a74b68b /Documentation/devicetree/bindings/arm | |
parent | arm64: perf: add support for Cortex-A73 (diff) | |
download | linux-e884f80cf2a76a86547e2316982e1f200f556ddf.tar.xz linux-e884f80cf2a76a86547e2316982e1f200f556ddf.zip |
arm64: perf: add support for Cortex-A35
The Cortex-A35 uses some implementation defined perf events.
The Cortex-A35 derives from the Cortex-A53 core, using the same event mapings
based on Cortex-A35 TRM r0p2, section C2.3 - Performance monitoring events
(pages C2-562 to C2-565).
Signed-off-by: Julien Thierry <julien.thierry@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@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 54c9727c70d8..13611a8199bb 100644 --- a/Documentation/devicetree/bindings/arm/pmu.txt +++ b/Documentation/devicetree/bindings/arm/pmu.txt @@ -13,6 +13,7 @@ Required properties: "arm,cortex-a72-pmu" "arm,cortex-a57-pmu" "arm,cortex-a53-pmu" + "arm,cortex-a35-pmu" "arm,cortex-a17-pmu" "arm,cortex-a15-pmu" "arm,cortex-a12-pmu" |