Commit acc625de authored by Katsuhiro Suzuki's avatar Katsuhiro Suzuki Committed by Masahiro Yamada

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: default avatarKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 5aad7e2d
......@@ -46,7 +46,8 @@ sound {
dais = <&i2s_port2
&i2s_port3
&i2s_port4
&spdif_port0>;
&spdif_port0
&comp_spdif_port0>;
};
spdif-out {
......@@ -59,6 +60,17 @@ spdif_tx: endpoint {
};
};
};
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 @@ &spdif_hiecout1 {
remote-endpoint = <&spdif_tx>;
};
&comp_spdif_hiecout1 {
remote-endpoint = <&comp_spdif_tx>;
};
&i2c0 {
status = "okay";
......
......@@ -46,7 +46,8 @@ sound {
dais = <&i2s_port2
&i2s_port3
&i2s_port4
&spdif_port0>;
&spdif_port0
&comp_spdif_port0>;
};
spdif-out {
......@@ -59,6 +60,17 @@ spdif_tx: endpoint {
};
};
};
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 @@ &spdif_hiecout1 {
remote-endpoint = <&spdif_tx>;
};
&comp_spdif_hiecout1 {
remote-endpoint = <&comp_spdif_tx>;
};
&i2c0 {
status = "okay";
......
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