From: Patrick Wildt <patrick@blueri.se>
Date: Thu, 3 Oct 2019 14:13:24 +0000 (+0200)
Subject: imx: enable the reset controller on the i.MX8MQ EVK
X-Git-Tag: v2025.01-rc5-pxa1908~2757^2~69
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=2845f86d951b1ffa3916e2ed7a6b5eed8d8d735a;p=u-boot.git

imx: enable the reset controller on the i.MX8MQ EVK

This patch makes sure that the reset controller driver is compiled
for the i.MX8MQ EVK.

Signed-off-by: Patrick Wildt <patrick@blueri.se>
---

diff --git a/configs/imx8mq_evk_defconfig b/configs/imx8mq_evk_defconfig
index 8fd07f689b..f352f47ed5 100644
--- a/configs/imx8mq_evk_defconfig
+++ b/configs/imx8mq_evk_defconfig
@@ -42,4 +42,5 @@ CONFIG_IMX8M_POWER_DOMAIN=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_RESET=y
 CONFIG_DM_THERMAL=y