[U-Boot] [PATCH 1/2] ARM: tegra: fix GPIO init table programming

Simon Glass sjg at chromium.org
Fri Oct 2 00:59:36 CEST 2015


On Wednesday, 23 September 2015, Stephen Warren <swarren at wwwdotorg.org> wrote:
>
> From: Stephen Warren <swarren at nvidia.com>
>
> Tegra's gpio_config_table() currently uses common GPIO APIs. These used
> to work without requesting the GPIO, but since commit 2fccd2d96bad "tegra:
> Convert tegra GPIO driver to use driver model" no longer do so. This
> prevents any of the GPIO initialization table from being applied to HW.
> Fix gpio_config_table() to directly program the HW to solve this.
>
> Fixes: 2fccd2d96bad ("tegra: Convert tegra GPIO driver to use driver model")
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
>  drivers/gpio/tegra_gpio.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>
>
>
 Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list