diff options
| author | Patrick Wildt <[email protected]> | 2019-10-03 15:51:50 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-10-08 16:36:36 +0200 |
| commit | d08a194871fdf91b2ccdbaf02e35ed9443e0e170 (patch) | |
| tree | 995ae6db6f1adff7d3af8ca8edbe5367706a5cba /configs | |
| parent | 6745dac4946656771d320ba6887e863ae64c8b3e (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 <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/imx8mq_evk_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx8mq_evk_defconfig b/configs/imx8mq_evk_defconfig index 8d3cdec22bb..8fd07f689b2 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 |
