diff options
author | Tim Harvey <tharvey@gateworks.com> | 2015-04-08 12:54:47 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-04-22 14:39:09 +0200 |
commit | 7c5cd42ab1585585e5494fa503ca1b4110e671dc (patch) | |
tree | 67da7851f7965e5eb2662bb55e8395db4192511b | |
parent | 0417169054cb1b3a33cc673fb340cc09b3c232c2 (diff) | |
download | u-boot-imx-7c5cd42ab1585585e5494fa503ca1b4110e671dc.zip u-boot-imx-7c5cd42ab1585585e5494fa503ca1b4110e671dc.tar.gz u-boot-imx-7c5cd42ab1585585e5494fa503ca1b4110e671dc.tar.bz2 |
imx: ventana: add wdis config for GW5520
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r-- | board/gateworks/gw_ventana/gw_ventana.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c index 16f3e90..9884616 100644 --- a/board/gateworks/gw_ventana/gw_ventana.c +++ b/board/gateworks/gw_ventana/gw_ventana.c @@ -1030,6 +1030,7 @@ static struct ventana gpio_cfg[] = { IMX_GPIO_NR(4, 15), }, .pcie_rst = IMX_GPIO_NR(1, 29), + .wdis = IMX_GPIO_NR(7, 12), }, }; |