]> git.baikalelectronics.ru Git - kernel.git/commit
clk: zynq: Force CPU_2X clock to be ungated
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Tue, 27 Jan 2015 19:05:27 +0000 (11:05 -0800)
committerMichael Turquette <mturquette@linaro.org>
Wed, 28 Jan 2015 01:00:24 +0000 (17:00 -0800)
commite1689682ea225c926779ac9ff8d882407c407d91
tree60fb06aa80add6e430ce7043ac4466bf071230d1
parent533cf06133edd1570a93475c5daf5a774e4f535c
clk: zynq: Force CPU_2X clock to be ungated

The CPU_2X clock does not have a classical in-kernel user, but is,
amongst other things, required for OCM and debug access. Make sure this
clock is not mistakenly disabled during boot up by enabling it in the
platform's clock driver.

Cc: stable@vger.kernel.org # 3.11+
Fixes: 710a66c51e0c 'clk: zynq: Add clock controller driver'
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
drivers/clk/zynq/clkc.c