Commit 7a53acab authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Thierry Reding

ARM: tegra: acer-a500: Enable S/PDIF and HDMI audio

Enable S/PDIF controller to enable HDMI audio support on Acer A500.
Use nvidia,fixed-parent-rate property that prevents audio rate conflict
between S/PDIF and I2S.
Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent dd2cac86
......@@ -376,8 +376,16 @@ pta {
};
};
tegra_spdif: spdif@70002400 {
status = "okay";
nvidia,fixed-parent-rate;
};
tegra_i2s1: i2s@70002800 {
status = "okay";
nvidia,fixed-parent-rate;
};
uartb: serial@70006040 {
......
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