.. | .. |
---|
213 | 213 | pinctrl-0 = <&wifi_host_wake_irq>; |
---|
214 | 214 | WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>; |
---|
215 | 215 | WIFI,vbat_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_LOW>; |
---|
| 216 | + WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>; |
---|
216 | 217 | status = "okay"; |
---|
217 | 218 | }; |
---|
218 | 219 | |
---|
.. | .. |
---|
557 | 558 | status = "okay"; |
---|
558 | 559 | |
---|
559 | 560 | vdd_cpu: tcs4525@1c { |
---|
560 | | - compatible = "tcs,tcs452x"; |
---|
| 561 | + compatible = "tcs,tcs4525"; |
---|
561 | 562 | reg = <0x1c>; |
---|
562 | 563 | vin-supply = <&vccsys>; |
---|
563 | 564 | regulator-compatible = "fan53555-reg"; |
---|
.. | .. |
---|
1067 | 1068 | |
---|
1068 | 1069 | soc_slppin_gpio: soc_slppin_gpio { |
---|
1069 | 1070 | rockchip,pins = |
---|
1070 | | - <0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low_pull_down>; |
---|
| 1071 | + <0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low>; |
---|
1071 | 1072 | }; |
---|
1072 | 1073 | |
---|
1073 | 1074 | soc_slppin_slp: soc_slppin_slp { |
---|
1074 | 1075 | rockchip,pins = |
---|
1075 | | - <0 RK_PA2 1 &pcfg_pull_up>; |
---|
| 1076 | + <0 RK_PA2 1 &pcfg_pull_none>; |
---|
1076 | 1077 | }; |
---|
1077 | 1078 | |
---|
1078 | 1079 | soc_slppin_rst: soc_slppin_rst { |
---|
.. | .. |
---|
1198 | 1199 | |
---|
1199 | 1200 | &sdhci { |
---|
1200 | 1201 | bus-width = <8>; |
---|
1201 | | - supports-emmc; |
---|
| 1202 | + no-sdio; |
---|
| 1203 | + no-sd; |
---|
1202 | 1204 | non-removable; |
---|
1203 | 1205 | max-frequency = <200000000>; |
---|
1204 | 1206 | status = "okay"; |
---|
.. | .. |
---|
1206 | 1208 | |
---|
1207 | 1209 | &sdmmc0 { |
---|
1208 | 1210 | max-frequency = <150000000>; |
---|
1209 | | - supports-sd; |
---|
| 1211 | + no-sdio; |
---|
| 1212 | + no-mmc; |
---|
1210 | 1213 | bus-width = <4>; |
---|
1211 | 1214 | cap-mmc-highspeed; |
---|
1212 | 1215 | cap-sd-highspeed; |
---|
.. | .. |
---|
1222 | 1225 | |
---|
1223 | 1226 | &sdmmc1 { |
---|
1224 | 1227 | max-frequency = <150000000>; |
---|
1225 | | - supports-sdio; |
---|
| 1228 | + no-sd; |
---|
| 1229 | + no-mmc; |
---|
1226 | 1230 | bus-width = <4>; |
---|
1227 | 1231 | disable-wp; |
---|
1228 | 1232 | cap-sd-highspeed; |
---|