From mboxrd@z Thu Jan 1 00:00:00 1970 From: dinguyen@altera.com (Dinh Nguyen) Date: Tue, 1 Oct 2013 14:15:57 -0500 Subject: [PATCH 1/2] arm: socfpga: Add clock for smp_twd timer In-Reply-To: <1379435541-26338-1-git-send-email-dinguyen@altera.com> References: <1379435541-26338-1-git-send-email-dinguyen@altera.com> Message-ID: <1380654957.13502.2.camel@linux-builds1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Just wondering if I can get any comments on this patchset? Thanks, Dinh On Tue, 2013-09-17 at 11:32 -0500, Dinh Nguyen wrote: > From: Dinh Nguyen > > Assign a clock for the twd-timer. > > Signed-off-by: Dinh Nguyen > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Stephen Warren > Cc: Ian Campbell > CC: linux-arm-kernel at lists.infradead.org > --- > arch/arm/boot/dts/socfpga.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi > index acd6c3a..e28df94 100644 > --- a/arch/arm/boot/dts/socfpga.dtsi > +++ b/arch/arm/boot/dts/socfpga.dtsi > @@ -480,11 +480,11 @@ > clock-names = "biu", "ciu"; > }; > > - /* Local timer */ > - timer at fffec600 { > + local-timer at fffec600 { > compatible = "arm,cortex-a9-twd-timer"; > reg = <0xfffec600 0x100>; > interrupts = <1 13 0xf04>; > + clocks = <&mpu_periph_clk>; > }; > > timer0: timer0 at ffc08000 {