diff options
| author | Stephen Boyd <sboyd@codeaurora.org> | 2014-02-07 16:01:24 -0500 |
|---|---|---|
| committer | Will Deacon <will.deacon@arm.com> | 2014-02-21 06:11:20 -0500 |
| commit | d84c47837d800c0db1c9f2015a1565504417f812 (patch) | |
| tree | 6d811d08681e3369cba6aba58e6efd605e0c1135 | |
| parent | b7aafe9928beda2ed2c1a3035a1bed878f0cb2ab (diff) | |
devicetree: bindings: Document Krait performance monitor units (PMU)
Document the Krait PMU compatible string.
Cc: <devicetree@vger.kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/pmu.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/pmu.txt b/Documentation/devicetree/bindings/arm/pmu.txt index 3e1e498fea96..ce731441e64f 100644 --- a/Documentation/devicetree/bindings/arm/pmu.txt +++ b/Documentation/devicetree/bindings/arm/pmu.txt | |||
| @@ -16,7 +16,14 @@ Required properties: | |||
| 16 | "arm,arm11mpcore-pmu" | 16 | "arm,arm11mpcore-pmu" |
| 17 | "arm,arm1176-pmu" | 17 | "arm,arm1176-pmu" |
| 18 | "arm,arm1136-pmu" | 18 | "arm,arm1136-pmu" |
| 19 | - interrupts : 1 combined interrupt or 1 per core. | 19 | "qcom,krait-pmu" |
| 20 | - interrupts : 1 combined interrupt or 1 per core. If the interrupt is a per-cpu | ||
| 21 | interrupt (PPI) then 1 interrupt should be specified. | ||
| 22 | |||
| 23 | Optional properties: | ||
| 24 | |||
| 25 | - qcom,no-pc-write : Indicates that this PMU doesn't support the 0xc and 0xd | ||
| 26 | events. | ||
| 20 | 27 | ||
| 21 | Example: | 28 | Example: |
| 22 | 29 | ||
