hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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 };
....@@ -266,6 +273,12 @@
266273 status = "disabled";
267274 };
268275
276
+&i2s2_2ch {
277
+ pinctrl-0 = <&i2s2m0_sclktx &i2s2m0_lrcktx &i2s2m0_sdi &i2s2m0_sdo>;
278
+ rockchip,bclk-fs = <32>;
279
+ status = "disabled";
280
+};
281
+
269282 &i2s3_2ch {
270283 status = "okay";
271284 pinctrl-names = "default";
....@@ -420,7 +433,7 @@
420433 sound-dai = <&i2s3_2ch>;
421434 };
422435 simple-audio-card,codec {
423
- sound-dai = <&rk809_codec>;
436
+ sound-dai = <&rk809_codec 0>;
424437 };
425438 };
426439
....@@ -439,7 +452,8 @@
439452
440453 &sdmmc1 {
441454 max-frequency = <150000000>;
442
- supports-sdio;
455
+ no-sd;
456
+ no-mmc;
443457 bus-width = <4>;
444458 disable-wp;
445459 cap-sd-highspeed;
....@@ -491,6 +505,7 @@
491505 pinctrl-names = "default";
492506 pinctrl-0 = <&wifi_host_wake_irq>;
493507 WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
508
+ WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
494509 };
495510
496511 &work_led {