diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-05 15:26:52 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 13:05:10 +0400 |
commit | a8acb1ecc5490645a9fc53ecc5181dae9ba8703f (patch) | |
tree | 0db26f96018c78fe8f70f4bb88184a4eca9a4e0c /arch/arm/boot/dts/ste-dbx5x0.dtsi | |
parent | 309012d7e0c136211957755288d74e243af40201 (diff) | |
download | linux-a8acb1ecc5490645a9fc53ecc5181dae9ba8703f.tar.xz |
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 @@ compatible = "arm,cortex-a9-twd-timer"; reg = <0xa0410600 0x20>; interrupts = <1 13 0x304>; /* IRQ level high per-CPU */ + + clocks = <&smp_twd_clk>; }; rtc@80154000 { |