mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Add support for the reset controller present in the audio clock controller of the g12 and sm1 SoC families, using the auxiliary bus. This is expected to replace the driver currently present directly within the related clock driver. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Link: https://lore.kernel.org/r/20240910-meson-rst-aux-v5-9-60be62635d3e@baylibre.com Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
27 lines
702 B
Text
27 lines
702 B
Text
config RESET_MESON_COMMON
|
|
tristate
|
|
select REGMAP
|
|
|
|
config RESET_MESON
|
|
tristate "Meson Reset Driver"
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
default ARCH_MESON
|
|
select REGMAP_MMIO
|
|
select RESET_MESON_COMMON
|
|
help
|
|
This enables the reset driver for Amlogic SoCs.
|
|
|
|
config RESET_MESON_AUX
|
|
tristate "Meson Reset Auxiliary Driver"
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
select AUXILIARY_BUS
|
|
select RESET_MESON_COMMON
|
|
help
|
|
This enables the reset auxiliary driver for Amlogic SoCs.
|
|
|
|
config RESET_MESON_AUDIO_ARB
|
|
tristate "Meson Audio Memory Arbiter Reset Driver"
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
help
|
|
This enables the reset driver for Audio Memory Arbiter of
|
|
Amlogic's A113 based SoCs
|