Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2432)

Unified Diff: arch/arm/mach-tegra/board-seaboard.c

Issue 6625022: ARM: tegra: Seaboard: Enable SPDIF/HDMI audio (Closed)
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-tegra/board-seaboard.c
diff --git a/arch/arm/mach-tegra/board-seaboard.c b/arch/arm/mach-tegra/board-seaboard.c
index b1974d4505a6ad3c74f64aa7297614da04fef87b..e8c04a976125389b6225b1b85cb6c96e156ebfb3 100755
--- a/arch/arm/mach-tegra/board-seaboard.c
+++ b/arch/arm/mach-tegra/board-seaboard.c
@@ -126,7 +126,7 @@ static __initdata struct tegra_clk_init_table seaboard_clk_init_table[] = {
{ "clk_d", "clk_m", 24000000, true},
{ "timer", "clk_m", 12000000, true},
{ "i2s2", "clk_m", 12000000, false},
- { "spdif_out", "clk_m", 12000000, false},
+ { "spdif_out", "pll_a_out0", 11289600, false},
{ "spi", "clk_m", 12000000, false},
{ "xio", "clk_m", 12000000, false},
{ "twc", "clk_m", 12000000, false},
@@ -524,12 +524,19 @@ static struct platform_device audio_device = {
},
};
+static struct platform_device spdif_dit_device = {
+ .name = "spdif-dit",
+ .id = -1,
+};
+
static struct platform_device *seaboard_devices[] __initdata = {
&debug_uart,
&tegra_rtc_device,
&pmu_device,
&seaboard_gpio_keys_device,
&tegra_gart_device,
+ &tegra_spdif_device,
+ &spdif_dit_device,
&tegra_i2s_device1,
&tegra_das_device,
&tegra_pcm_device,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698