diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-05 07:26:52 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 05:05:10 -0400 |
commit | a8acb1ecc5490645a9fc53ecc5181dae9ba8703f (patch) | |
tree | 0db26f96018c78fe8f70f4bb88184a4eca9a4e0c /arch/arm/boot/dts/ste-dbx5x0.dtsi | |
parent | 309012d7e0c136211957755288d74e243af40201 (diff) |
ARM: ux500: Supply the TWD Timer clock lookup to the DBX500 DT
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-dbx5x0.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index cc45052ce0b9..80b0304dd441 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi | |||
@@ -71,6 +71,8 @@ | |||
71 | compatible = "arm,cortex-a9-twd-timer"; | 71 | compatible = "arm,cortex-a9-twd-timer"; |
72 | reg = <0xa0410600 0x20>; | 72 | reg = <0xa0410600 0x20>; |
73 | interrupts = <1 13 0x304>; /* IRQ level high per-CPU */ | 73 | interrupts = <1 13 0x304>; /* IRQ level high per-CPU */ |
74 | |||
75 | clocks = <&smp_twd_clk>; | ||
74 | }; | 76 | }; |
75 | 77 | ||
76 | rtc@80154000 { | 78 | rtc@80154000 { |