]> git.ipfire.org Git - people/ms/linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2015 12:31:32 +0000 (13:31 +0100)
commitdc2301c7edf384c30def8af4689f9125617c9867
tree69fef9af60051d8019968c066285fd7a91aa3f73
parent0457b9853d65c6b552e8bec1ee6ac28f63aa5247
clk: zynq: Force CPU_2X clock to be ungated

commit 3dccfecdb867fe35b305a4e493ef5652b7d9d4cb upstream.

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.

Fixes: 0ee52b157b8e 'clk: zynq: Add clock controller driver'
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/zynq/clkc.c