summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2011-09-28 10:03:50 -0500
committerDan Murphy <dmurphy@ti.com>2011-09-28 10:09:29 -0500
commitc7a7c872b0a721df99bae838ed7aff366936a9b9 (patch)
tree22e63a9aa54854221c8ec22c9b68d61fcf0327ac
parentab655a90006a467ebb518ddfd98c0d5e598e26ba (diff)
[Tablet] omap4: Add dmm_init to the tablet board fileandroid-3.0-4AI.2
The power management system uses the order of device creation to determine the order of suspend and resume function calls. A number of existing drivers are dependent on the Tiler resuming before they do. The dmm and Tiler devices need to be created in the board init functions so that they will be earlier in the device tree. Change-Id: Ic9232d101fb4543b8cbe2a6ac734c184e00aba06 Signed-off-by: Dan Murphy <dmurphy@ti.com>
-rw-r--r--arch/arm/mach-omap2/board-44xx-tablet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-44xx-tablet.c b/arch/arm/mach-omap2/board-44xx-tablet.c
index 91b5f8d6ff7..3fd6990e94e 100644
--- a/arch/arm/mach-omap2/board-44xx-tablet.c
+++ b/arch/arm/mach-omap2/board-44xx-tablet.c
@@ -31,6 +31,7 @@
#include <linux/ti_wilink_st.h>
#include <plat/omap-serial.h>
+#include <mach/dmm.h>
#include <mach/hardware.h>
#include <mach/omap4-common.h>
#include <mach/emif.h>
@@ -810,6 +811,7 @@ static void __init omap_tablet_init(void)
omap4_audio_conf();
omap4_i2c_init();
tablet_touch_init();
+ omap_dmm_init();
tablet_panel_init();
tablet_pmic_mux_init();
tablet_button_init();