summaryrefslogtreecommitdiffstats
path: root/drivers/memory/Makefile
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2012-08-17 14:05:15 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-04 16:14:31 -0700
commite6b42eb6a66c188642aeb447312938c6f6ebee86 (patch)
tree0deb9e5d95c2668041034fdfd701c60123bb78e2 /drivers/memory/Makefile
parent6f1cbd4a25c58323b57f1374e827c363b44683cb (diff)
downloadlinux-e6b42eb6a66c188642aeb447312938c6f6ebee86.tar.bz2
memory: emif: add device tree support to emif driver
Device tree support for the EMIF driver. LPDDR2 generic timings extraction from device is managed using couple of helper functions which can be used by other memory controller drivers. Reviewed-by: Benoit Cousson <b-cousson@ti.com> Reviewed-by: Grant Likely <grant.likely@secretlab.ca> Tested-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/memory/Makefile')
-rw-r--r--drivers/memory/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile
index 42b3ce9d80fc..cd8486b51f74 100644
--- a/drivers/memory/Makefile
+++ b/drivers/memory/Makefile
@@ -2,6 +2,7 @@
# Makefile for memory devices
#
+obj-$(CONFIG_OF) += of_memory.o
obj-$(CONFIG_TI_EMIF) += emif.o
obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o
obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o