diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-12-13 17:35:11 -0500 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2010-12-15 17:13:18 -0500 |
commit | 50bc0ef42c76879f5d68a88c7063603dc0c9789b (patch) | |
tree | ccb4b148649bc511fee04b905bef17b461dd49de /arch/arm/mach-msm/devices.h | |
parent | 3a790bbe790e79a9744adf105ed135624a590f5b (diff) |
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.h | 4 |
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; | |||
35 | 35 | ||
36 | extern struct platform_device msm_device_nand; | 36 | extern struct platform_device msm_device_nand; |
37 | 37 | ||
38 | extern struct platform_device msm_device_mddi0; | ||
39 | extern struct platform_device msm_device_mddi1; | ||
40 | extern struct platform_device msm_device_mdp; | ||
41 | |||
38 | extern struct clk msm_clocks_7x01a[]; | 42 | extern struct clk msm_clocks_7x01a[]; |
39 | extern unsigned msm_num_clocks_7x01a; | 43 | extern unsigned msm_num_clocks_7x01a; |
40 | 44 | ||