]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a2c66f22d322106ed0f7098b314968fe95b3bc1
treed30771932ab149b4159e7f58fbca91c6c2ad0476
parent5cd436d66739ce2fd01e68c58f08a97b0293a5d0
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]