]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: tegra: Tegra124 pinmux cleanup
authorStephen Warren <swarren@nvidia.com>
Fri, 21 Mar 2014 18:29:01 +0000 (12:29 -0600)
committerTom Warren <twarren@nvidia.com>
Thu, 17 Apr 2014 15:41:06 +0000 (08:41 -0700)
commitd68c9429271d31aadb048b536f177cc2a9bd5c26
tree42e0b4a7ad3a67a70aa885b31b184a929e8e58d2
parent1fa3a634137c9f40b207cff1079fe0dfbd9b3378
ARM: tegra: Tegra124 pinmux cleanup

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 tegra124_pingroups[] are all updated to remove the columns
which are no longer used.

All affected code is updated to match.

There are differences in the set of drive groups. I have validated this
against the TRM. There are differences order of pin definitions in
pinmux.c; these previously had significant mismatches with the correct
order:-( I adjusted a few entries in pinmux-config-venice2.h since the
set of legal functions for some pins was updated to match the TRM.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/cpu/arm720t/tegra124/cpu.c
arch/arm/cpu/tegra124-common/funcmux.c
arch/arm/cpu/tegra124-common/pinmux.c
arch/arm/include/asm/arch-tegra124/pinmux.h
board/nvidia/venice2/pinmux-config-venice2.h