Skip to content

Commit

Permalink
dt: pmu: extend ARM PMU binding to allow for explicit interrupt affinity
Browse files Browse the repository at this point in the history
The current ARM PMU binding relies on the PMU interrupts being listed in
CPU logical order, which the device-tree author simply cannot know
anything about.

This patch introduces a new "interrupt-affinity" property, which makes
the relationship between the PMU interrupts and their corresponding
CPU explicit.

Acked-by: Mark Rutland <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
  • Loading branch information
wildea01 committed Mar 24, 2015
1 parent 91d5715 commit 71bbf03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/devicetree/bindings/arm/pmu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Required properties:

Optional properties:

- interrupt-affinity : Valid only when using SPIs, specifies a list of phandles
to CPU nodes corresponding directly to the affinity of
the SPIs listed in the interrupts property.

This property should be present when there is more than
a single SPI.

- qcom,no-pc-write : Indicates that this PMU doesn't support the 0xc and 0xd
events.

Expand Down

0 comments on commit 71bbf03

Please sign in to comment.