Merge patch series "JH7110 PMU Support"
authorConor Dooley <conor.dooley@microchip.com>
Fri, 20 Jan 2023 21:57:00 +0000 (21:57 +0000)
committerConor Dooley <conor.dooley@microchip.com>
Fri, 20 Jan 2023 21:57:00 +0000 (21:57 +0000)
Walker Chen <walker.chen@starfivetech.com> says:

Add the PMU (Power Management Unit) controller driver for the
StarFive JH7110 SoC. In order to meet low power requirements, PMU is
designed for including multiple PM domains that can be used for power
gating of selected IP blocks for power saving by reduced leakage
current.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1  2 
drivers/soc/Makefile

@@@ -27,7 -27,8 +27,8 @@@ obj-y                         += qcom
  obj-y                         += renesas/
  obj-y                         += rockchip/
  obj-$(CONFIG_SOC_SAMSUNG)     += samsung/
 -obj-$(CONFIG_SOC_SIFIVE)      += sifive/
 +obj-y                         += sifive/
+ obj-$(CONFIG_SOC_STARFIVE)    += starfive/
  obj-y                         += sunxi/
  obj-$(CONFIG_ARCH_TEGRA)      += tegra/
  obj-y                         += ti/