Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dt: pmu: extend ARM PMU binding to allow for explicit interrupt affinity
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