Commit 88b52277 authored by Niranjana Vishwanathapura's avatar Niranjana Vishwanathapura Committed by Daniel Walker

msm: smd: enable smd on qsd8x50 target

Add msm_smd device in the qsd8x50 board file.
Signed-off-by: default avatarNiranjana Vishwanathapura <nvishwan@codeaurora.org>
Signed-off-by: default avatarDaniel Walker <dwalker@codeaurora.org>
parent a8855e9c
No related merge requests found
...@@ -76,6 +76,7 @@ module_init(msm_init_smc91x); ...@@ -76,6 +76,7 @@ module_init(msm_init_smc91x);
static struct platform_device *devices[] __initdata = { static struct platform_device *devices[] __initdata = {
&msm_device_uart3, &msm_device_uart3,
&msm_device_smd,
}; };
static void __init qsd8x50_map_io(void) static void __init qsd8x50_map_io(void)
......
...@@ -48,6 +48,11 @@ struct platform_device msm_device_uart3 = { ...@@ -48,6 +48,11 @@ struct platform_device msm_device_uart3 = {
.resource = resources_uart3, .resource = resources_uart3,
}; };
struct platform_device msm_device_smd = {
.name = "msm_smd",
.id = -1,
};
struct clk msm_clocks_8x50[] = { struct clk msm_clocks_8x50[] = {
CLK_PCOM("adm_clk", ADM_CLK, NULL, 0), CLK_PCOM("adm_clk", ADM_CLK, NULL, 0),
CLK_PCOM("ebi1_clk", EBI1_CLK, NULL, CLK_MIN), CLK_PCOM("ebi1_clk", EBI1_CLK, NULL, CLK_MIN),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment