summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-tegra124
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2015-02-24 14:08:29 -0700
committerTom Warren <twarren@nvidia.com>2015-03-04 10:09:01 -0700
commit790f7719e2635a3ff3f44473b060e01b5b5ebf74 (patch)
treea93d85ab77323e2d6536a324c3ee84c1ae2685ad /arch/arm/include/asm/arch-tegra124
parentf2c60eed513ecc142e0a39373d5c16a14f976d6d (diff)
downloadtalos-obmc-uboot-790f7719e2635a3ff3f44473b060e01b5b5ebf74.tar.gz
talos-obmc-uboot-790f7719e2635a3ff3f44473b060e01b5b5ebf74.zip
ARM: tegra: pinmux: account for different drivegroup base registers
Tegra210 starts its drive group registers at a different offset from the APB MISC register block that other SoCs. Update the code to handle this. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-tegra124')
-rw-r--r--arch/arm/include/asm/arch-tegra124/pinmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra124/pinmux.h b/arch/arm/include/asm/arch-tegra124/pinmux.h
index 4e6b88ec0e..78bc9e6f17 100644
--- a/arch/arm/include/asm/arch-tegra124/pinmux.h
+++ b/arch/arm/include/asm/arch-tegra124/pinmux.h
@@ -335,6 +335,7 @@ enum pmux_func {
PMUX_FUNC_COUNT,
};
+#define TEGRA_PMX_SOC_DRV_GROUP_BASE_REG 0x868
#define TEGRA_PMX_SOC_HAS_IO_CLAMPING
#define TEGRA_PMX_SOC_HAS_DRVGRPS
#define TEGRA_PMX_GRPS_HAVE_LPMD
OpenPOWER on IntegriCloud