mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
409dcaefb5
commit
248ada2941
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,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;
|
||||
|
|
Loading…
Reference in a new issue