clk: shmobile: r8a7779: Add clocks support
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 17 Apr 2014 23:05:50 +0000 (08:05 +0900)
committerMike Turquette <mturquette@linaro.org>
Tue, 13 May 2014 06:07:40 +0000 (23:07 -0700)
commit7b42a997bfb93c6ae0709f34ec8e2860757804b5
tree99b7c320189bd40b6b3530ea3dcb1279a7eb23bc
parenta854aea24c09599be75e1456f9cbe2ba78320a7b
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>
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