summaryrefslogtreecommitdiff
path: root/drivers/clk/at91/clk-i2s-mux.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-06clk: at91: add I2S clock mux driverCodrin Ciubotariu1-0/+116
This driver is a simple muxing driver that controls the I2S's clock input by using syscon/regmap to change the parent. The available inputs can be peripheral clock and generated clock. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> [sboyd@kernel.org: Fix SPDX tag comment style] Signed-off-by: Stephen Boyd <sboyd@kernel.org>