clk: add lpc18xx cgu clk driver
authorJoachim Eastwood <manabian@gmail.com>
Thu, 28 May 2015 20:31:43 +0000 (22:31 +0200)
committerMichael Turquette <mturquette@baylibre.com>
Thu, 18 Jun 2015 22:44:47 +0000 (15:44 -0700)
commitb04e0b8fd5443b61c04e6103f16c5d1e1821e295
treee8af7667b2ba15cf6f2e32ad68e17d1bae5baa56
parent02fdfd708fd252a778709beb6c65d5e7360341ac
clk: add lpc18xx cgu clk driver

Add driver for NXP LPC18xx/43xx Clock Generation Unit (CGU). The CGU
contains several clock generators and output stages that route the
clocks either directly to peripherals or to a Clock Control Unit
(CCU).

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
drivers/clk/Makefile
drivers/clk/nxp/Makefile [new file with mode: 0644]
drivers/clk/nxp/clk-lpc18xx-cgu.c [new file with mode: 0644]
include/dt-bindings/clock/lpc18xx-cgu.h [new file with mode: 0644]