diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-11-07 20:58:16 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-12-02 23:21:02 -0600 |
commit | f04bda90392b729fea9b0420b2a87aa6f2abfcd9 (patch) | |
tree | 3c24923f34010a5dc9b12a8d049d0082bd301317 | |
parent | 2bfb66c279a491f92cd5e85f3bbc064295a344fd (diff) | |
download | linux-f04bda90392b729fea9b0420b2a87aa6f2abfcd9.tar.gz linux-f04bda90392b729fea9b0420b2a87aa6f2abfcd9.tar.bz2 linux-f04bda90392b729fea9b0420b2a87aa6f2abfcd9.zip |
dt-bindings: add ARMv8 PMU binding
Add missing "arm,armv8-pmuv3" compatible property for ARMv8 PMU.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
-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 343781b9f246..3e1e498fea96 100644 --- a/Documentation/devicetree/bindings/arm/pmu.txt +++ b/Documentation/devicetree/bindings/arm/pmu.txt @@ -7,6 +7,7 @@ representation in the device tree should be done as under:- Required properties: - compatible : should be one of + "arm,armv8-pmuv3" "arm,cortex-a15-pmu" "arm,cortex-a9-pmu" "arm,cortex-a8-pmu" |