Skip to content

Commit

Permalink
msm: smd: enable smd on qsd8x50 target
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Niranjana Vishwanathapura authored and Daniel Walker committed Oct 11, 2010
1 parent a8855e9 commit 88b5227
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-msm/board-qsd8x50.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ module_init(msm_init_smc91x);

static struct platform_device *devices[] __initdata = {
&msm_device_uart3,
&msm_device_smd,
};

static void __init qsd8x50_map_io(void)
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/mach-msm/devices-qsd8x50.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ struct platform_device msm_device_uart3 = {
.resource = resources_uart3,
};

struct platform_device msm_device_smd = {
.name = "msm_smd",
.id = -1,
};

struct clk msm_clocks_8x50[] = {
CLK_PCOM("adm_clk", ADM_CLK, NULL, 0),
CLK_PCOM("ebi1_clk", EBI1_CLK, NULL, CLK_MIN),
Expand Down

0 comments on commit 88b5227

Please sign in to comment.