aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/devices.h
diff options
context:
space:
mode:
authorDaniel Walker <dwalker@codeaurora.org>2010-12-13 14:35:11 -0800
committerDavid Brown <davidb@codeaurora.org>2010-12-15 14:13:18 -0800
commit50bc0ef42c76879f5d68a88c7063603dc0c9789b (patch)
treeccb4b148649bc511fee04b905bef17b461dd49de /arch/arm/mach-msm/devices.h
parentmsm: add handling for clocks tagged as CLK_MINMAX (diff)
downloadlinux-dev-50bc0ef42c76879f5d68a88c7063603dc0c9789b.tar.xz
linux-dev-50bc0ef42c76879f5d68a88c7063603dc0c9789b.zip
msm: initial framebuffer support
Initial framebuffer components. Add board-trout-panel.c as well as platform parts to enable the framebuffer. This code comes directly from Google's tree. Signed-off-by: Daniel Walker <dwalker@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/devices.h')
-rw-r--r--arch/arm/mach-msm/devices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index 568443e76423..68b8075f8ca4 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -35,6 +35,10 @@ extern struct platform_device msm_device_smd;
extern struct platform_device msm_device_nand;
+extern struct platform_device msm_device_mddi0;
+extern struct platform_device msm_device_mddi1;
+extern struct platform_device msm_device_mdp;
+
extern struct clk msm_clocks_7x01a[];
extern unsigned msm_num_clocks_7x01a;