diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2023-07-05 19:01:43 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-07-14 11:40:56 +0300 |
commit | a8fcd3da73decacc8155c954a850c37777f75623 (patch) | |
tree | 90df15db02e3c717021dffa88012f5edbe2d94b0 /drivers/genpd/Makefile | |
parent | 86341a84495cb4201948053fecb71f6bda2baaa6 (diff) | |
download | linux-a8fcd3da73decacc8155c954a850c37777f75623.tar.xz |
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 <heiko@sntech.de>
Cc: <linux-rockchip@lists.infradead.org>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/genpd/Makefile')
-rw-r--r-- | drivers/genpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/genpd/Makefile b/drivers/genpd/Makefile index 286598ce7620..c178421e0cbc 100644 --- a/drivers/genpd/Makefile +++ b/drivers/genpd/Makefile @@ -6,3 +6,4 @@ obj-y += bcm/ obj-y += mediatek/ obj-y += qcom/ obj-y += renesas/ +obj-y += rockchip/ |