diff options
author | Colin Cross <ccross@android.com> | 2010-06-23 15:49:17 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2010-10-21 18:12:09 -0700 |
commit | 73625e3e2e2bc36198f5b43e0f32d9dfb8e3b77c (patch) | |
tree | 14cadc153b0d27de39b06d5afe6ff7fac7fab853 /arch/arm/mach-tegra/Makefile | |
parent | 2e47b8b3c2dc0f9f0651ee0f20e163da09b20fb9 (diff) | |
download | blackbird-obmc-linux-73625e3e2e2bc36198f5b43e0f32d9dfb8e3b77c.tar.gz blackbird-obmc-linux-73625e3e2e2bc36198f5b43e0f32d9dfb8e3b77c.zip |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index 87d065e65113..620347525272 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 |