diff mbox series

[v1,2/5] configs: verdin-imx8mm: enable spl_gpio_hog

Message ID 20230711090918.523772-3-marcel@ziswiler.com
State Accepted
Commit 5e161626f93219432ebfc85dec18a1a2337d1a73
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-imx8mm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic July 12, 2023, 1:40 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-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig
index 0eb18915154..09e14c6f8c4 100644
--- a/configs/verdin-imx8mm_defconfig
+++ b/configs/verdin-imx8mm_defconfig
@@ -98,6 +98,7 @@  CONFIG_CLK_COMPOSITE_CCF=y
 CONFIG_SPL_CLK_IMX8MM=y
 CONFIG_CLK_IMX8MM=y
 CONFIG_GPIO_HOG=y
+CONFIG_SPL_GPIO_HOG=y
 CONFIG_MXC_GPIO=y
 CONFIG_DM_I2C=y
 CONFIG_MISC=y