All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: imx7d: add arch timer
@ 2015-12-10 23:12 ` Frank.Li-KZfg59tc24xl57MIdRCFDg
  0 siblings, 0 replies; 14+ messages in thread
From: Frank.Li at freescale.com @ 2015-12-10 23:12 UTC (permalink / raw)
  To: linux-arm-kernel

From: Frank Li <Frank.Li@freescale.com>

add cortex a7 arch timer.
uboot v2016.01-rc2 supported psci basic support.
smp can be supported by psci

Signed-off-by: Frank Li <Frank.Li@freescale.com>
---
 arch/arm/boot/dts/imx7d.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi
index 489604a..a621af6 100644
--- a/arch/arm/boot/dts/imx7d.dtsi
+++ b/arch/arm/boot/dts/imx7d.dtsi
@@ -119,6 +119,15 @@
 		clock-output-names = "osc";
 	};
 
+	timer {
+		compatible = "arm,armv7-timer";
+		interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
+			     <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
+			     <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
+			     <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
+		interrupt-parent = <&intc>;
+	};
+
 	etr at 30086000 {
 		compatible = "arm,coresight-tmc", "arm,primecell";
 		reg = <0x30086000 0x1000>;
-- 
2.5.2

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-12-21  6:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-10 23:12 [PATCH 1/3] ARM: dts: imx7d: add arch timer Frank.Li at freescale.com
2015-12-10 23:12 ` Frank.Li-KZfg59tc24xl57MIdRCFDg
2015-12-10 23:12 ` [PATCH 2/3] ARM: imx: select HAVE_ARM_ARCH_TIMER if selected i.MX7D Frank.Li at freescale.com
2015-12-10 23:12   ` Frank.Li-KZfg59tc24xl57MIdRCFDg
2015-12-21  6:48   ` Shawn Guo
2015-12-21  6:48     ` Shawn Guo
2015-12-10 23:12 ` [PATCH 3/3] arm: imx: config: enable psci default Frank.Li at freescale.com
2015-12-10 23:12   ` Frank.Li-KZfg59tc24xl57MIdRCFDg
2015-12-17 20:45 ` [PATCH 1/3] ARM: dts: imx7d: add arch timer Stefan Agner
2015-12-17 20:45   ` Stefan Agner
2015-12-17 21:23   ` Zhi Li
2015-12-17 21:23     ` Zhi Li
2015-12-21  6:44     ` Shawn Guo
2015-12-21  6:44       ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.