aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/board-dm646x-evm.c
diff options
context:
space:
mode:
authorKevin Hilman <khilman@deeprootsystems.com>2009-07-15 11:47:48 -0400
committerKevin Hilman <khilman@deeprootsystems.com>2009-08-26 04:55:47 -0400
commit61aa07328d8e70d95a1e2325288df52a1e92a694 (patch)
tree3dc8f176b9b58b1bec5e2b28cd2a3aa8608c54d6 /arch/arm/mach-davinci/board-dm646x-evm.c
parent548197bdf02882db39b7563d26975e7549e6af03 (diff)
davinci: audio clocks: use struct device instead of clock names
There is no need to pass clock name strings in platform_data. Instead, setup clkdev nodes to have correct ASoC device names. Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-dm646x-evm.c')
-rw-r--r--arch/arm/mach-davinci/board-dm646x-evm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c
index fa91520532ac..cb30afe22050 100644
--- a/arch/arm/mach-davinci/board-dm646x-evm.c
+++ b/arch/arm/mach-davinci/board-dm646x-evm.c
@@ -268,7 +268,6 @@ static u8 dm646x_dit_serializer_direction[] = {
268 268
269static struct snd_platform_data dm646x_evm_snd_data[] = { 269static struct snd_platform_data dm646x_evm_snd_data[] = {
270 { 270 {
271 .clk_name = "mcasp0",
272 .tx_dma_offset = 0x400, 271 .tx_dma_offset = 0x400,
273 .rx_dma_offset = 0x400, 272 .rx_dma_offset = 0x400,
274 .op_mode = DAVINCI_MCASP_IIS_MODE, 273 .op_mode = DAVINCI_MCASP_IIS_MODE,
@@ -278,7 +277,6 @@ static struct snd_platform_data dm646x_evm_snd_data[] = {
278 .eventq_no = EVENTQ_0, 277 .eventq_no = EVENTQ_0,
279 }, 278 },
280 { 279 {
281 .clk_name = "mcasp1",
282 .tx_dma_offset = 0x400, 280 .tx_dma_offset = 0x400,
283 .rx_dma_offset = 0, 281 .rx_dma_offset = 0,
284 .op_mode = DAVINCI_MCASP_DIT_MODE, 282 .op_mode = DAVINCI_MCASP_DIT_MODE,