commit | 1a4a30c8494c44972b05106d1eb16a7530dd74d4 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Dec 16 15:12:25 2011 -0700 |
committer | Olof Johansson <olof@lixom.net> | Mon Dec 19 18:03:10 2011 -0800 |
tree | 350ddf08f05cbd04c41db78b5644c9d138a379e3 | |
parent | 439c660c29c031867ac01300534a2ce287e021b7 [diff] |
arm/tegra: Add AUXDATA for tegra-pinmux and tegra-gpio The pinctrl device name is included in the pinctrl map table, and used as a parameter to pin_config_*() functions. Hence, it must be the same for non-DT and DT kernels. Add AUXDATA to cause this. The GPIO device name will be used by the pinmux/GPIO initialization code in a later patch, and needs to stay constant. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>