Skip to content

Commit 7a53aca

Browse files
digetxthierryreding
authored andcommitted
ARM: tegra: acer-a500: Enable S/PDIF and HDMI audio
Enable S/PDIF controller to enable HDMI audio support on Acer A500. Use nvidia,fixed-parent-rate property that prevents audio rate conflict between S/PDIF and I2S. Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent dd2cac8 commit 7a53aca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/tegra20-acer-a500-picasso.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,16 @@
376376
};
377377
};
378378

379+
tegra_spdif: spdif@70002400 {
380+
status = "okay";
381+
382+
nvidia,fixed-parent-rate;
383+
};
384+
379385
tegra_i2s1: i2s@70002800 {
380386
status = "okay";
387+
388+
nvidia,fixed-parent-rate;
381389
};
382390

383391
uartb: serial@70006040 {

0 commit comments

Comments
 (0)