diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2012-02-09 23:47:42 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-26 22:44:19 (GMT) |
commit | 4c4ad6695ab8eafe74abaf6c85d068ff496c99d6 (patch) | |
tree | c7496c76007266a465ba4d51ff7f4cd45f185afc /arch/arm/mach-tegra/fuse.c | |
parent | 35b1498a34390c4927659abb1076b829ad3a7519 (diff) | |
download | linux-4c4ad6695ab8eafe74abaf6c85d068ff496c99d6.tar.xz |
ARM: tegra: export Tegra chipid
The powergating and reset handling code needs to differentiate between Tegra
variants. Therefore we export the chipid here.
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/fuse.c')
-rw-r--r-- | arch/arm/mach-tegra/fuse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/fuse.c b/arch/arm/mach-tegra/fuse.c index e2dd342..027f2b2 100644 --- a/arch/arm/mach-tegra/fuse.c +++ b/arch/arm/mach-tegra/fuse.c @@ -33,7 +33,7 @@ int tegra_sku_id; int tegra_cpu_process_id; int tegra_core_process_id; -static int tegra_chip_id; +int tegra_chip_id; enum tegra_revision tegra_revision; /* The BCT to use at boot is specified by board straps that can be read |