Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
@@ -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";

+17 −1
Original line number Diff line number Diff line
@@ -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";