clk: shmobile: r8a7779: Add clocks support
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 17 Apr 2014 23:05:50 +0000 (08:05 +0900)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 4 Feb 2015 10:14:49 +0000 (11:14 +0100)
commit79830d8cb5f96929b773dec16103736da5da7c1f
treec1dccd8f66aac971437f6093e9e188667cd11727
parent29d9b21a7640e708007e29cb50669a9dd71bd252
clk: shmobile: r8a7779: Add clocks support

The R8A7779 SoC has several clocks that are too custom to be supported in a
generic driver. Those clocks are all fixed rate clocks with multiplier and
divisor set according to boot mode configuration.

Based on work for R-Car Gen2 SoCs by Laurent Pinchart.

Cc: devicetree@vger.kernel.org
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
(cherry picked from commit 7b42a997bfb93c6ae0709f34ec8e2860757804b5)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Documentation/devicetree/bindings/clock/renesas,r8a7779-cpg-clocks.txt [new file with mode: 0644]
drivers/clk/shmobile/Makefile
drivers/clk/shmobile/clk-r8a7779.c [new file with mode: 0644]
include/linux/clk/shmobile.h