|
515 | 515 | mali-supply = <&vdd_gpu>;
|
516 | 516 | };
|
517 | 517 |
|
518 |
| -&i2c0 { |
| 518 | +&i2c4 { |
519 | 519 | status = "okay";
|
520 | 520 | i2c-scl-rising-time-ns = <168>;
|
521 | 521 | i2c-scl-falling-time-ns = <4>;
|
|
528 | 528 | regulator-compatible = "fan53555-reg";
|
529 | 529 | pinctrl-names = "default";
|
530 | 530 | pinctrl-0 = <&vsel1_gpio>;
|
531 |
| - vsel-gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>; |
| 531 | + vsel-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; /* GPIO1_B5 */ |
532 | 532 | regulator-name = "vdd_cpu_b";
|
533 | 533 | regulator-min-microvolt = <712500>;
|
534 | 534 | regulator-max-microvolt = <1500000>;
|
|
549 | 549 | regulator-compatible = "fan53555-reg";
|
550 | 550 | pinctrl-names = "default";
|
551 | 551 | pinctrl-0 = <&vsel2_gpio>;
|
552 |
| - vsel-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>; |
| 552 | + sel-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;/* GPIO0_B5 */ |
553 | 553 | regulator-name = "vdd_gpu";
|
554 | 554 | regulator-min-microvolt = <712500>;
|
555 | 555 | regulator-max-microvolt = <1500000>;
|
|
567 | 567 | compatible = "rockchip,rk808";
|
568 | 568 | reg = <0x1b>;
|
569 | 569 | interrupt-parent = <&gpio1>;
|
570 |
| - interrupts = <21 IRQ_TYPE_LEVEL_LOW>; |
| 570 | + interrupts = <22 IRQ_TYPE_LEVEL_LOW>; |
571 | 571 | pinctrl-names = "default";
|
572 | 572 | pinctrl-0 = <&pmic_int_l &pmic_dvs2>;
|
573 | 573 | rockchip,system-power-controller;
|
|
634 | 634 | };
|
635 | 635 | };
|
636 | 636 |
|
637 |
| - vcc1v8_dvp: LDO_REG1 { |
| 637 | + vcc1v8_apio2: LDO_REG1 { |
638 | 638 | regulator-always-on;
|
639 | 639 | regulator-boot-on;
|
640 | 640 | regulator-min-microvolt = <1800000>;
|
641 | 641 | regulator-max-microvolt = <1800000>;
|
642 |
| - regulator-name = "vcc1v8_dvp"; |
| 642 | + regulator-name = "vcc1v8_apio2"; |
643 | 643 | regulator-state-mem {
|
644 | 644 | regulator-off-in-suspend;
|
645 | 645 | };
|
646 | 646 | };
|
647 | 647 |
|
648 |
| - vcc3v0_tp: LDO_REG2 { |
| 648 | + vcc1v8_efuse: LDO_REG2 { |
649 | 649 | regulator-always-on;
|
650 | 650 | regulator-boot-on;
|
651 |
| - regulator-min-microvolt = <3000000>; |
652 |
| - regulator-max-microvolt = <3000000>; |
653 |
| - regulator-name = "vcc3v0_tp"; |
| 651 | + regulator-min-microvolt = <1800000>; |
| 652 | + regulator-max-microvolt = <1800000>; |
| 653 | + regulator-name = "vcc1v8_efuse"; |
654 | 654 | regulator-state-mem {
|
655 | 655 | regulator-off-in-suspend;
|
656 | 656 | };
|
|
680 | 680 | };
|
681 | 681 | };
|
682 | 682 |
|
683 |
| - vcca3v0_codec: LDO_REG5 { |
| 683 | + vcc_vldo5: LDO_REG5 { |
684 | 684 | regulator-always-on;
|
685 | 685 | regulator-boot-on;
|
686 | 686 | regulator-min-microvolt = <3000000>;
|
687 | 687 | regulator-max-microvolt = <3000000>;
|
688 |
| - regulator-name = "vcca3v0_codec"; |
| 688 | + regulator-name = "vcc_vldo5"; |
689 | 689 | regulator-state-mem {
|
690 | 690 | regulator-off-in-suspend;
|
691 | 691 | };
|
|
747 | 747 | };
|
748 | 748 | };
|
749 | 749 |
|
750 |
| -&i2c4 { |
| 750 | +&i2c8 { |
751 | 751 | status = "okay";
|
752 | 752 | i2c-scl-rising-time-ns = <475>;
|
753 | 753 | i2c-scl-falling-time-ns = <26>;
|
|
1027 | 1027 | pmic {
|
1028 | 1028 | pmic_int_l: pmic-int-l {
|
1029 | 1029 | rockchip,pins =
|
1030 |
| - <1 21 RK_FUNC_GPIO &pcfg_pull_up>; |
| 1030 | + <1 22 RK_FUNC_GPIO &pcfg_pull_up>; |
1031 | 1031 | };
|
1032 | 1032 |
|
1033 | 1033 | pmic_dvs2: pmic-dvs2 {
|
|
1036 | 1036 | };
|
1037 | 1037 | vsel1_gpio: vsel1-gpio {
|
1038 | 1038 | rockchip,pins =
|
1039 |
| - <1 17 RK_FUNC_GPIO &pcfg_pull_down>; |
| 1039 | + <1 13 RK_FUNC_GPIO &pcfg_pull_down>; |
1040 | 1040 | };
|
1041 | 1041 | vsel2_gpio: vsel2-gpio {
|
1042 | 1042 | rockchip,pins =
|
1043 |
| - <1 14 RK_FUNC_GPIO &pcfg_pull_down>; |
| 1043 | + <0 13 RK_FUNC_GPIO &pcfg_pull_down>; |
1044 | 1044 | };
|
1045 | 1045 | };
|
1046 | 1046 |
|
|
0 commit comments