]> git.baikalelectronics.ru Git - kernel.git/commit
clk: mmp2: Add audio clock controller driver
authorLubomir Rintel <lkundrak@v3.sk>
Tue, 19 May 2020 22:41:51 +0000 (00:41 +0200)
committerStephen Boyd <sboyd@kernel.org>
Thu, 28 May 2020 00:55:12 +0000 (17:55 -0700)
commit21f0b3872b772a467000e5c8fecfb74ca4894ced
treecce57a7e4f4026e10458c5c8459c5cd12a6ab108
parentd7a177ea60a86a41ab41938cc09f245a80a64255
clk: mmp2: Add audio clock controller driver

This is a driver for a block that generates master and bit clocks for
the I2S interface. It's separate from the PMUs that generate clocks for
the peripherals.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Link: https://lkml.kernel.org/r/20200519224151.2074597-14-lkundrak@v3.sk
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Kconfig
drivers/clk/mmp/Makefile
drivers/clk/mmp/clk-audio.c [new file with mode: 0644]