diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2020-10-06 18:05:15 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-10-16 18:28:43 +0200 |
commit | bca815d620544c27288abf4841e39922d694425c (patch) | |
tree | b43cf9eac631a2a5323b56c62e1a1c32ef274a05 /drivers/soc/ti/Makefile | |
parent | PM: AVS: rockchip-io: Move the driver to the rockchip specific drivers (diff) | |
download | linux-bca815d620544c27288abf4841e39922d694425c.tar.xz linux-bca815d620544c27288abf4841e39922d694425c.zip |
PM: AVS: smartreflex Move driver to soc specific drivers
The avs drivers are all SoC specific drivers that doesn't share any code.
Instead they are located in a directory, mostly to keep similar
functionality together. From a maintenance point of view, it makes better
sense to collect SoC specific drivers like these, into the SoC specific
directories.
Therefore, let's move the smartreflex driver for OMAP to the ti directory.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/soc/ti/Makefile')
-rw-r--r-- | drivers/soc/ti/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/ti/Makefile b/drivers/soc/ti/Makefile index 1110e5c98685..5463431ec96c 100644 --- a/drivers/soc/ti/Makefile +++ b/drivers/soc/ti/Makefile @@ -12,3 +12,4 @@ obj-$(CONFIG_TI_SCI_PM_DOMAINS) += ti_sci_pm_domains.o obj-$(CONFIG_TI_SCI_INTA_MSI_DOMAIN) += ti_sci_inta_msi.o obj-$(CONFIG_TI_K3_RINGACC) += k3-ringacc.o obj-$(CONFIG_TI_K3_SOCINFO) += k3-socinfo.o +obj-$(CONFIG_POWER_AVS_OMAP) += smartreflex.o |