| .. | .. |
|---|
| 265 | 265 | status = "okay"; |
|---|
| 266 | 266 | |
|---|
| 267 | 267 | vdd_cpu: tcs4525@1c { |
|---|
| 268 | | - compatible = "tcs,tcs452x"; |
|---|
| 268 | + compatible = "tcs,tcs4525"; |
|---|
| 269 | 269 | reg = <0x1c>; |
|---|
| 270 | 270 | vin-supply = <&vccsys>; |
|---|
| 271 | 271 | regulator-compatible = "fan53555-reg"; |
|---|
| .. | .. |
|---|
| 551 | 551 | max_input_current = <1500>; |
|---|
| 552 | 552 | max_chrg_current = <2000>; |
|---|
| 553 | 553 | max_chrg_voltage = <4300>; |
|---|
| 554 | | - chrg_term_mode = <1>; |
|---|
| 554 | + chrg_term_mode = <0>; |
|---|
| 555 | 555 | chrg_finish_cur = <300>; |
|---|
| 556 | 556 | virtual_power = <0>; |
|---|
| 557 | 557 | dc_det_adc = <0>; |
|---|
| .. | .. |
|---|
| 759 | 759 | |
|---|
| 760 | 760 | soc_slppin_gpio: soc_slppin_gpio { |
|---|
| 761 | 761 | rockchip,pins = |
|---|
| 762 | | - <0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low_pull_down>; |
|---|
| 762 | + <0 RK_PA2 RK_FUNC_GPIO &pcfg_output_low>; |
|---|
| 763 | 763 | }; |
|---|
| 764 | 764 | |
|---|
| 765 | 765 | soc_slppin_slp: soc_slppin_slp { |
|---|
| 766 | 766 | rockchip,pins = |
|---|
| 767 | | - <0 RK_PA2 1 &pcfg_pull_up>; |
|---|
| 767 | + <0 RK_PA2 1 &pcfg_pull_none>; |
|---|
| 768 | 768 | }; |
|---|
| 769 | 769 | |
|---|
| 770 | 770 | soc_slppin_rst: soc_slppin_rst { |
|---|
| .. | .. |
|---|
| 891 | 891 | |
|---|
| 892 | 892 | &sdhci { |
|---|
| 893 | 893 | bus-width = <8>; |
|---|
| 894 | | - supports-emmc; |
|---|
| 894 | + no-sdio; |
|---|
| 895 | + no-sd; |
|---|
| 895 | 896 | non-removable; |
|---|
| 896 | 897 | keep-power-in-suspend; |
|---|
| 897 | 898 | max-frequency = <200000000>; |
|---|
| .. | .. |
|---|
| 900 | 901 | |
|---|
| 901 | 902 | &sdmmc1 { |
|---|
| 902 | 903 | max-frequency = <150000000>; |
|---|
| 903 | | - supports-sdio; |
|---|
| 904 | + no-sd; |
|---|
| 905 | + no-mmc; |
|---|
| 904 | 906 | bus-width = <4>; |
|---|
| 905 | 907 | disable-wp; |
|---|
| 906 | 908 | cap-sd-highspeed; |
|---|