.. | .. |
---|
170 | 170 | pinctrl-0 = <&wifi_host_wake_irq>; |
---|
171 | 171 | WIFI,vbat_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>; |
---|
172 | 172 | WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>; |
---|
| 173 | + WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>; |
---|
173 | 174 | status = "okay"; |
---|
174 | 175 | }; |
---|
175 | 176 | |
---|
.. | .. |
---|
375 | 376 | status = "okay"; |
---|
376 | 377 | |
---|
377 | 378 | vdd_cpu: tcs4525@1c { |
---|
378 | | - compatible = "tcs,tcs452x"; |
---|
| 379 | + compatible = "tcs,tcs4525"; |
---|
379 | 380 | reg = <0x1c>; |
---|
380 | 381 | vin-supply = <&vccsys>; |
---|
381 | 382 | regulator-compatible = "fan53555-reg"; |
---|
.. | .. |
---|
977 | 978 | |
---|
978 | 979 | soc_slppin_gpio: soc_slppin_gpio { |
---|
979 | 980 | rockchip,pins = |
---|
980 | | - <0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low_pull_down>; |
---|
| 981 | + <0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low>; |
---|
981 | 982 | }; |
---|
982 | 983 | |
---|
983 | 984 | soc_slppin_slp: soc_slppin_slp { |
---|
984 | 985 | rockchip,pins = |
---|
985 | | - <0 RK_PA2 1 &pcfg_pull_up>; |
---|
| 986 | + <0 RK_PA2 1 &pcfg_pull_none>; |
---|
986 | 987 | }; |
---|
987 | 988 | |
---|
988 | 989 | soc_slppin_rst: soc_slppin_rst { |
---|
.. | .. |
---|
1104 | 1105 | |
---|
1105 | 1106 | &sdhci { |
---|
1106 | 1107 | bus-width = <8>; |
---|
1107 | | - supports-emmc; |
---|
| 1108 | + no-sdio; |
---|
| 1109 | + no-sd; |
---|
1108 | 1110 | non-removable; |
---|
1109 | 1111 | max-frequency = <200000000>; |
---|
1110 | 1112 | status = "okay"; |
---|
.. | .. |
---|
1112 | 1114 | |
---|
1113 | 1115 | &sdmmc1 { |
---|
1114 | 1116 | max-frequency = <150000000>; |
---|
1115 | | - supports-sdio; |
---|
| 1117 | + no-sd; |
---|
| 1118 | + no-mmc; |
---|
1116 | 1119 | bus-width = <4>; |
---|
1117 | 1120 | disable-wp; |
---|
1118 | 1121 | cap-sd-highspeed; |
---|