|
60 | 60 | };
|
61 | 61 | };
|
62 | 62 |
|
63 |
| - vcc12v_dcin: vcc12v-dcin { |
| 63 | + vcc12v_dcin: vcc12v-dcin-regulator { |
64 | 64 | compatible = "regulator-fixed";
|
65 | 65 | regulator-name = "vcc12v_dcin";
|
66 | 66 | regulator-always-on;
|
|
79 | 79 | vin-supply = <&vcc5v0_sys>;
|
80 | 80 | };
|
81 | 81 |
|
82 |
| - vcc3v3_sys: vcc3v3-sys { |
| 82 | + vcc3v3_sys: vcc3v3-sys-regulator { |
83 | 83 | compatible = "regulator-fixed";
|
84 | 84 | regulator-name = "vcc3v3_sys";
|
85 | 85 | regulator-always-on;
|
|
89 | 89 | vin-supply = <&vcc12v_dcin>;
|
90 | 90 | };
|
91 | 91 |
|
92 |
| - vcc5v0_sys: vcc5v0-sys { |
| 92 | + vcc5v0_sys: vcc5v0-sys-regulator { |
93 | 93 | compatible = "regulator-fixed";
|
94 | 94 | regulator-name = "vcc5v0_sys";
|
95 | 95 | regulator-always-on;
|
|
99 | 99 | vin-supply = <&vcc12v_dcin>;
|
100 | 100 | };
|
101 | 101 |
|
102 |
| - vcc5v0_usb: vcc5v0-usb { |
| 102 | + vcc5v0_usb: vcc5v0-usb-regulator { |
103 | 103 | compatible = "regulator-fixed";
|
104 | 104 | regulator-name = "vcc5v0_usb";
|
105 | 105 | regulator-always-on;
|
|
109 | 109 | vin-supply = <&vcc12v_dcin>;
|
110 | 110 | };
|
111 | 111 |
|
112 |
| - vcc5v0_usb_host: vcc5v0-usb-host { |
| 112 | + vcc5v0_usb_host: vcc5v0-usb-host-regulator { |
113 | 113 | compatible = "regulator-fixed";
|
114 | 114 | enable-active-high;
|
115 | 115 | gpio = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>;
|
|
144 | 144 | vin-supply = <&vcc5v0_usb>;
|
145 | 145 | };
|
146 | 146 |
|
147 |
| - vcc_cam: vcc-cam { |
| 147 | + vcc_cam: vcc-cam-regulator { |
148 | 148 | compatible = "regulator-fixed";
|
149 | 149 | enable-active-high;
|
150 | 150 | gpio = <&gpio1 RK_PB1 GPIO_ACTIVE_HIGH>;
|
|
160 | 160 | };
|
161 | 161 | };
|
162 | 162 |
|
163 |
| - vcc_mipi: vcc-mipi { |
| 163 | + vcc_mipi: vcc-mipi-regulator { |
164 | 164 | compatible = "regulator-fixed";
|
165 | 165 | enable-active-high;
|
166 | 166 | gpio = <&gpio3 RK_PC0 GPIO_ACTIVE_HIGH>;
|
|
0 commit comments