diff options
author | Olof Johansson <olof@lixom.net> | 2012-09-11 23:04:30 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-11 23:04:30 -0700 |
commit | e5567598c61907187261aba7095ac825d8060827 (patch) | |
tree | 47395e02cc501f374b77749500dfe31fb772d09b /Documentation | |
parent | 8b60d520c307437f497d7a579d349d5488abf782 (diff) | |
parent | e433d4440bf7dd5955a4616cfb9bffd1ec6ab839 (diff) | |
download | blackbird-op-linux-e5567598c61907187261aba7095ac825d8060827.tar.gz blackbird-op-linux-e5567598c61907187261aba7095ac825d8060827.zip |
Merge branch 'renesas/pmu' into next/soc
* renesas/pmu:
ARM: shmobile: emev2: enable PMU(Performance Monitoring Unit)
ARM: shmobile: sh73a0: enable PMU(Performance Monitoring Unit)
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/pmu.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/pmu.txt b/Documentation/devicetree/bindings/arm/pmu.txt index 1c044eb320cc..343781b9f246 100644 --- a/Documentation/devicetree/bindings/arm/pmu.txt +++ b/Documentation/devicetree/bindings/arm/pmu.txt @@ -7,8 +7,12 @@ representation in the device tree should be done as under:- Required properties: - compatible : should be one of + "arm,cortex-a15-pmu" "arm,cortex-a9-pmu" "arm,cortex-a8-pmu" + "arm,cortex-a7-pmu" + "arm,cortex-a5-pmu" + "arm,arm11mpcore-pmu" "arm,arm1176-pmu" "arm,arm1136-pmu" - interrupts : 1 combined interrupt or 1 per core. |