diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-06 10:54:48 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:05:07 +0200 |
commit | 309012d7e0c136211957755288d74e243af40201 (patch) | |
tree | 82c2723be54be2e84554d12fcee7b06700dfbf83 /arch/arm | |
parent | d299b5a5ee96cae1639968429a89cb5e76e1f4f9 (diff) |
ARM: ux500: Add TWD (fixed-factor) clock node to DBx500 Device Tree
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/ste-dbx5x0.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index 8c52f3f28b6..cc45052ce0b 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -61,6 +61,10 @@ rtc_clk: rtc32k-clock { #clock-cells = <0>; }; + + smp_twd_clk: smp-twd-clock { + #clock-cells = <0>; + }; }; timer@a0410600 { |