diff mbox series

[v1,4/5] configs: verdin-imx8mp: enable spl_gpio_hog

Message ID 20230711090918.523772-5-marcel@ziswiler.com
State Accepted
Commit ce2cf345f78048a3c8cb9d7e98343a1c189a7c19
Delegated to: Stefano Babic
Headers show
Series verdin-imx8mm/verdin-imx8mp: fix ctrl_sleep_moci# handling | expand

Commit Message

Marcel Ziswiler July 11, 2023, 9:09 a.m. UTC
From: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>

Enable CONFIG_SPL_GPIO_HOG option to be able to control GPIO hogs from
SPL.

Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
---

 configs/verdin-imx8mp_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic July 12, 2023, 1:41 p.m. UTC | #1
> From: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
> Enable CONFIG_SPL_GPIO_HOG option to be able to control GPIO hogs from
> SPL.
> Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/verdin-imx8mp_defconfig b/configs/verdin-imx8mp_defconfig
index f1fa2b8f496..37ab9e44140 100644
--- a/configs/verdin-imx8mp_defconfig
+++ b/configs/verdin-imx8mp_defconfig
@@ -108,6 +108,7 @@  CONFIG_CLK_COMPOSITE_CCF=y
 CONFIG_CLK_IMX8MP=y
 CONFIG_FSL_CAAM=y
 CONFIG_GPIO_HOG=y
+CONFIG_SPL_GPIO_HOG=y
 CONFIG_MXC_GPIO=y
 CONFIG_DM_PCA953X=y
 CONFIG_DM_I2C=y