Skip to content

Commit fcd9632

Browse files
committed
soc: mediatek: Move power-domain drivers to the genpd dir
To simplify with maintenance let's move the mediatek power-domain drivers to the new genpd directory. Going forward, patches are intended to be managed through a separate git tree, according to MAINTAINERS. Cc: Matthias Brugger <[email protected]> Cc: AngeloGioacchino Del Regno <[email protected]> Cc: <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent e5300b2 commit fcd9632

14 files changed

+4
-2
lines changed

drivers/genpd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ obj-y += actions/
33
obj-y += amlogic/
44
obj-y += apple/
55
obj-y += bcm/
6+
obj-y += mediatek/

drivers/genpd/mediatek/Makefile

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

0 commit comments

Comments
 (0)