Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8855e9c authored by Niranjana Vishwanathapura's avatar Niranjana Vishwanathapura Committed by Daniel Walker
Browse files

msm: smd: enable smd on msm7x30 target



Add msm_smd device in the msm7x30 board file.

Signed-off-by: default avatarNiranjana Vishwanathapura <nvishwan@codeaurora.org>
Signed-off-by: default avatarDaniel Walker <dwalker@codeaurora.org>
parent d9c8279b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ static struct platform_device *devices[] __initdata = {
#if defined(CONFIG_SERIAL_MSM) || defined(CONFIG_MSM_SERIAL_DEBUGGER)
        &msm_device_uart2,
#endif

	&msm_device_smd,
};

static void __init msm7x30_init_irq(void)
+5 −0
Original line number Diff line number Diff line
@@ -51,6 +51,11 @@ struct platform_device msm_device_uart2 = {
	.resource	= resources_uart2,
};

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

struct clk msm_clocks_7x30[] = {
	CLK_PCOM("adm_clk",	ADM_CLK,	NULL, 0),
	CLK_PCOM("adsp_clk",	ADSP_CLK,	NULL, 0),