aboutsummaryrefslogtreecommitdiff
path: root/configs/imx8mq_evk_defconfig
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@blueri.se>2019-10-03 15:51:50 +0200
committerStefano Babic <sbabic@denx.de>2019-10-08 16:36:36 +0200
commitd08a194871fdf91b2ccdbaf02e35ed9443e0e170 (patch)
tree995ae6db6f1adff7d3af8ca8edbe5367706a5cba /configs/imx8mq_evk_defconfig
parent6745dac4946656771d320ba6887e863ae64c8b3e (diff)
downloadu-boot-d08a194871fdf91b2ccdbaf02e35ed9443e0e170.zip
u-boot-d08a194871fdf91b2ccdbaf02e35ed9443e0e170.tar.gz
u-boot-d08a194871fdf91b2ccdbaf02e35ed9443e0e170.tar.bz2
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 'configs/imx8mq_evk_defconfig')
-rw-r--r--configs/imx8mq_evk_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx8mq_evk_defconfig b/configs/imx8mq_evk_defconfig
index 8d3cdec..8fd07f6 100644
--- a/configs/imx8mq_evk_defconfig
+++ b/configs/imx8mq_evk_defconfig
@@ -37,6 +37,8 @@ CONFIG_FSL_USDHC=y
CONFIG_DM_ETH=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX8M=y
+CONFIG_POWER_DOMAIN=y
+CONFIG_IMX8M_POWER_DOMAIN=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y