Tegra's gpio_config_table() currently uses common GPIO APIs. These used to work without requesting the GPIO, but since commitmaster2fccd2d96b
"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:2fccd2d96b
("tegra: Convert tegra GPIO driver to use driver model") Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
parent
cb96bf991b
commit
f9d3cab091
Loading…
Reference in new issue