diff options
author | Will Deacon <will.deacon@arm.com> | 2014-05-09 18:34:19 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-05-25 23:49:43 +0100 |
commit | 03eff46ce31dbb186fea3eb2016e1c41f000db7e (patch) | |
tree | 0ec17a2a10901c30aa9086ba905a3fc9a175818b /Documentation | |
parent | 0e0779da2233f2dfc85e9c3a6ea142476d326811 (diff) | |
download | linux-03eff46ce31dbb186fea3eb2016e1c41f000db7e.tar.gz linux-03eff46ce31dbb186fea3eb2016e1c41f000db7e.tar.bz2 linux-03eff46ce31dbb186fea3eb2016e1c41f000db7e.zip |
ARM: 8054/1: perf: add support for the Cortex-A17 PMU
The Cortex-A17 PMU is identical to that of the A12, so wire up a new
compatible string to the existing event structures.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'Documentation')
-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 fe5cef8976cb..75ef91d08f3b 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-a17-pmu" "arm,cortex-a15-pmu" "arm,cortex-a12-pmu" "arm,cortex-a9-pmu" |