commit | 54862bf00968427cf8f7ffcb6dacf03161eae862 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Dec 16 15:12:31 2011 -0700 |
committer | Olof Johansson <olof@lixom.net> | Mon Dec 19 18:03:11 2011 -0800 |
tree | a8990b08d6380e23f8569d196c234306769f5501 | |
parent | b49cae59e12348474f7a82bbec187877f83381a9 [diff] |
arm/tegra: Refactor board-*-pinmux.c to share code This moves the implementation of *_pinmux_init() into a single location. The board-specific pinmux data is left in each board's own file. This will allow future changes that set up the pinmux in a more complex fashion to do so without duplicating that code in each board's pinmux file. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>