[PATCH v2 04/38] clk: mvebu: add Orion5x clock driver

Jason Cooper jason at lakedaemon.net
Fri Apr 25 18:11:54 PDT 2014


On Tue, Apr 22, 2014 at 11:26:08PM +0200, Thomas Petazzoni wrote:
> This commit adds a core clock driver for the Orion5x SoC, with support
> for the tclk, the CPU frequency and the DDR frequency. All the details
> about the Sample-At-Reset register were extracted from the U-Boot
> sources for Orion5x.
> 
> Note that Orion5x does not have gatable clocks, so this core clock
> driver is sufficient to support clocking on Orion5x platforms.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> Cc: Mike Turquette <mturquette at linaro.org>
> ---
>  .../devicetree/bindings/clock/mvebu-core-clock.txt |   8 +
>  drivers/clk/mvebu/Kconfig                          |   4 +
>  drivers/clk/mvebu/Makefile                         |   1 +
>  drivers/clk/mvebu/orion.c                          | 210 +++++++++++++++++++++
>  4 files changed, 223 insertions(+)
>  create mode 100644 drivers/clk/mvebu/orion.c

Applied to mvebu/drivers-clk for routing through Mike's tree.  With
Sebastian's Ack.

thx,

Jason.



More information about the linux-arm-kernel mailing list