diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-06 11:54:48 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:05:07 +0200 |
commit | 309012d7e0c136211957755288d74e243af40201 (patch) | |
tree | 82c2723be54be2e84554d12fcee7b06700dfbf83 /arch/arm/boot/dts/ste-dbx5x0.dtsi | |
parent | ARM: ux500: Supply the RTC clock lookup to the DBX500 DT (diff) | |
download | linux-309012d7e0c136211957755288d74e243af40201.tar.xz linux-309012d7e0c136211957755288d74e243af40201.zip |
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/boot/dts/ste-dbx5x0.dtsi')
-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 8c52f3f28b62..cc45052ce0b9 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 { |