commit | eceb3f26f407d65dae3902180b3c9f3128f0f349 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Apr 22 14:37:53 2014 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Tue May 13 10:41:31 2014 -0700 |
tree | fa5130637f363cf3735b40355edf0bbe6defa32d | |
parent | 4a68d3431ace189746ffb498dc9e844296626615 [diff] |
ARM: tegra: add GPIO initialization table function The HW-defined procedure for booting Tegra requires that some pins be set up as GPIOs immediately at boot in order to avoid glitches on those pins, when the pinmux is programmed. Add a feature to the GPIO driver which executes a GPIO configuration table. Board files will use this to implement the correct HW initialization procedure. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>