From c29ddbe247d3a0b3ab46f15e24a83de0e64683e4 Mon Sep 17 00:00:00 2001 From: Sumit Bhattacharya Date: Mon, 19 Sep 2011 00:18:34 +0530 Subject: arch: arm: tegra: Add SPDIF driver support Bug 872652 Signed-off-by: Sumit Bhattacharya Change-Id: I7b948b820434721511c008f644b69d93c23865e1 Reviewed-on: http://git-master/r/53094 Tested-by: Sumit Bhattacharya Reviewed-by: Stephen Warren Reviewed-by: Bharat Nihalani Rebase-Id: R3fb55fe060065d76fb18010ad249e6ee0f96a944 --- arch/arm/mach-tegra/board-whistler.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/mach-tegra/board-whistler.c') diff --git a/arch/arm/mach-tegra/board-whistler.c b/arch/arm/mach-tegra/board-whistler.c index 2dbb2394d036..64e7dc29fca2 100644 --- a/arch/arm/mach-tegra/board-whistler.c +++ b/arch/arm/mach-tegra/board-whistler.c @@ -217,6 +217,7 @@ static __initdata struct tegra_clk_init_table whistler_clk_init_table[] = { { "kbc", "clk_32k", 32768, true}, { "sdmmc2", "pll_p", 25000000, false}, { "i2s1", "pll_a_out0", 0, false}, + { "spdif_out", "pll_a_out0", 0, false}, { NULL, NULL, 0, 0}, }; @@ -335,7 +336,9 @@ static struct platform_device *whistler_devices[] __initdata = { &whistler_scroll_device, &tegra_camera, &tegra_i2s_device1, + &tegra_spdif_device, &tegra_das_device, + &spdif_dit_device, &tegra_pcm_device, &whistler_audio_device, }; -- cgit v1.2.3