Untitled
unknown
plain_text
2 years ago
2.7 kB
11
Indexable
diff --git a/board/mangopi/sun8i-t113-vibration/dts/linux/sun8i-t113-mangopi-dual.dts b/board/mangopi/sun8i-t113-vibration/dts/linux/sun8i-t113-mangopi-dual.dts
index 177d2393..7f59715e 100644
--- a/board/mangopi/sun8i-t113-vibration/dts/linux/sun8i-t113-mangopi-dual.dts
+++ b/board/mangopi/sun8i-t113-vibration/dts/linux/sun8i-t113-mangopi-dual.dts
@@ -28,20 +28,20 @@
Vdda-supply = <®_3v3>;
Vdd-supply = <®_3v3>;
#sound-dai-cells = <0>;
- wlf,fsampen = <2>; /* 192KHz */
+ wlf,fsampen = <2>;
port {
wm8782_1_ep: endpoint {
remote-endpoint = <&card_ep_1>;
};
};
};
-
+/*
wm8782_2: stereo-adc-2 {
compatible = "wlf,wm8782";
Vdda-supply = <®_3v3>;
Vdd-supply = <®_3v3>;
#sound-dai-cells = <0>;
- wlf,fsampen = <2>; /* 192KHz */
+ wlf,fsampen = <2>;
port {
wm8782_2_ep: endpoint {
remote-endpoint = <&card_ep_2>;
@@ -54,14 +54,14 @@
Vdda-supply = <®_3v3>;
Vdd-supply = <®_3v3>;
#sound-dai-cells = <0>;
- wlf,fsampen = <2>; /* 192KHz */
+ wlf,fsampen = <2>;
port {
wm8782_3_ep: endpoint {
remote-endpoint = <&card_ep_3>;
};
};
};
-
+*/
sound {
compatible = "audio-graph-card2";
links = <&i2s2_port>;
@@ -78,6 +78,7 @@
card_ep_1: endpoint {
remote-endpoint = <&wm8782_1_ep>;
};
+/*
};
port@2 {
card_ep_2: endpoint {
@@ -89,6 +90,7 @@
remote-endpoint = <&wm8782_3_ep>;
};
};
+*/
};
};
};
@@ -200,8 +202,8 @@
pinctrl-0 = <&i2s2_pins>, <&i2s2_din_pins>;
pinctrl-names = "default";
status = "okay";
- channel-dins = /bits/ 8 <0 0 1 1 2 2>;
- channel-slots = /bits/ 8 <0 1 0 1 0 1>;
+// channel-dins = /bits/ 8 <0 0 1 1 2 2>;
+// channel-slots = /bits/ 8 <0 1 0 1 0 1>;
i2s2_port: port {
format = "i2s";
mclk-fs = <128>;
Editor is loading...
Leave a Comment