diff options
author | Aneesh V <aneesh@ti.com> | 2012-08-17 04:35:15 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-04 19:14:31 -0400 |
commit | e6b42eb6a66c188642aeb447312938c6f6ebee86 (patch) | |
tree | 0deb9e5d95c2668041034fdfd701c60123bb78e2 /drivers/memory/Makefile | |
parent | 6f1cbd4a25c58323b57f1374e827c363b44683cb (diff) |
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/Makefile | 1 |
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 @@ | |||
2 | # Makefile for memory devices | 2 | # Makefile for memory devices |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_OF) += of_memory.o | ||
5 | obj-$(CONFIG_TI_EMIF) += emif.o | 6 | obj-$(CONFIG_TI_EMIF) += emif.o |
6 | obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o | 7 | obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o |
7 | obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o | 8 | obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o |