Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb78ba76 authored by Jerome Brunet's avatar Jerome Brunet Committed by Neil Armstrong
Browse files

clk: meson: axg-audio does not require syscon



The axg audio clock controller uses regmap mmio, not syscon.

Fixes: 1cd50181 ("clk: meson: axg: add the audio clock controller driver")
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Link: https://lkml.kernel.org/r/20190201125841.26785-4-jbrunet@baylibre.com
parent 6e47b530
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.