hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/arch/arm64/boot/dts/rockchip/rk3566-evb1-ddr4-v10.dtsi
....@@ -25,13 +25,6 @@
2525 vin-supply = <&dc_12v>;
2626 };
2727
28
- rk_headset: rk-headset {
29
- compatible = "rockchip_headset";
30
- headset_gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_LOW>;
31
- pinctrl-names = "default";
32
- pinctrl-0 = <&hp_det>;
33
- };
34
-
3528 vcc3v3_vga: vcc3v3-vga {
3629 compatible = "regulator-fixed";
3730 regulator-name = "vcc3v3_vga";
....@@ -51,6 +44,13 @@
5144 enable-active-high;
5245 regulator-always-on;
5346 regulator-boot-on;
47
+ };
48
+};
49
+
50
+&bt_sound {
51
+ status = "disabled";
52
+ simple-audio-card,cpu {
53
+ sound-dai = <&i2s2_2ch>;
5454 };
5555 };
5656
....@@ -280,6 +280,12 @@
280280 };
281281 };
282282
283
+&i2s2_2ch {
284
+ pinctrl-0 = <&i2s2m1_sclktx &i2s2m1_lrcktx &i2s2m1_sdi &i2s2m1_sdo>;
285
+ rockchip,bclk-fs = <32>;
286
+ status = "disabled";
287
+};
288
+
283289 &i2s3_2ch {
284290 status = "disabled";
285291 };
....@@ -396,7 +402,8 @@
396402
397403 &sdmmc2 {
398404 max-frequency = <150000000>;
399
- supports-sdio;
405
+ no-sd;
406
+ no-mmc;
400407 bus-width = <4>;
401408 disable-wp;
402409 cap-sd-highspeed;
....@@ -453,12 +460,6 @@
453460 rockchip,pins =
454461 /* camera power en */
455462 <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
456
- };
457
- };
458
-
459
- headphone {
460
- hp_det: hp-det {
461
- rockchip,pins = <3 RK_PA1 RK_FUNC_GPIO &pcfg_pull_down>;
462463 };
463464 };
464465