|
84 | 84 | }; |
85 | 85 | }; |
86 | 86 |
|
87 | | - vcc12v_dcin: vcc12v-dcin { |
| 87 | + vcc12v_dcin: regulator-vcc12v-dcin { |
88 | 88 | compatible = "regulator-fixed"; |
89 | 89 | regulator-name = "vcc12v_dcin"; |
90 | 90 | regulator-min-microvolt = <12000000>; |
|
93 | 93 | regulator-boot-on; |
94 | 94 | }; |
95 | 95 |
|
96 | | - vcc5v0_sys: vcc5v0-sys { |
| 96 | + vcc5v0_sys: regulator-vcc5v0-sys { |
97 | 97 | compatible = "regulator-fixed"; |
98 | 98 | regulator-name = "vcc5v0_sys"; |
99 | 99 | regulator-min-microvolt = <5000000>; |
|
103 | 103 | vin-supply = <&vcc12v_dcin>; |
104 | 104 | }; |
105 | 105 |
|
106 | | - vccio_sdio: vcc_1v8: vcc-1v8 { |
| 106 | + vccio_sdio: vcc_1v8: regulator-vcc-1v8 { |
107 | 107 | compatible = "regulator-fixed"; |
108 | 108 | regulator-name = "vcc_1v8"; |
109 | 109 | regulator-min-microvolt = <1800000>; |
|
113 | 113 | vin-supply = <&vcc_io>; |
114 | 114 | }; |
115 | 115 |
|
116 | | - vcc_ddr: vcc-ddr { |
| 116 | + vcc_ddr: regulator-vcc-ddr { |
117 | 117 | compatible = "regulator-fixed"; |
118 | 118 | regulator-name = "vcc_ddr"; |
119 | 119 | regulator-min-microvolt = <1500000>; |
|
123 | 123 | vin-supply = <&vcc5v0_sys>; |
124 | 124 | }; |
125 | 125 |
|
126 | | - vcc_io: vcc-io { |
| 126 | + vcc_io: regulator-vcc-io { |
127 | 127 | compatible = "regulator-fixed"; |
128 | 128 | regulator-name = "vcc_io"; |
129 | 129 | regulator-min-microvolt = <3300000>; |
|
133 | 133 | vin-supply = <&vcc5v0_sys>; |
134 | 134 | }; |
135 | 135 |
|
136 | | - vccio_flash: vccio-flash { |
| 136 | + vccio_flash: regulator-vccio-flash { |
137 | 137 | compatible = "regulator-fixed"; |
138 | 138 | regulator-name = "vccio_flash"; |
139 | 139 | regulator-min-microvolt = <3300000>; |
|
143 | 143 | vin-supply = <&vcc_io>; |
144 | 144 | }; |
145 | 145 |
|
146 | | - vcc5v0_host: vcc5v0-host { |
| 146 | + vcc5v0_host: regulator-vcc5v0-host { |
147 | 147 | compatible = "regulator-fixed"; |
148 | 148 | gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>; |
149 | 149 | enable-active-high; |
|
153 | 153 | vin-supply = <&vcc5v0_sys>; |
154 | 154 | }; |
155 | 155 |
|
156 | | - vdd_core: vdd-core { |
| 156 | + vdd_core: regulator-vdd-core { |
157 | 157 | compatible = "pwm-regulator"; |
158 | 158 | pwms = <&pwm0 0 5000 1>; |
159 | 159 | regulator-name = "vdd_core"; |
|
165 | 165 | pwm-supply = <&vcc5v0_sys>; |
166 | 166 | }; |
167 | 167 |
|
168 | | - vdd_log: vdd-log { |
| 168 | + vdd_log: regulator-vdd-log { |
169 | 169 | compatible = "regulator-fixed"; |
170 | 170 | regulator-name = "vdd_log"; |
171 | 171 | regulator-min-microvolt = <1050000>; |
|
175 | 175 | vin-supply = <&vcc5v0_sys>; |
176 | 176 | }; |
177 | 177 |
|
178 | | - vdd_1v0: vdd-1v0 { |
| 178 | + vdd_1v0: regulator-vdd-1v0 { |
179 | 179 | compatible = "regulator-fixed"; |
180 | 180 | regulator-name = "vdd_1v0"; |
181 | 181 | regulator-min-microvolt = <1000000>; |
|
0 commit comments