forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm64/boot/dts/rockchip/rk3566-rk817-tablet-rkg11.dts
....@@ -170,6 +170,7 @@
170170 pinctrl-0 = <&wifi_host_wake_irq>;
171171 WIFI,vbat_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
172172 WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
173
+ WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
173174 status = "okay";
174175 };
175176
....@@ -375,7 +376,7 @@
375376 status = "okay";
376377
377378 vdd_cpu: tcs4525@1c {
378
- compatible = "tcs,tcs452x";
379
+ compatible = "tcs,tcs4525";
379380 reg = <0x1c>;
380381 vin-supply = <&vccsys>;
381382 regulator-compatible = "fan53555-reg";
....@@ -977,12 +978,12 @@
977978
978979 soc_slppin_gpio: soc_slppin_gpio {
979980 rockchip,pins =
980
- <0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low_pull_down>;
981
+ <0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low>;
981982 };
982983
983984 soc_slppin_slp: soc_slppin_slp {
984985 rockchip,pins =
985
- <0 RK_PA2 1 &pcfg_pull_up>;
986
+ <0 RK_PA2 1 &pcfg_pull_none>;
986987 };
987988
988989 soc_slppin_rst: soc_slppin_rst {
....@@ -1104,7 +1105,8 @@
11041105
11051106 &sdhci {
11061107 bus-width = <8>;
1107
- supports-emmc;
1108
+ no-sdio;
1109
+ no-sd;
11081110 non-removable;
11091111 max-frequency = <200000000>;
11101112 status = "okay";
....@@ -1112,7 +1114,8 @@
11121114
11131115 &sdmmc1 {
11141116 max-frequency = <150000000>;
1115
- supports-sdio;
1117
+ no-sd;
1118
+ no-mmc;
11161119 bus-width = <4>;
11171120 disable-wp;
11181121 cap-sd-highspeed;