]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
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 729b686c3ad2338e2d4878ed0e1623674ba87f3f..7da0b371fd652a04ac7d55ecf89c55c915d19f8b 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;