arm64: dts: uniphier: add compress audio out for LD11/LD20

This patch adds compress audio node for S/PDIF on UniPhier LD11/20
global boards. And adds settings of AIO for it.

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Katsuhiro Suzuki 2018-02-13 22:01:56 +09:00 committed by Masahiro Yamada
parent 5aad7e2d27
commit acc625de66
2 changed files with 34 additions and 2 deletions

View File

@ -46,7 +46,8 @@
dais = <&i2s_port2
&i2s_port3
&i2s_port4
&spdif_port0>;
&spdif_port0
&comp_spdif_port0>;
};
spdif-out {
@ -59,6 +60,17 @@
};
};
};
comp-spdif-out {
compatible = "linux,spdif-dit";
#sound-dai-cells = <0>;
port@0 {
comp_spdif_tx: endpoint {
remote-endpoint = <&comp_spdif_hiecout1>;
};
};
};
};
&serial0 {
@ -78,6 +90,10 @@
remote-endpoint = <&spdif_tx>;
};
&comp_spdif_hiecout1 {
remote-endpoint = <&comp_spdif_tx>;
};
&i2c0 {
status = "okay";

View File

@ -46,7 +46,8 @@
dais = <&i2s_port2
&i2s_port3
&i2s_port4
&spdif_port0>;
&spdif_port0
&comp_spdif_port0>;
};
spdif-out {
@ -59,6 +60,17 @@
};
};
};
comp-spdif-out {
compatible = "linux,spdif-dit";
#sound-dai-cells = <0>;
port@0 {
comp_spdif_tx: endpoint {
remote-endpoint = <&comp_spdif_hiecout1>;
};
};
};
};
&serial0 {
@ -78,6 +90,10 @@
remote-endpoint = <&spdif_tx>;
};
&comp_spdif_hiecout1 {
remote-endpoint = <&comp_spdif_tx>;
};
&i2c0 {
status = "okay";