mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
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 <poczt@protonmail.ch> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
7a53acabf8
commit
919be27fd0
|
|
@ -264,8 +264,16 @@ conf_ld17_0 {
|
|||
};
|
||||
};
|
||||
|
||||
spdif@70002400 {
|
||||
status = "okay";
|
||||
|
||||
nvidia,fixed-parent-rate;
|
||||
};
|
||||
|
||||
i2s@70002800 {
|
||||
status = "okay";
|
||||
|
||||
nvidia,fixed-parent-rate;
|
||||
};
|
||||
|
||||
serial@70006000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user