Commit d2f898ce authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij

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: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent d460d28b
...@@ -913,6 +913,7 @@ cryp@a03cb000 { ...@@ -913,6 +913,7 @@ cryp@a03cb000 {
interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;
v-ape-supply = <&db8500_vape_reg>; v-ape-supply = <&db8500_vape_reg>;
clocks = <&prcc_pclk 6 1>;
}; };
hash@a03c2000 { hash@a03c2000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment