diff options
author | Niranjana Vishwanathapura <nvishwan@codeaurora.org> | 2010-10-06 16:52:11 -0400 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-10-11 18:14:02 -0400 |
commit | 88b522771079d7ab5f2334c8271bc13e1d309a5c (patch) | |
tree | a545ed127429d3d7016525ea7e372244d45d1f81 /arch/arm/mach-msm/devices-qsd8x50.c | |
parent | a8855e9c093fdb35b40a707d580c75d523fed16e (diff) |
msm: smd: enable smd on qsd8x50 target
Add msm_smd device in the qsd8x50 board file.
Signed-off-by: Niranjana Vishwanathapura <nvishwan@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/devices-qsd8x50.c')
-rw-r--r-- | arch/arm/mach-msm/devices-qsd8x50.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/devices-qsd8x50.c b/arch/arm/mach-msm/devices-qsd8x50.c index 4d4a50785e34..6fe67c5d1ae0 100644 --- a/arch/arm/mach-msm/devices-qsd8x50.c +++ b/arch/arm/mach-msm/devices-qsd8x50.c | |||
@@ -48,6 +48,11 @@ struct platform_device msm_device_uart3 = { | |||
48 | .resource = resources_uart3, | 48 | .resource = resources_uart3, |
49 | }; | 49 | }; |
50 | 50 | ||
51 | struct platform_device msm_device_smd = { | ||
52 | .name = "msm_smd", | ||
53 | .id = -1, | ||
54 | }; | ||
55 | |||
51 | struct clk msm_clocks_8x50[] = { | 56 | struct clk msm_clocks_8x50[] = { |
52 | CLK_PCOM("adm_clk", ADM_CLK, NULL, 0), | 57 | CLK_PCOM("adm_clk", ADM_CLK, NULL, 0), |
53 | CLK_PCOM("ebi1_clk", EBI1_CLK, NULL, CLK_MIN), | 58 | CLK_PCOM("ebi1_clk", EBI1_CLK, NULL, CLK_MIN), |