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_gw5904_defconfig | |
parent | d863d054397a5aa5e9698c180b4a898b415267c7 (diff) | |
download | u-boot-ee025c13b29e58007f8cfc822b100ce6f085e8cd.tar.gz u-boot-ee025c13b29e58007f8cfc822b100ce6f085e8cd.tar.xz 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_gw5904_defconfig')
-rw-r--r-- | configs/gwventana_gw5904_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/gwventana_gw5904_defconfig b/configs/gwventana_gw5904_defconfig index 4dc636637f..4fd734e260 100644 --- a/configs/gwventana_gw5904_defconfig +++ b/configs/gwventana_gw5904_defconfig @@ -91,6 +91,8 @@ CONFIG_MV88E61XX_FIXED_PORTS=0x0 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 |