Skip to content

Commit 27e0fef

Browse files
committed
soc: tegra: Move powergate-bpmp driver to the genpd dir
To simplify with maintenance let's move the powergate-bpmp driver to the new genpd directory. Going forward, patches are intended to be managed through a separate git tree, according to MAINTAINERS. Note that, we leave the pmc driver in the soc directory for now, as it looks like it may need some re-structuring before it's ready to be moved. Cc: Thierry Reding <[email protected]> Cc: Jonathan Hunter <[email protected]> Cc: Mikko Perttunen <[email protected]> Cc: <[email protected]> Acked-by: Thierry Reding <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent fd697e2 commit 27e0fef

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
@@ -10,3 +10,4 @@ obj-y += rockchip/
1010
obj-y += samsung/
1111
obj-y += starfive/
1212
obj-y += sunxi/
13+
obj-y += tegra/

drivers/genpd/tegra/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
2+
obj-$(CONFIG_SOC_TEGRA_POWERGATE_BPMP) += powergate-bpmp.o

drivers/soc/tegra/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ obj-y += cbb/
55
obj-y += common.o
66
obj-$(CONFIG_SOC_TEGRA_FLOWCTRL) += flowctrl.o
77
obj-$(CONFIG_SOC_TEGRA_PMC) += pmc.o
8-
obj-$(CONFIG_SOC_TEGRA_POWERGATE_BPMP) += powergate-bpmp.o
98
obj-$(CONFIG_SOC_TEGRA20_VOLTAGE_COUPLER) += regulators-tegra20.o
109
obj-$(CONFIG_SOC_TEGRA30_VOLTAGE_COUPLER) += regulators-tegra30.o
1110
obj-$(CONFIG_ARCH_TEGRA_186_SOC) += ari-tegra186.o

0 commit comments

Comments
 (0)