]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: mvebu: flag the crypto clk as CLK_IGNORE_UNUSED
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Tue, 16 Jun 2015 15:56:19 +0000 (17:56 +0200)
committerMichael Turquette <mturquette@baylibre.com>
Thu, 18 Jun 2015 20:51:45 +0000 (13:51 -0700)
commitdc627eea98b1e12f9ff2ecd241a34a2056fdddbd
treef4c8e211b82c828b375d11dd01c04391050b69d8
parentd0b30c983f0e3793193a96697e59cfaaba594501
clk: mvebu: flag the crypto clk as CLK_IGNORE_UNUSED

The crypto SRAM, used by the armada 370 cpuidle code to workaround a bug
in the BootROM code, requires the crypto clk to be up and running.
Flag the crypto clk as IGNORE_UNUSED until we add the proper
infrastructure to define the crypto SRAM in the DT and reference the crypto
clk in this SRAM node.

Reported-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Tested-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
drivers/clk/mvebu/armada-370.c