pinctrl: tegra: set low power mode bank width to 2
authorPritesh Raithatha <praithatha@nvidia.com>
Wed, 17 Oct 2012 11:39:36 +0000 (17:09 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 17 Oct 2012 17:47:06 +0000 (19:47 +0200)
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>
drivers/pinctrl/pinctrl-tegra.c

index 729b686..7da0b37 100644 (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;