diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2011-12-14 15:03:21 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-18 04:15:25 (GMT) |
commit | 57be3bdb402afbf71b0490ccf229c3b9cf784ce1 (patch) | |
tree | d5e14d38d623f8fda5a11b87dffd2552da753a12 /arch/arm/mach-tegra/include/mach/pinmux.h | |
parent | 01548673fa15762137539d565767531eb4fef743 (diff) | |
download | linux-fsl-qoriq-57be3bdb402afbf71b0490ccf229c3b9cf784ce1.tar.xz |
arm/tegra: rename tegra20 pinmux files
Rename pinmux-t2.h and pinmux-t2-tables.c to the new tegra naming. This file
will be reworked somewhat in the next patch to support multiple tegra SoC
types.
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Colin Cross <ccross@android.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/include/mach/pinmux.h')
-rw-r--r-- | arch/arm/mach-tegra/include/mach/pinmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/include/mach/pinmux.h b/arch/arm/mach-tegra/include/mach/pinmux.h index bb7dfdb..b93df9e 100644 --- a/arch/arm/mach-tegra/include/mach/pinmux.h +++ b/arch/arm/mach-tegra/include/mach/pinmux.h @@ -18,7 +18,7 @@ #define __MACH_TEGRA_PINMUX_H #if defined(CONFIG_ARCH_TEGRA_2x_SOC) -#include "pinmux-t2.h" +#include "pinmux-tegra20.h" #else #error "Undefined Tegra architecture" #endif |