We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0409120 commit 07147cbCopy full SHA for 07147cb
arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi
@@ -42,6 +42,23 @@
42
dais = <&i2s0_p0>;
43
};
44
45
+ sound-dit {
46
+ compatible = "audio-graph-card";
47
+ label = "SPDIF";
48
+ dais = <&spdif_p0>;
49
+ };
50
+
51
+ spdif-dit {
52
+ compatible = "linux,spdif-dit";
53
+ #sound-dai-cells = <0>;
54
55
+ port {
56
+ dit_p0_0: endpoint {
57
+ remote-endpoint = <&spdif_p0_0>;
58
59
60
61
62
vcc12v_dcin: dc-12v {
63
compatible = "regulator-fixed";
64
regulator-name = "vcc12v_dcin";
@@ -631,6 +648,15 @@
631
648
status = "okay";
632
649
633
650
651
+&spdif {
652
653
+ spdif_p0: port {
654
+ spdif_p0_0: endpoint {
655
+ remote-endpoint = <&dit_p0_0>;
656
657
658
+};
659
634
660
&tcphy0 {
635
661
636
662
0 commit comments