From 8b9a2810b02e3d9806ba2bf307c8e8dcedaf902d Mon Sep 17 00:00:00 2001 From: Rajendra Nayak Date: Wed, 10 Sep 2014 11:04:03 -0500 Subject: [PATCH] ARM: OMAP4+: Move SRAM data to DT Use drivers/misc/sram.c driver to manage SRAM on all DT only OMAP platforms (am33xx, am43xx, omap4 and omap5) instead of the existing private plat-omap/sram.c Address and size related data is removed from mach-omap2/sram.c and now passed to drivers/misc/sram.c from DT. Users can hence use general purpose allocator apis instead of OMAP private ones to manage and use SRAM. Signed-off-by: Rajendra Nayak Signed-off-by: Dave Gerlach Signed-off-by: Tony Lindgren --- Reading git-format-patch failed