dect
/
linux-2.6
Archived
13
0
Fork 0

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

Cc: stable@kernel.org
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>
This commit is contained in:
Pritesh Raithatha 2012-10-17 17:09:36 +05:30 committed by Linus Walleij
parent d6ec6b60a5
commit 154f3ebf53
1 changed files with 1 additions and 1 deletions

View File

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