aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-06-23 15:49:17 -0700
committerColin Cross <ccross@android.com>2010-10-21 18:12:09 -0700
commit73625e3e2e2bc36198f5b43e0f32d9dfb8e3b77c (patch)
tree14cadc153b0d27de39b06d5afe6ff7fac7fab853 /arch/arm/mach-tegra/Makefile
parent2e47b8b3c2dc0f9f0651ee0f20e163da09b20fb9 (diff)
downloadkernel_samsung_smdk4412-73625e3e2e2bc36198f5b43e0f32d9dfb8e3b77c.zip
kernel_samsung_smdk4412-73625e3e2e2bc36198f5b43e0f32d9dfb8e3b77c.tar.gz
kernel_samsung_smdk4412-73625e3e2e2bc36198f5b43e0f32d9dfb8e3b77c.tar.bz2
[ARM] tegra: Add support for reading fuses
The Tegra SOC contains fuses to identify the CPU type and bin, and a unique id. The CPU info is required to determine the correct voltages for each cpu and core frequency. Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index 87d065e..6203475 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -5,6 +5,7 @@ obj-y += clock.o
obj-y += timer.o
obj-y += gpio.o
obj-y += pinmux.o
+obj-y += fuse.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += clock.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_clocks.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pinmux-t2-tables.o