forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-24 2b26ab132d1b33b91c84c6d732456200e8c5ee77
kernel/arch/arm64/boot/dts/rockchip/rk3568-evb.dtsi
....@@ -352,22 +352,11 @@
352352 compatible = "wlan-platdata";
353353 rockchip,grf = <&grf>;
354354 wifi_chip_type = "ap6398s";
355
- status = "okay";
355
+ status = "disabled";
356356 };
357357
358358 wireless_bluetooth: wireless-bluetooth {
359
- compatible = "bluetooth-platdata";
360
- clocks = <&rk809 1>;
361
- clock-names = "ext_clock";
362
- //wifi-bt-power-toggle;
363
- uart_rts_gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
364
- pinctrl-names = "default", "rts_gpio";
365
- pinctrl-0 = <&uart8m0_rtsn>;
366
- pinctrl-1 = <&uart8_gpios>;
367
- BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
368
- BT,wake_gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
369
- BT,wake_host_irq = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
370
- status = "okay";
359
+ status = "disabled";
371360 };
372361
373362 test-power {
....@@ -1532,11 +1521,6 @@
15321521 };
15331522 };
15341523
1535
- wireless-bluetooth {
1536
- uart8_gpios: uart8-gpios {
1537
- rockchip,pins = <2 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
1538
- };
1539
- };
15401524 };
15411525
15421526 /*
....@@ -1579,7 +1563,7 @@
15791563 };
15801564
15811565 &pwm7 {
1582
- status = "okay";
1566
+ status = "disabled";
15831567
15841568 compatible = "rockchip,remotectl-pwm";
15851569 remote_pwm_id = <3>;
....@@ -1803,7 +1787,7 @@
18031787 };
18041788
18051789 &usbdrd_dwc3 {
1806
- dr_mode = "otg";
1790
+ dr_mode = "host";
18071791 extcon = <&usb2phy0>;
18081792 status = "okay";
18091793 };