linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm/omap4: add twd clock to DT
@ 2014-04-07 20:05 Gilles Chanteperdrix
  2014-04-18 22:39 ` Tony Lindgren
  0 siblings, 1 reply; 11+ messages in thread
From: Gilles Chanteperdrix @ 2014-04-07 20:05 UTC (permalink / raw)
  To: linux-arm-kernel

Booting Linux 3.14 on Pandaboard currently gets the following
message displayed:

smp_twd: clock not found -2

Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this.

Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
---
 arch/arm/boot/dts/omap4.dtsi |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index d3f8a6e..a7f1d3a 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -62,6 +62,7 @@
 
 	local-timer at 48240600 {
 		compatible = "arm,cortex-a9-twd-timer";
+		clocks = <&mpu_periphclk>;
 		reg = <0x48240600 0x20>;
 		interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;
 	};
-- 
1.7.10.4

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

end of thread, other threads:[~2014-05-23 10:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07 20:05 [PATCH] arm/omap4: add twd clock to DT Gilles Chanteperdrix
2014-04-18 22:39 ` Tony Lindgren
2014-04-20 16:22   ` Gilles Chanteperdrix
2014-04-22 12:39     ` Tero Kristo
2014-05-18 12:08       ` Joachim Eastwood
2014-05-19 16:13         ` Tony Lindgren
2014-05-19 16:23           ` Joachim Eastwood
2014-05-19 16:27             ` Tony Lindgren
2014-05-20  9:01               ` Tero Kristo
2014-05-20 14:49                 ` Tony Lindgren
2014-05-23 10:57                   ` Tero Kristo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).