From: Rajendra Nayak Date: Thu, 1 Feb 2018 04:30:55 +0000 (+0530) Subject: arm64: dts: msm8996: Fix wrong use of GIC_CPU_MASK_SIMPLE() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4a92b6d75bab5dab83d59f393f01b7f4ded5d07c;p=linux.git arm64: dts: msm8996: Fix wrong use of GIC_CPU_MASK_SIMPLE() GICv3 does not have affinity bitmap in the binding for PPI interrupts. It can be specified using a 4th cell if needed as documented in the bindings. Clean up the wrong use of the affinity bitmap using the GIC_CPU_MASK_SIMPLE() macro Reported-by: Stephen Boyd Signed-off-by: Rajendra Nayak Signed-off-by: Andy Gross --- diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index 4b2afcc4fdf47..07bd899781175 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -232,10 +232,10 @@ timer { compatible = "arm,armv8-timer"; - interrupts = , - , - , - ; + interrupts = , + , + , + ; }; clocks {