diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-09-18 15:07:27 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 09:09:20 (GMT) |
commit | 024cfe880b4eafe6dfb81380ae39dc0ad2b48180 (patch) | |
tree | 38b9ca3a8c19f3785a468cb5adcc2314f19e25f8 /arch/arm/boot/dts/ste-dbx5x0.dtsi | |
parent | d2f898cec8c2971b49fd872551924e902d2f627f (diff) | |
download | linux-024cfe880b4eafe6dfb81380ae39dc0ad2b48180.tar.xz |
ARM: ux500: Provide a clock lookup for the Hash 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 c400017..8c8af15 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -921,6 +921,7 @@ reg = <0xa03c2000 0x1000>; v-ape-supply = <&db8500_vape_reg>; + clocks = <&prcc_pclk 6 2>; }; }; }; |