File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
arch/arm64/boot/dts/rockchip Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 161
161
rockchip,codec = <&hdmi>, <&cdn_dp>;
162
162
};
163
163
164
+ spdif_sound: spdif-sound {
165
+ status = "okay";
166
+ compatible = "simple-audio-card";
167
+ simple-audio-card,name = "SPDIF";
168
+ simple-audio-card,cpu {
169
+ sound-dai = <&spdif>;
170
+ };
171
+ simple-audio-card,codec {
172
+ sound-dai = <&spdif_out>;
173
+ };
174
+ };
175
+
176
+ spdif_out: spdif-out {
177
+ status = "okay";
178
+ compatible = "linux,spdif-dit";
179
+ #sound-dai-cells = <0>;
180
+ };
181
+
164
182
sdio_pwrseq: sdio-pwrseq {
165
183
compatible = "mmc-pwrseq-simple";
166
184
clocks = <&rk808 1>;
765
783
status = "okay";
766
784
};
767
785
786
+ &spdif {
787
+ status = "okay";
788
+ pinctrl-0 = <&spdif_bus_1>;
789
+ #sound-dai-cells = <0>;
790
+ };
791
+
768
792
&sdio0 {
769
793
clock-frequency = <200000000>;
770
794
clock-freq-min-max = <200000 200000000>;
You can’t perform that action at this time.
0 commit comments