diff options
author | Albin Tonnerre <albin.tonnerre@arm.com> | 2014-01-29 15:28:57 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2014-02-21 12:11:23 +0100 |
commit | 8e781f65423c2e8e65a56972ba996b6c01a5ef3e (patch) | |
tree | 043d0048fbd9125087dce47a52956211c296c603 /Documentation/devicetree/bindings/arm/pmu.txt | |
parent | ARM: perf: remove unused PMU probing code (diff) | |
download | linux-8e781f65423c2e8e65a56972ba996b6c01a5ef3e.tar.xz linux-8e781f65423c2e8e65a56972ba996b6c01a5ef3e.zip |
ARM: perf: add support for the Cortex-A12 PMU
Cortex-A12 implements Performance Monitors compliant with the PMUv2
architecture.
This patch adds support for the Cortex-A12 PMU to the ARM perf backend.
Signed-off-by: Albin Tonnerre <albin.tonnerre@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/pmu.txt')
-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 ce731441e64f..fe5cef8976cb 100644 --- a/Documentation/devicetree/bindings/arm/pmu.txt +++ b/Documentation/devicetree/bindings/arm/pmu.txt @@ -9,6 +9,7 @@ Required properties: - compatible : should be one of "arm,armv8-pmuv3" "arm,cortex-a15-pmu" + "arm,cortex-a12-pmu" "arm,cortex-a9-pmu" "arm,cortex-a8-pmu" "arm,cortex-a7-pmu" |