commit | 71bbf038eaa44a80dd6df0da7c708d4618172fe0 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Mar 06 11:54:08 2015 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Tue Mar 24 15:09:47 2015 +0000 |
tree | 254618379bbb6b6efc4de039eee350e0ec2a86f9 | |
parent | 91d57155dc5ab4b311624b7ee570339b6af19ad5 [diff] |
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 <mark.rutland@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>