clk: gxbb: add AmLogic GXBB clk controller driver
authorMichael Turquette <mturquette@baylibre.com>
Mon, 23 May 2016 22:44:26 +0000 (15:44 -0700)
committerMichael Turquette <mturquette@baylibre.com>
Thu, 23 Jun 2016 01:07:31 +0000 (18:07 -0700)
commit738f66d3211d7ae0cd0012ba6457dac9a03bfd6b
tree555daf5390d4f71e13faa433eb94544dd2811312
parent2cc9e7ec219819db10474160d65837c6c260522a
clk: gxbb: add AmLogic GXBB clk controller driver

The gxbb clock controller is the primary clock generation unit for the
AmLogic GXBB SoC. It is clocked by a fixed 24MHz xtal, contains several
PLLs and the usual post-dividers, muxes, dividers and leaf gates that
are fed into various IP blocks in the SoC.

Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
drivers/clk/meson/Kconfig
drivers/clk/meson/Makefile
drivers/clk/meson/gxbb.c [new file with mode: 0644]
drivers/clk/meson/gxbb.h [new file with mode: 0644]
include/dt-bindings/clock/gxbb-clkc.h [new file with mode: 0644]