From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 18 Apr 2014 15:39:48 -0700 Subject: [PATCH] arm/omap4: add twd clock to DT In-Reply-To: <1396901139-17268-1-git-send-email-gilles.chanteperdrix@xenomai.org> References: <1396901139-17268-1-git-send-email-gilles.chanteperdrix@xenomai.org> Message-ID: <20140418223948.GK21823@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Gilles Chanteperdrix [140407 13:09]: > 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. Tero, care to ack? Tony > Signed-off-by: Gilles Chanteperdrix > --- > 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 = ; > }; > -- > 1.7.10.4 >