summaryrefslogtreecommitdiff
path: root/configs/imx8mn_venice_defconfig
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-04-13 19:02:44 +0300
committerStefano Babic <sbabic@denx.de>2022-04-21 13:44:23 +0300
commitd5cc234154d3909a71cf58f0b28697d75cdcfad9 (patch)
treeb1b0ee5cd9a59da4c224bbfaa737810c8af05325 /configs/imx8mn_venice_defconfig
parentfb9ec33878aa72bdcd5c54be73fde1c33277fbab (diff)
downloadu-boot-d5cc234154d3909a71cf58f0b28697d75cdcfad9.tar.xz
arm: dts: imx8m*-venice: add gpio hog support
Add gpio hog support for board-specific gpio lines: - put hogs in u-boot.dtsi so as to keep the regular dts files in sync with the kernel. The hogs will not be put in the kernel as that makes them un-usable by userspace as well as re-initializes them to dt defaults overriding changes which may have been done by bootloader commands. - specify gpio names and initial config - enable GPIO_HOG Signed-off-by: Tim Harvey <tharvey@gateworks.com> Acked-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/imx8mn_venice_defconfig')
-rw-r--r--configs/imx8mn_venice_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mn_venice_defconfig b/configs/imx8mn_venice_defconfig
index afb9c5c894..2f5ea62f54 100644
--- a/configs/imx8mn_venice_defconfig
+++ b/configs/imx8mn_venice_defconfig
@@ -72,6 +72,7 @@ CONFIG_TFTP_BLOCKSIZE=4096
CONFIG_SPL_DM=y
CONFIG_SPL_CLK_IMX8MN=y
CONFIG_CLK_IMX8MN=y
+CONFIG_GPIO_HOG=y
CONFIG_MXC_GPIO=y
CONFIG_DM_I2C=y
CONFIG_LED=y