On Tue 23 Jun 15:48 PDT 2020, Konrad Dybcio wrote: [..] > diff --git a/arch/arm64/boot/dts/qcom/msm8994.dtsi b/arch/arm64/boot/dts/qcom/msm8994.dtsi [..] > + timer { > + compatible = "arm,armv8-timer"; > + interrupts = <1 2 0xff08>, > + <1 3 0xff08>, > + <1 4 0xff08>, > + <1 1 0xff08>; Indentation is off here and these are supposed to be GIC_PPI. So I fixed this and applied the patch. Thanks, Bjorn