Commit 919be27f authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Thierry Reding

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: default avatarAgneli <poczt@protonmail.ch>
Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 7a53acab
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment