forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm64/boot/dts/rockchip/rk3566-rk817-tablet-k108.dts
....@@ -213,6 +213,7 @@
213213 pinctrl-0 = <&wifi_host_wake_irq>;
214214 WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
215215 WIFI,vbat_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_LOW>;
216
+ WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
216217 status = "okay";
217218 };
218219
....@@ -557,7 +558,7 @@
557558 status = "okay";
558559
559560 vdd_cpu: tcs4525@1c {
560
- compatible = "tcs,tcs452x";
561
+ compatible = "tcs,tcs4525";
561562 reg = <0x1c>;
562563 vin-supply = <&vccsys>;
563564 regulator-compatible = "fan53555-reg";
....@@ -1067,12 +1068,12 @@
10671068
10681069 soc_slppin_gpio: soc_slppin_gpio {
10691070 rockchip,pins =
1070
- <0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low_pull_down>;
1071
+ <0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low>;
10711072 };
10721073
10731074 soc_slppin_slp: soc_slppin_slp {
10741075 rockchip,pins =
1075
- <0 RK_PA2 1 &pcfg_pull_up>;
1076
+ <0 RK_PA2 1 &pcfg_pull_none>;
10761077 };
10771078
10781079 soc_slppin_rst: soc_slppin_rst {
....@@ -1198,7 +1199,8 @@
11981199
11991200 &sdhci {
12001201 bus-width = <8>;
1201
- supports-emmc;
1202
+ no-sdio;
1203
+ no-sd;
12021204 non-removable;
12031205 max-frequency = <200000000>;
12041206 status = "okay";
....@@ -1206,7 +1208,8 @@
12061208
12071209 &sdmmc0 {
12081210 max-frequency = <150000000>;
1209
- supports-sd;
1211
+ no-sdio;
1212
+ no-mmc;
12101213 bus-width = <4>;
12111214 cap-mmc-highspeed;
12121215 cap-sd-highspeed;
....@@ -1222,7 +1225,8 @@
12221225
12231226 &sdmmc1 {
12241227 max-frequency = <150000000>;
1225
- supports-sdio;
1228
+ no-sd;
1229
+ no-mmc;
12261230 bus-width = <4>;
12271231 disable-wp;
12281232 cap-sd-highspeed;