|
47 | 47 | vin-supply = <&vcc5v0_sys>;
|
48 | 48 | };
|
49 | 49 |
|
| 50 | + /* actually fed by vcc5v0_sys, dependent |
| 51 | + * on pi6c clock generator |
| 52 | + */ |
50 | 53 | vcc3v3_minipcie: vcc3v3-minipcie-regulator {
|
51 | 54 | compatible = "regulator-fixed";
|
52 | 55 | enable-active-high;
|
53 | 56 | gpio = <&gpio3 RK_PA7 GPIO_ACTIVE_HIGH>;
|
54 | 57 | pinctrl-names = "default";
|
55 | 58 | pinctrl-0 = <&minipcie_enable_h>;
|
56 | 59 | regulator-name = "vcc3v3_minipcie";
|
57 |
| - regulator-min-microvolt = <5000000>; |
58 |
| - regulator-max-microvolt = <5000000>; |
59 |
| - vin-supply = <&vcc5v0_sys>; |
| 60 | + regulator-min-microvolt = <3300000>; |
| 61 | + regulator-max-microvolt = <3300000>; |
| 62 | + vin-supply = <&vcc3v3_pi6c_05>; |
60 | 63 | };
|
61 | 64 |
|
62 | 65 | vcc3v3_ngff: vcc3v3-ngff-regulator {
|
|
71 | 74 | vin-supply = <&vcc5v0_sys>;
|
72 | 75 | };
|
73 | 76 |
|
74 |
| - /* actually fed by vcc5v0_sys, dependent |
75 |
| - * on pi6c clock generator |
76 |
| - */ |
77 | 77 | vcc3v3_pcie30x1: vcc3v3-pcie30x1-regulator {
|
78 | 78 | compatible = "regulator-fixed";
|
79 | 79 | enable-active-high;
|
|
83 | 83 | regulator-name = "vcc3v3_pcie30x1";
|
84 | 84 | regulator-min-microvolt = <3300000>;
|
85 | 85 | regulator-max-microvolt = <3300000>;
|
86 |
| - vin-supply = <&vcc3v3_pi6c_05>; |
| 86 | + vin-supply = <&vcc5v0_sys>; |
87 | 87 | };
|
88 | 88 |
|
89 | 89 | vcc3v3_pi6c_05: vcc3v3-pi6c-05-regulator {
|
|
117 | 117 | pinctrl-names = "default";
|
118 | 118 | pinctrl-0 = <&pcie30x1m0_pins>;
|
119 | 119 | reset-gpios = <&gpio0 RK_PC3 GPIO_ACTIVE_HIGH>;
|
120 |
| - vpcie3v3-supply = <&vcc3v3_pcie30x1>; |
| 120 | + vpcie3v3-supply = <&vcc3v3_minipcie>; |
121 | 121 | status = "okay";
|
122 | 122 | };
|
123 | 123 |
|
|
0 commit comments