[PATCH 1/2] arm64: dts: sdm845: Add minimal dts/dtsi files for sdm845 SoC and MTP
From: Rajendra Nayak <hidden>
Date: 2018-01-30 10:25:18
Also in:
linux-arm-msm, linux-devicetree, lkml
From: Rajendra Nayak <hidden>
Date: 2018-01-30 10:25:18
Also in:
linux-arm-msm, linux-devicetree, lkml
On 01/30/2018 03:18 PM, Stephen Boyd wrote:
quoted
quoted
quoted
+ }; + + timer { + compatible = "arm,armv8-timer"; + interrupts = <GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,Are we supposed to use the GIC_CPU_MASK_SIMPLE macros still?Not sure, is there another way?Me either. See this thread from Marc[1]. I guess just drop them? [1] http://lkml.iu.edu/hypermail/linux/kernel/1702.0/03522.html
thanks, Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt does seem to explain how to specify PPI CPU affinity for GICv3 using a 4th cell if needed which I hadn't read :/ I'll send in a patch to get rid of them on 8996 as well. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation