From: Will Deacon Date: Fri, 6 Mar 2015 11:54:09 +0000 (+0000) Subject: ARM: pmu: add support for interrupt-affinity property X-Git-Tag: omap-for-v4.1/fixes-rc1~142^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd85eb502a78bd812db58bd1f668b2a06ee30a5;p=pandora-kernel.git ARM: pmu: add support for interrupt-affinity property Historically, the PMU devicetree bindings have expected SPIs to be listed in order of *logical* CPU number. This is problematic for bootloaders, especially when the boot CPU (logical ID 0) isn't listed first in the devicetree. This patch adds a new optional property, interrupt-affinity, to the PMU node which allows the interrupt affinity to be described using a list of phandled to CPU nodes, with each entry in the list corresponding to the SPI at the same index in the interrupts property. Cc: Mark Rutland Signed-off-by: Will Deacon --- Reading git-diff-tree failed