diff options
author | Nishanth Menon <nm@ti.com> | 2010-12-09 09:13:47 -0600 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-12-21 14:30:40 -0800 |
commit | f5a6422d4e0e85a9c7f5522d3321254bfdfa7f04 (patch) | |
tree | fc8b5bb5b1beae385b7f150159d70e52b287fdd8 /arch/arm/mach-omap2/Makefile | |
parent | fd1478cd61624479c89e35602925459d74505ff3 (diff) | |
download | linux-stable-f5a6422d4e0e85a9c7f5522d3321254bfdfa7f04.tar.gz linux-stable-f5a6422d4e0e85a9c7f5522d3321254bfdfa7f04.tar.bz2 linux-stable-f5a6422d4e0e85a9c7f5522d3321254bfdfa7f04.zip |
omap4: opp: add OPP table data
This patch adds OPP tables for OMAP4. New file has been added to keep
the OMAP4 opp tables and the registration of these tables with the
generic opp framework by OMAP SoC OPP interface.
Based on:
http://dev.omapzoom.org/?p=santosh/kernel-omap4-base.git;a=blob;f=arch/arm/mach-omap2/opp44xx_data.c;h=252e3d0cb6050a64f390b9311c1c4977d74f762a;hb=refs/heads/omap4_next
Signed-off-by: Thara Gopinath <thara@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index fa16806092e5..e11943d77fe0 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -53,6 +53,7 @@ obj-$(CONFIG_ARCH_OMAP2) += sdrc2xxx.o ifeq ($(CONFIG_PM_OPP),y) obj-y += opp.o obj-$(CONFIG_ARCH_OMAP3) += opp3xxx_data.o +obj-$(CONFIG_ARCH_OMAP4) += opp4xxx_data.o endif # Power Management |