mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02: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
|
|
@ -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 New Issue
Block a user