diff options
author | Tim Harvey <tharvey@gateworks.com> | 2021-03-01 14:33:33 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-04-08 20:29:53 +0200 |
commit | ee025c13b29e58007f8cfc822b100ce6f085e8cd (patch) | |
tree | 74b61a938d8d548ac04c78b94d588170ac96754b /configs/gwventana_emmc_defconfig | |
parent | d863d054397a5aa5e9698c180b4a898b415267c7 (diff) | |
download | u-boot-ee025c13b29e58007f8cfc822b100ce6f085e8cd.tar.gz u-boot-ee025c13b29e58007f8cfc822b100ce6f085e8cd.tar.bz2 u-boot-ee025c13b29e58007f8cfc822b100ce6f085e8cd.zip |
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_emmc_defconfig')
-rw-r--r-- | configs/gwventana_emmc_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/gwventana_emmc_defconfig b/configs/gwventana_emmc_defconfig index 453c80dd4c..433de5ece3 100644 --- a/configs/gwventana_emmc_defconfig +++ b/configs/gwventana_emmc_defconfig @@ -87,6 +87,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 |