mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
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> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
6706599988
commit
e52fed28f6
|
|
@ -436,8 +436,16 @@ pta {
|
|||
};
|
||||
};
|
||||
|
||||
spdif@70002400 {
|
||||
status = "okay";
|
||||
|
||||
nvidia,fixed-parent-rate;
|
||||
};
|
||||
|
||||
i2s@70002800 {
|
||||
status = "okay";
|
||||
|
||||
nvidia,fixed-parent-rate;
|
||||
};
|
||||
|
||||
serial@70006040 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user