diff options
| author | Dinh Nguyen <dinguyen@altera.com> | 2013-10-01 15:42:27 -0400 |
|---|---|---|
| committer | Dinh Nguyen <dinguyen@altera.com> | 2013-10-04 12:09:43 -0400 |
| commit | 159c7f89494fb64ccd435b7ef5861ecdb64bc379 (patch) | |
| tree | c21fdc6d71f04407faa73848531ae500c936a1bd | |
| parent | 4a10c2ac2f368583138b774ca41fac4207911983 (diff) | |
arm: socfpga: Add clock for smp_twd timer
Assign a clock for the twd-timer.
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Acked-by: Rob 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
| -rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index e273fa993b8c..e7260ca9eaf1 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi | |||
| @@ -473,6 +473,7 @@ | |||
| 473 | compatible = "arm,cortex-a9-twd-timer"; | 473 | compatible = "arm,cortex-a9-twd-timer"; |
| 474 | reg = <0xfffec600 0x100>; | 474 | reg = <0xfffec600 0x100>; |
| 475 | interrupts = <1 13 0xf04>; | 475 | interrupts = <1 13 0xf04>; |
| 476 | clocks = <&mpu_periph_clk>; | ||
| 476 | }; | 477 | }; |
| 477 | 478 | ||
| 478 | timer0: timer0@ffc08000 { | 479 | timer0: timer0@ffc08000 { |
