summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-tegra/gp_padctrl.h
diff options
context:
space:
mode:
authorTom Warren <twarren.nvidia@gmail.com>2014-01-24 12:46:13 -0700
committerTom Warren <twarren@nvidia.com>2014-02-03 09:46:46 -0700
commit999c6baf79d74f6ec5c6c96334ad8d653b4081a7 (patch)
treec8075ced4c73086fe86b98c52684f3170c2af2ec /arch/arm/include/asm/arch-tegra/gp_padctrl.h
parent49941b22ec99f9ef8ee6673f61e06e8fde239e97 (diff)
ARM: tegra: add/edit headers for Tegra124
These headers define the Tegra124 hardware. Add them to the usual place. Add Tegra124 chip ID/SKU ID definitions to common headers. There's no real HW change on Tegra124 for 90% of the toys, so it might make sense for a future patch to unify some of the content of these files in a common location. Signed-off-by: Tom Warren <twarren@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Tested-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-tegra/gp_padctrl.h')
-rw-r--r--arch/arm/include/asm/arch-tegra/gp_padctrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra/gp_padctrl.h b/arch/arm/include/asm/arch-tegra/gp_padctrl.h
index c840c08a89..7a86acb1b2 100644
--- a/arch/arm/include/asm/arch-tegra/gp_padctrl.h
+++ b/arch/arm/include/asm/arch-tegra/gp_padctrl.h
@@ -20,5 +20,6 @@
#define CHIPID_TEGRA20 0x20
#define CHIPID_TEGRA30 0x30
#define CHIPID_TEGRA114 0x35
+#define CHIPID_TEGRA124 0x40
#endif /* _TEGRA_GP_PADCTRL_H_ */