aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/domain/Makefile
diff options
context:
space:
mode:
authorPatrick Wildt2019-10-03 15:51:50 +0200
committerStefano Babic2019-10-08 16:36:36 +0200
commitd08a194871fdf91b2ccdbaf02e35ed9443e0e170 (patch)
tree995ae6db6f1adff7d3af8ca8edbe5367706a5cba /drivers/power/domain/Makefile
parent6745dac4946656771d320ba6887e863ae64c8b3e (diff)
imx: add support for i.MX8MQ power domain controller
Add support for the power domain controller that's used on the i.MX8MQ. This will be needed to be able to power on the PCIe controller. Bindings taken from Linux, driver implementation taken from the i.MX8 power domain controller and adjusted for the i.MX8M SoC. Signed-off-by: Patrick Wildt <patrick@blueri.se>
Diffstat (limited to 'drivers/power/domain/Makefile')
-rw-r--r--drivers/power/domain/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/domain/Makefile b/drivers/power/domain/Makefile
index 695aafe17d2..4d87d7c7f9e 100644
--- a/drivers/power/domain/Makefile
+++ b/drivers/power/domain/Makefile
@@ -6,6 +6,7 @@
obj-$(CONFIG_$(SPL_)POWER_DOMAIN) += power-domain-uclass.o
obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
obj-$(CONFIG_IMX8_POWER_DOMAIN) += imx8-power-domain.o
+obj-$(CONFIG_IMX8M_POWER_DOMAIN) += imx8m-power-domain.o
obj-$(CONFIG_MTK_POWER_DOMAIN) += mtk-power-domain.o
obj-$(CONFIG_MESON_GX_VPU_POWER_DOMAIN) += meson-gx-pwrc-vpu.o
obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain.o