diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-09-18 16:05:52 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:09:16 +0200 |
commit | d2f898cec8c2971b49fd872551924e902d2f627f (patch) | |
tree | 20ee6430a9bb6f2dea9e8656774a645a724fde63 /arch/arm/boot/dts/ste-dbx5x0.dtsi | |
parent | d460d28bfb516afe44a85a4738c459f18de582ce (diff) | |
download | linux-stable-d2f898cec8c2971b49fd872551924e902d2f627f.tar.gz linux-stable-d2f898cec8c2971b49fd872551924e902d2f627f.tar.bz2 linux-stable-d2f898cec8c2971b49fd872551924e902d2f627f.zip |
ARM: ux500: Provide a clock lookup for the Crypto driver
The common clock framework will use the 'clock' property provided to do
a clock lookup when Device Tree is enabled.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index 23810f233774..c4000179794e 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -913,6 +913,7 @@ interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>; v-ape-supply = <&db8500_vape_reg>; + clocks = <&prcc_pclk 6 1>; }; hash@a03c2000 { |