From: Will Deacon Date: Mon, 30 Mar 2015 09:59:30 +0000 (+0100) Subject: arm64: dts: add interrupt-affinity property to pmu node for juno X-Git-Tag: v4.1-rc1~46^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2b01311afc120ffb0ce5ec94721a77f05c84763f;p=uclinux-h8%2Flinux.git arm64: dts: add interrupt-affinity property to pmu node for juno Make the Juno .dts robust against potential reordering of the CPU nodes by adding an explicit interrupt-affinity property to the PMU node. While we're at it, fix the PMU interrupts numbers too. Cc: Mark Rutland Acked-by: Liviu Dudau Signed-off-by: Will Deacon Signed-off-by: Olof Johansson --- diff --git a/arch/arm64/boot/dts/arm/juno.dts b/arch/arm64/boot/dts/arm/juno.dts index 133ee59de2d7..5e9110a3353d 100644 --- a/arch/arm64/boot/dts/arm/juno.dts +++ b/arch/arm64/boot/dts/arm/juno.dts @@ -120,12 +120,18 @@ pmu { compatible = "arm,armv8-pmuv3"; - interrupts = , + interrupts = , + , + , , , - , - , - ; + ; + interrupt-affinity = <&A57_0>, + <&A57_1>, + <&A53_0>, + <&A53_1>, + <&A53_2>, + <&A53_3>; }; /include/ "juno-clocks.dtsi"