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

ARM: dts: sun6i: Add SPDIF to the Mele I7

Enable the S/PDIF transmitter that is present on the Mele I7.
Signed-off-by: NMarcus Cooper <codekipper@gmail.com>
Acked-by: NChen-Yu Tsai <wens@csie.org>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 d62d8fca
...@@ -69,6 +69,23 @@ ...@@ -69,6 +69,23 @@
gpios = <&pio 7 13 GPIO_ACTIVE_HIGH>; gpios = <&pio 7 13 GPIO_ACTIVE_HIGH>;
}; };
}; };
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";
};
}; };
&codec { &codec {
...@@ -138,6 +155,13 @@ ...@@ -138,6 +155,13 @@
status = "okay"; status = "okay";
}; };
&spdif {
pinctrl-names = "default";
pinctrl-0 = <&spdif_pins_a>;
spdif-out = "okay";
status = "okay";
};
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>; pinctrl-0 = <&uart0_pins_a>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册