summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVolodymyr Babchuk <[email protected]>2024-03-11 21:33:45 +0000
committerCaleb Connolly <[email protected]>2024-04-04 17:46:45 +0200
commitb563e766fe619ddfe9fb85ec05cfb9312f8fdb63 (patch)
tree95691d5e22cb80d403090f314566ce98a42412fc /arch
parent054eb8774309636263cbf1a9f5f67f8c8412619c (diff)
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 <[email protected]> Reviewed-by: Sumit Garg <[email protected]> Reviewed-by: Caleb Connolly <[email protected]> [caleb: make ARCH_SNAPDRAGON select POWER_DOMAIN] Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a0842e19330..4cdf08dd695 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