summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/tegra114-common/funcmux.c
Commit message (Collapse)AuthorAgeLines
* ARM: tegra: Tegra114 pinmux cleanupStephen Warren2014-04-17-14/+18
| | | | | | | | | | | | | | | | | | | | | This renames all the pinmux pins, drive groups, and functions so they have a prefix which matches the type name. These lists are also auto- generated using scripts that were also used to generate the kernel pinctrl drivers. This ensures that the lists are consistent between the two. The entries in tegra114_pingroups[] are all updated to remove the columns which are no longer used. All affected code is updated to match. This introduces a few changes to pin/group/function naming and the set of available functions for each pin. The new values now exactly match the TRM; the chip documentation. I adjusted a few entries in pinmux-config-dalmore.h due to this. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
* Tegra114: Add common CPU (shared) filesTom Warren2013-02-11-0/+63
These files are used by both SPL and main U-Boot. Signed-off-by: Tom Warren <twarren@nvidia.com>