diff options
author | Stephen Warren <swarren@nvidia.com> | 2015-03-25 12:04:34 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-03-30 09:54:06 -0700 |
commit | 0edb3a8ec9a48725bf323e99b2167318fae4315a (patch) | |
tree | ef229ef220bc9f32a0bd826c5b80e07447fee003 | |
parent | d8bafe1310487ba0e0785997726b4792072178d3 (diff) | |
download | u-boot-imx-0edb3a8ec9a48725bf323e99b2167318fae4315a.zip u-boot-imx-0edb3a8ec9a48725bf323e99b2167318fae4315a.tar.gz u-boot-imx-0edb3a8ec9a48725bf323e99b2167318fae4315a.tar.bz2 |
ARM: tegra: pinctrl: move Tegra210 code to the correct dir
Patches that added the Tegra210 pinctrl driver and renamed directories
arch/arm/cpu/tegra{$soc}-common -> arch/arm/mach-tegra/tegra-${soc}
crossed. Move the Tegra210 pinctrl driver to the correct location. This
wasn't detected since Tegra210 support is in the process of being added,
and isn't buildable yet.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/tegra210/pinmux.c (renamed from arch/arm/cpu/tegra210-common/pinmux.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/arch/arm/cpu/tegra210-common/pinmux.c b/arch/arm/mach-tegra/tegra210/pinmux.c index a29c76b..a29c76b 100644 --- a/arch/arm/cpu/tegra210-common/pinmux.c +++ b/arch/arm/mach-tegra/tegra210/pinmux.c |