]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: tegra: Tegra114 pinmux cleanup
authorStephen Warren <swarren@nvidia.com>
Fri, 21 Mar 2014 18:29:00 +0000 (12:29 -0600)
committerTom Warren <twarren@nvidia.com>
Thu, 17 Apr 2014 15:41:06 +0000 (08:41 -0700)
commit1fa3a634137c9f40b207cff1079fe0dfbd9b3378
tree97f9c3acf7f6316007380d674c97514a769b302b
parent803d01edc27b0ec23a0b0416a65a6106c8b79103
ARM: tegra: Tegra114 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 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>
arch/arm/cpu/arm720t/tegra114/cpu.c
arch/arm/cpu/tegra114-common/funcmux.c
arch/arm/cpu/tegra114-common/pinmux.c
arch/arm/include/asm/arch-tegra114/pinmux.h
board/nvidia/dalmore/pinmux-config-dalmore.h