|
23 | 23 |
|
24 | 24 | backlight: backlight { |
25 | 25 | compatible = "pwm-backlight"; |
26 | | - enable-gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; |
| 26 | + enable-gpios = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>; |
27 | 27 | pwms = <&pwm0 0 740740 0>; |
28 | 28 | brightness-levels = < |
29 | 29 | 0 1 2 3 4 5 6 7 |
|
74 | 74 | * - SDIO_RESET_L_WL_REG_ON |
75 | 75 | * - PDN (power down when low) |
76 | 76 | */ |
77 | | - reset-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>; |
| 77 | + reset-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>; // TODO? |
78 | 78 | }; |
79 | 79 |
|
80 | 80 | vcc1v8_s0: vcc1v8-s0 { |
|
115 | 115 |
|
116 | 116 | vcc5v0_host: vcc5v0-host-regulator { |
117 | 117 | compatible = "regulator-fixed"; |
118 | | - gpio = <&gpio4 RK_PC5 GPIO_ACTIVE_HIGH>; |
| 118 | + gpio = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; |
119 | 119 | pinctrl-names = "default"; |
120 | 120 | pinctrl-0 = <&host_vbus_drv>; |
121 | 121 | regulator-name = "vcc5v0_host"; |
|
124 | 124 | vcc5v0_usb3_host: vcc5v0-usb3-host-regulator { |
125 | 125 | compatible = "regulator-fixed"; |
126 | 126 | enable-active-high; |
127 | | - gpio = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>; |
| 127 | + gpio = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>; |
128 | 128 | pinctrl-names = "default"; |
129 | 129 | pinctrl-0 = <&host_usb3_drv>; |
130 | 130 | regulator-name = "vcc5v0_usb3_host"; |
|
393 | 393 |
|
394 | 394 | pmic { |
395 | 395 | pmic_int_l: pmic-int-l { |
396 | | - rockchip,pins = <1 RK_PC5 RK_FUNC_GPIO &pcfg_pull_up>; |
| 396 | + rockchip,pins = <3 RK_PB2 RK_FUNC_GPIO &pcfg_pull_up>; |
397 | 397 | }; |
398 | 398 | }; |
399 | 399 |
|
400 | 400 | usb2 { |
401 | 401 | host_vbus_drv: host-vbus-drv { |
402 | | - rockchip,pins = <4 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>; |
| 402 | + rockchip,pins = <4 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>; |
403 | 403 | }; |
404 | 404 |
|
405 | 405 | host_usb3_drv: host-usb3-drv { |
406 | | - rockchip,pins = <0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>; |
| 406 | + rockchip,pins = <1 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>; |
407 | 407 | }; |
408 | 408 | }; |
409 | 409 | }; |
|
0 commit comments