diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2012-06-22 19:09:44 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2012-06-22 19:09:44 +0200 |
commit | 31e7a3bc6d675911a46efe92b3c1b6e09b7d0adc (patch) | |
tree | 08ee554477737680f0b8207a9ab8eb77667f9a7c /arch/arm/mach-tegra/Makefile | |
parent | 02d1fa788c40bf8c880700bef5d6318f6704a7c7 (diff) |
tegra: colibri_t20: emc mem freq scaling
Integrate EMC memory frequency scaling.
Note: currently only seems to work on latest production V1.2x modules.
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index cc0bb6bc00fd..874527b41830 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -103,7 +103,7 @@ obj-$(CONFIG_TEGRA_USB_MODEM_POWER) += tegra_usb_modem_power.o obj-$(CONFIG_TEGRA_PCI) += pcie.o obj-${CONFIG_MACH_COLIBRI_T20} += board-colibri_t20.o -#memory +obj-${CONFIG_MACH_COLIBRI_T20} += board-colibri_t20-memory.o obj-${CONFIG_MACH_COLIBRI_T20} += board-colibri_t20-panel.o obj-${CONFIG_MACH_COLIBRI_T20} += board-colibri_t20-pinmux.o obj-${CONFIG_MACH_COLIBRI_T20} += board-colibri_t20-power.o |