apalis-tk1: do not explicitly release reset_moci#
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Thu, 1 Aug 2019 08:06:31 +0000 (11:06 +0300)
committerTom Warren <twarren@nvidia.com>
Fri, 9 Aug 2019 17:01:34 +0000 (10:01 -0700)
By keeping RESET_MOCI_CTRL low we avoid explicitly releasing
RESET_MOCI#.

Please note that module hardware versions up to V1.1A will already
release RESET_MOCI# in hardware coming out of reset.

Please further note that with this change the USB hub on the Apalis
Evaluation board is kept in reset in U-Boot and therefore none of its
ports are operational in U-Boot.

Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h

index 1584d9b2d3147a58d592a5b417e6fd910f83bf28..d2d24c4391698adb01b4a938d5d24c09781a7b42 100644 (file)
@@ -39,7 +39,7 @@ static const struct tegra_gpio_config apalis_tk1_gpio_inits[] = {
        GPIO_INIT(R,    1,   OUT0), /* Shift_CTRL_Dir_In[1] */
        GPIO_INIT(R,    2,   OUT0), /* Shift_CTRL_OE[3] */
        GPIO_INIT(S,    3,   OUT0), /* Shift_CTRL_Dir_In[2] */
-       GPIO_INIT(U,    4,   OUT1),
+       GPIO_INIT(U,    4,   OUT0), /* RESET_MOCI_CTRL */
        GPIO_INIT(W,    3,   IN),
        GPIO_INIT(W,    5,   IN),
        GPIO_INIT(BB,   0,  IN),