mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-10 12:18:55 +00:00
1fcf190e70
This patch adds basic clock driver for Amlogic A1 Family which supports enabling/disabling some gates, getting frequencies and setting rate with limited reparenting. Signed-off-by: Igor Prusov <ivprusov@salutedevices.com> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/r/20230925155209.130671-3-ivprusov@salutedevices.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
31 lines
814 B
Text
31 lines
814 B
Text
config CLK_MESON_GX
|
|
bool "Enable clock support for Amlogic GX"
|
|
depends on CLK && ARCH_MESON
|
|
default MESON_GX
|
|
help
|
|
Enable clock support for the Amlogic GX SoC family, such as
|
|
the S905, S905X/D and S912.
|
|
|
|
config CLK_MESON_AXG
|
|
bool "Enable clock support for Amlogic AXG"
|
|
depends on CLK && ARCH_MESON
|
|
default MESON_AXG
|
|
help
|
|
Enable clock support for the Amlogic AXG SoC family, such as
|
|
the A113X/D
|
|
|
|
config CLK_MESON_G12A
|
|
bool "Enable clock support for Amlogic G12A"
|
|
depends on CLK && ARCH_MESON
|
|
default MESON_G12A
|
|
help
|
|
Enable clock support for the Amlogic G12A SoC family, such as
|
|
the S905X/D2
|
|
|
|
config CLK_MESON_A1
|
|
bool "Enable clock support for Amlogic A1"
|
|
depends on CLK && ARCH_MESON
|
|
default MESON_A1
|
|
help
|
|
Enable clock support for the Amlogic A1 SoC family, such as
|
|
the A113L
|