clk: meson: axg-audio does not require syscon
The axg audio clock controller uses regmap mmio, not syscon.
Fixes: 1cd5018175
("clk: meson: axg: add the audio clock controller driver")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lkml.kernel.org/r/20190201125841.26785-4-jbrunet@baylibre.com
This commit is contained in:
parent
6e47b53073
commit
cb78ba7629
|
@ -50,7 +50,7 @@ config COMMON_CLK_AXG_AUDIO
|
|||
tristate "Meson AXG Audio Clock Controller Driver"
|
||||
depends on COMMON_CLK_AXG
|
||||
select COMMON_CLK_AMLOGIC_AUDIO
|
||||
select MFD_SYSCON
|
||||
select REGMAP_MMIO
|
||||
help
|
||||
Support for the audio clock controller on AmLogic A113D devices,
|
||||
aka axg, Say Y if you want audio subsystem to work.
|
||||
|
|
Loading…
Reference in New Issue