提交 be0f167a 编写于 作者: M Marcus Cooper 提交者: Maxime Ripard

ARM: dts: sun7i: Add SPDIF to the Itead Ibox

Enable the S/PDIF transmitter that is present on the Itead Ibox.
Signed-off-by: NMarcus Cooper <codekipper@gmail.com>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 8bdc4a0d
......@@ -65,6 +65,24 @@
default-state = "on";
};
};
sound {
compatible = "simple-audio-card";
simple-audio-card,name = "On-board SPDIF";
simple-audio-card,cpu {
sound-dai = <&spdif>;
};
simple-audio-card,codec {
sound-dai = <&spdif_out>;
};
};
spdif_out: spdif-out {
#sound-dai-cells = <0>;
compatible = "linux,spdif-dit";
};
};
&ahci {
......@@ -123,3 +141,9 @@
&reg_ahci_5v {
status = "okay";
};
&spdif {
pinctrl-names = "default";
pinctrl-0 = <&spdif_tx_pins_a>;
status = "okay";
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册