aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorVolodymyr Babchuk <Volodymyr_Babchuk@epam.com>2024-03-11 21:33:45 +0000
committerCaleb Connolly <caleb.connolly@linaro.org>2024-04-04 17:46:45 +0200
commitb563e766fe619ddfe9fb85ec05cfb9312f8fdb63 (patch)
tree95691d5e22cb80d403090f314566ce98a42412fc /arch/arm/Kconfig
parent054eb8774309636263cbf1a9f5f67f8c8412619c (diff)
downloadu-boot-b563e766fe619ddfe9fb85ec05cfb9312f8fdb63.zip
u-boot-b563e766fe619ddfe9fb85ec05cfb9312f8fdb63.tar.gz
u-boot-b563e766fe619ddfe9fb85ec05cfb9312f8fdb63.tar.bz2
clk: qcom: add support for power domains uclass
Now sub-drivers for particular SoCs can register them as power domain drivers. This is needed for upcoming SM8150 support, because it needs to power up the Ethernet module. Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> [caleb: make ARCH_SNAPDRAGON select POWER_DOMAIN] Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a0842e1..4cdf08d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1078,6 +1078,7 @@ config ARCH_SNAPDRAGON
select DM_GPIO
select DM_SERIAL
select DM_RESET
+ select POWER_DOMAIN
select GPIO_EXTRA_HEADER
select MSM_SMEM
select OF_CONTROL