Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx7d: add arch timer

Since uboot v2016.01-rc2, which supported basic psci for i.mx7d.
So imx7d's second core can be enabled by psci.

Without arch timer, every timer event will be boardcasted to each core.
arch timer has local timer irq for each core.

Signed-off-by: Frank Li <Frank.Li@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Frank Li and committed by
Shawn Guo
ecea9fec 26cefdd1

+9
+9
arch/arm/boot/dts/imx7d.dtsi
··· 119 119 clock-output-names = "osc"; 120 120 }; 121 121 122 + timer { 123 + compatible = "arm,armv7-timer"; 124 + interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, 125 + <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, 126 + <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, 127 + <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; 128 + interrupt-parent = <&intc>; 129 + }; 130 + 122 131 etr@30086000 { 123 132 compatible = "arm,coresight-tmc", "arm,primecell"; 124 133 reg = <0x30086000 0x1000>;