pinctrl: tegra: set low power mode bank width to 2

commit 154f3ebf53 upstream.

Signed-off-by: Pritesh Raithatha <praithatha@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Pritesh Raithatha 2012-10-17 17:09:36 +05:30 committed by Greg Kroah-Hartman
parent 409dcaefb5
commit 248ada2941

View file

@ -259,7 +259,7 @@ static int tegra_pinconf_reg(struct tegra_pmx *pmx,
*bank = g->drv_bank; *bank = g->drv_bank;
*reg = g->drv_reg; *reg = g->drv_reg;
*bit = g->lpmd_bit; *bit = g->lpmd_bit;
*width = 1; *width = 2;
break; break;
case TEGRA_PINCONF_PARAM_DRIVE_DOWN_STRENGTH: case TEGRA_PINCONF_PARAM_DRIVE_DOWN_STRENGTH:
*bank = g->drv_bank; *bank = g->drv_bank;