| .. | .. |
|---|
| 78 | 78 | vin-supply = <&vcc_io>; |
|---|
| 79 | 79 | }; |
|---|
| 80 | 80 | |
|---|
| 81 | + vcc50_hdmi: vcc50-hdmi { |
|---|
| 82 | + compatible = "regulator-fixed"; |
|---|
| 83 | + regulator-name = "vcc50_hdmi"; |
|---|
| 84 | + enable-active-high; |
|---|
| 85 | + gpio = <&gpio7 RK_PB4 GPIO_ACTIVE_HIGH>; /* HDMI_EN */ |
|---|
| 86 | + pinctrl-names = "default"; |
|---|
| 87 | + pinctrl-0 = <&vcc50_hdmi_en>; |
|---|
| 88 | + regulator-always-on; |
|---|
| 89 | + regulator-boot-on; |
|---|
| 90 | + vin-supply = <&vsus_5v>; |
|---|
| 91 | + }; |
|---|
| 92 | + |
|---|
| 81 | 93 | vusb1_5v: vusb1-5v { |
|---|
| 82 | 94 | compatible = "regulator-fixed"; |
|---|
| 83 | 95 | regulator-name = "vusb1_5v"; |
|---|
| .. | .. |
|---|
| 87 | 99 | pinctrl-0 = <&otg_vbus_drv>; |
|---|
| 88 | 100 | regulator-min-microvolt = <5000000>; |
|---|
| 89 | 101 | regulator-max-microvolt = <5000000>; |
|---|
| 90 | | - regulator-always-on; |
|---|
| 91 | | - regulator-boot-on; |
|---|
| 92 | 102 | vin-supply = <&vsus_5v>; |
|---|
| 93 | 103 | }; |
|---|
| 94 | 104 | |
|---|
| .. | .. |
|---|
| 115 | 125 | }; |
|---|
| 116 | 126 | |
|---|
| 117 | 127 | &cpu0 { |
|---|
| 118 | | - cpu0-supply = <&vdd_cpu>; |
|---|
| 128 | + cpu-supply = <&vdd_cpu>; |
|---|
| 129 | +}; |
|---|
| 130 | + |
|---|
| 131 | +&cpu1 { |
|---|
| 132 | + cpu-supply = <&vdd_cpu>; |
|---|
| 133 | +}; |
|---|
| 134 | + |
|---|
| 135 | +&cpu2 { |
|---|
| 136 | + cpu-supply = <&vdd_cpu>; |
|---|
| 137 | +}; |
|---|
| 138 | + |
|---|
| 139 | +&cpu3 { |
|---|
| 140 | + cpu-supply = <&vdd_cpu>; |
|---|
| 119 | 141 | }; |
|---|
| 120 | 142 | |
|---|
| 121 | 143 | &emmc { |
|---|
| 122 | 144 | bus-width = <8>; |
|---|
| 123 | 145 | cap-mmc-highspeed; |
|---|
| 124 | | - disable-wp; |
|---|
| 125 | 146 | non-removable; |
|---|
| 126 | 147 | pinctrl-names = "default"; |
|---|
| 127 | 148 | pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_pwr &emmc_bus8>; |
|---|
| .. | .. |
|---|
| 151 | 172 | }; |
|---|
| 152 | 173 | |
|---|
| 153 | 174 | &hdmi { |
|---|
| 154 | | - ddc-i2c-bus = <&i2c2>; |
|---|
| 175 | + ddc-i2c-bus = <&i2c5>; |
|---|
| 155 | 176 | status = "okay"; |
|---|
| 156 | 177 | }; |
|---|
| 157 | 178 | |
|---|
| .. | .. |
|---|
| 287 | 308 | }; |
|---|
| 288 | 309 | }; |
|---|
| 289 | 310 | |
|---|
| 290 | | - vcc10_lcd: LDO_REG6 { |
|---|
| 291 | | - regulator-name = "vcc10_lcd"; |
|---|
| 311 | + vdd10_lcd: LDO_REG6 { |
|---|
| 312 | + regulator-name = "vdd10_lcd"; |
|---|
| 292 | 313 | regulator-min-microvolt = <1000000>; |
|---|
| 293 | 314 | regulator-max-microvolt = <1000000>; |
|---|
| 294 | 315 | regulator-always-on; |
|---|
| 295 | 316 | regulator-boot-on; |
|---|
| 296 | 317 | regulator-state-mem { |
|---|
| 297 | 318 | regulator-on-in-suspend; |
|---|
| 298 | | - regulator-suspend-microvolt = <1800000>; |
|---|
| 319 | + regulator-suspend-microvolt = <1000000>; |
|---|
| 299 | 320 | }; |
|---|
| 300 | 321 | }; |
|---|
| 301 | 322 | |
|---|
| .. | .. |
|---|
| 344 | 365 | }; |
|---|
| 345 | 366 | }; |
|---|
| 346 | 367 | |
|---|
| 347 | | -&i2c2 { |
|---|
| 368 | +&i2c5 { |
|---|
| 348 | 369 | status = "okay"; |
|---|
| 349 | 370 | }; |
|---|
| 350 | 371 | |
|---|
| .. | .. |
|---|
| 401 | 422 | }; |
|---|
| 402 | 423 | |
|---|
| 403 | 424 | &usb_otg { |
|---|
| 425 | + vbus-supply = <&vusb1_5v>; |
|---|
| 404 | 426 | status = "okay"; |
|---|
| 405 | 427 | }; |
|---|
| 406 | 428 | |
|---|
| .. | .. |
|---|
| 443 | 465 | }; |
|---|
| 444 | 466 | }; |
|---|
| 445 | 467 | |
|---|
| 468 | + hdmi { |
|---|
| 469 | + vcc50_hdmi_en: vcc50-hdmi-en { |
|---|
| 470 | + rockchip,pins = <7 RK_PB4 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 471 | + }; |
|---|
| 472 | + }; |
|---|
| 473 | + |
|---|
| 446 | 474 | pmic { |
|---|
| 447 | 475 | pmic_int: pmic-int { |
|---|
| 448 | 476 | rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO &pcfg_pull_up>; |
|---|