clk: meson: axg: add the audio clock controller driver
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 22 May 2018 16:34:57 +0000 (18:34 +0200)
committerJerome Brunet <jbrunet@baylibre.com>
Mon, 9 Jul 2018 11:48:26 +0000 (13:48 +0200)
commit1cd50181750f4bde1e4305812a8df5a5731ed28a
treed30771932ab149b4159e7f58fbca91c6c2ad0476
parent3054a55c5dd2619a597d6e96d8589318f2b210ad
clk: meson: axg: add the audio clock controller driver

The axg audio clock controller is the clock generation unit for the
amlogic audio subsystem of A113 based SoCs. It may be clocked by 8
different plls provided by the primary clock controller and also by
10 slave bit clocks and 10 slave sample clocks which may be provided
by external components, such as audio codecs, through the SoC pads.

It contains several muxes, dividers and gates which are fed into the
the different devices of the audio subsystem.

Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/Kconfig
drivers/clk/meson/Makefile
drivers/clk/meson/axg-audio.c [new file with mode: 0644]
drivers/clk/meson/axg-audio.h [new file with mode: 0644]