forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-04 f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac
kernel/arch/arm64/boot/dts/rockchip/rk3566-evb3-ddr3-v10.dtsi
....@@ -44,6 +44,13 @@
4444 };
4545 };
4646
47
+&bt_sound {
48
+ status = "disabled";
49
+ simple-audio-card,cpu {
50
+ sound-dai = <&i2s2_2ch>;
51
+ };
52
+};
53
+
4754 &combphy1_usq {
4855 status = "okay";
4956 };
....@@ -177,9 +184,6 @@
177184 status = "okay";
178185 };
179186
180
-&gt1x {
181
- power-supply = <&vcc3v3_lcd0_n>;
182
-};
183187
184188 &i2c2 {
185189 status = "okay";
....@@ -263,6 +267,12 @@
263267 };
264268
265269 &i2s1_8ch {
270
+ status = "disabled";
271
+};
272
+
273
+&i2s2_2ch {
274
+ pinctrl-0 = <&i2s2m0_sclktx &i2s2m0_lrcktx &i2s2m0_sdi &i2s2m0_sdo>;
275
+ rockchip,bclk-fs = <32>;
266276 status = "disabled";
267277 };
268278
....@@ -493,6 +503,3 @@
493503 WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
494504 };
495505
496
-&work_led {
497
- gpios = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>;
498
-};