Skip to content

Commit 919be27

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/tegra20-paz00.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,16 @@
264264
};
265265
};
266266

267+
spdif@70002400 {
268+
status = "okay";
269+
270+
nvidia,fixed-parent-rate;
271+
};
272+
267273
i2s@70002800 {
268274
status = "okay";
275+
276+
nvidia,fixed-parent-rate;
269277
};
270278

271279
serial@70006000 {

0 commit comments

Comments
 (0)