ARM: dts: omap4: add twd clock to DT
authorGilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Mon, 7 Apr 2014 20:05:39 +0000 (22:05 +0200)
committerTero Kristo <t-kristo@ti.com>
Fri, 23 May 2014 09:22:25 +0000 (12:22 +0300)
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>
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/boot/dts/omap4.dtsi

index 649b5cd..2a4ba60 100644 (file)
@@ -67,6 +67,7 @@
 
        local-timer@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)>;
        };