提交 2ca5fbc9 编写于 作者: C Chen-Yu Tsai 提交者: Maxime Ripard

ARM: dts: sun6i: sina31s: Enable SPDIF out

The SinA31s has a coaxial SPDIF output. Enable it.
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 bc57e37e
...@@ -63,6 +63,23 @@ ...@@ -63,6 +63,23 @@
gpios = <&pio 7 13 GPIO_ACTIVE_HIGH>; /* PH13 */ gpios = <&pio 7 13 GPIO_ACTIVE_HIGH>; /* PH13 */
}; };
}; };
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 {
...@@ -153,6 +170,12 @@ ...@@ -153,6 +170,12 @@
regulator-name = "vcc-gmac-phy"; regulator-name = "vcc-gmac-phy";
}; };
&spdif {
pinctrl-names = "default";
pinctrl-0 = <&spdif_pins_a>;
status = "okay";
};
&usb_otg { &usb_otg {
dr_mode = "peripheral"; dr_mode = "peripheral";
status = "okay"; status = "okay";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册