Skip to content

Commit 57eea87

Browse files
committed
ARM: tegra: asus-tf101: Enable S/PDIF and HDMI audio
Enable S/PDIF controller to enable HDMI audio support on ASUS TF101. Use nvidia,fixed-parent-rate property that prevents audio rate conflict between S/PDIF and I2S. Tested-by: Robert Eckelmann <longnoserob@gmail.com> Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
1 parent 386bcf3 commit 57eea87

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm/boot/dts/tegra20-asus-tf101.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,16 @@
384384
};
385385
};
386386

387+
spdif@70002400 {
388+
status = "okay";
389+
390+
nvidia,fixed-parent-rate;
391+
};
392+
387393
i2s@70002800 {
388394
status = "okay";
395+
396+
nvidia,fixed-parent-rate;
389397
};
390398

391399
uartb: serial@70006040 {

0 commit comments

Comments
 (0)