clock: milbeaut: Add Milbeaut M10V clock controller
authorSugaya Taichi <sugaya.taichi@socionext.com>
Thu, 25 Apr 2019 10:41:01 +0000 (19:41 +0900)
committerStephen Boyd <sboyd@kernel.org>
Thu, 25 Apr 2019 23:43:37 +0000 (16:43 -0700)
commit6a6ba5b55a728d819bad598ef5299fa740538dcf
tree56966888232daf1ea4eeca01e448f568f4c198e2
parente3ee1f21b3b7c7c83f298ddece72b8779aa3dca3
clock: milbeaut: Add Milbeaut M10V clock controller

The M10V of the Milbeaut SoCs has an on-chip controller that derive
mostly clocks from a single external clock, using PLLs, dividers,
multiplexers and gates. Since the PLLs have already been started and
will not stop / restart, they are fixed factor. The gates will be added
in later patch (all of the gates are off state now).

Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Makefile
drivers/clk/clk-milbeaut.c [new file with mode: 0644]