commit | 7d9fae5b7b785f0a1687a846ef3223974b7a2f81 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Apr 22 14:37:52 2014 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Tue May 13 10:41:31 2014 -0700 |
tree | ff144701376db234d63f06087b9d691b2d67e74a | |
parent | b6bb1811d59890aae690156d225ad93d9c36152b [diff] |
ARM: tegra: allow pinmux mux option not to be set by init tables Define enum PMUX_FUNC_DEFAULT, which indicates that a table entry passed to pinmux_config_pingrp()/pinmux_config_pingrp_table() shouldn't change the mux option in HW. For pins that will be used as GPIOs, the mux option is irrelevant, so we simply don't want to define any mux option in the pinmux initialization table. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>