Commit 159c7f89 authored by Dinh Nguyen's avatar Dinh Nguyen

arm: socfpga: Add clock for smp_twd timer

Assign a clock for the twd-timer.
Signed-off-by: default avatarDinh Nguyen <dinguyen@altera.com>
Acked-by: default avatarRob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Ian Campbell <ian.campbell@citrix.com>
CC: linux-arm-kernel@lists.infradead.org
parent 4a10c2ac
...@@ -473,6 +473,7 @@ timer@fffec600 { ...@@ -473,6 +473,7 @@ timer@fffec600 {
compatible = "arm,cortex-a9-twd-timer"; compatible = "arm,cortex-a9-twd-timer";
reg = <0xfffec600 0x100>; reg = <0xfffec600 0x100>;
interrupts = <1 13 0xf04>; interrupts = <1 13 0xf04>;
clocks = <&mpu_periph_clk>;
}; };
timer0: timer0@ffc08000 { timer0: timer0@ffc08000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment