Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212627
b: refs/heads/master
c: 88b5227
h: refs/heads/master
i:
  212625: 5f9be7b
  212623: df0109c
v: v3
  • Loading branch information
Niranjana Vishwanathapura authored and Daniel Walker committed Oct 11, 2010
1 parent bd347d7 commit c41b6c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8855e9c093fdb35b40a707d580c75d523fed16e
refs/heads/master: 88b522771079d7ab5f2334c8271bc13e1d309a5c
1 change: 1 addition & 0 deletions trunk/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 trunk/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 c41b6c1

Please sign in to comment.