summaryrefslogtreecommitdiff
path: root/configs/gwventana_nand_defconfig
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-03-02 01:33:33 +0300
committerStefano Babic <sbabic@denx.de>2021-04-08 21:29:53 +0300
commitee025c13b29e58007f8cfc822b100ce6f085e8cd (patch)
tree74b61a938d8d548ac04c78b94d588170ac96754b /configs/gwventana_nand_defconfig
parentd863d054397a5aa5e9698c180b4a898b415267c7 (diff)
downloadu-boot-ee025c13b29e58007f8cfc822b100ce6f085e8cd.tar.xz
imx: ventana: add pinctrl and remove unneeded UART init and config
Once the IMX6 pinctrl driver is added UART is fully using driver mode so we no longer need to config and initialize it. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/gwventana_nand_defconfig')
-rw-r--r--configs/gwventana_nand_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig
index bd84340308..5d8126e977 100644
--- a/configs/gwventana_nand_defconfig
+++ b/configs/gwventana_nand_defconfig
@@ -91,6 +91,8 @@ CONFIG_PHYLIB=y
CONFIG_E1000=y
CONFIG_MII=y
CONFIG_PCI=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_IMX6=y
CONFIG_CONS_INDEX=2
CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y