Skip to content

Commit a8fcd3d

Browse files
committed
soc: rockchip: Mover power-domain driver to the genpd dir
To simplify with maintenance let's move the rockchip power-domain driver to the new genpd directory. Going forward, patches are intended to be managed through a separate git tree, according to MAINTAINERS. Cc: Heiko Stuebner <[email protected]> Cc: <[email protected]> Acked-by: Heiko Stuebner <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 86341a8 commit a8fcd3d

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

drivers/genpd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ obj-y += bcm/
66
obj-y += mediatek/
77
obj-y += qcom/
88
obj-y += renesas/
9+
obj-y += rockchip/

drivers/genpd/rockchip/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
obj-$(CONFIG_ROCKCHIP_PM_DOMAINS) += pm-domains.o

drivers/soc/rockchip/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
#
55
obj-$(CONFIG_ROCKCHIP_GRF) += grf.o
66
obj-$(CONFIG_ROCKCHIP_IODOMAIN) += io-domain.o
7-
obj-$(CONFIG_ROCKCHIP_PM_DOMAINS) += pm_domains.o
87
obj-$(CONFIG_ROCKCHIP_DTPM) += dtpm.o

0 commit comments

Comments
 (0)