aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/hrefv60plus.dts
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-09-25 07:04:51 -0400
committerLee Jones <lee.jones@linaro.org>2012-11-01 07:55:01 -0400
commit809efa565a83dee14ae44726a7a2766960a11b62 (patch)
treee10edb1c8a37179abe9088d679d1fd06aea719f3 /arch/arm/boot/dts/hrefv60plus.dts
parent8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (diff)
ARM: ux500: Move regulator-name properties out to board DTS files
Regulator supply names should be allocated by board rather than per SoC, as the same SoC could be wired differently on varying hardware. Here we push all regulator-name allocation out to the dbx5x0 subordinate board files; HREF and Snowball. Requested-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/hrefv60plus.dts')
-rw-r--r--arch/arm/boot/dts/hrefv60plus.dts132
1 files changed, 132 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts
index 2131d77dc9c9..e221320423e3 100644
--- a/arch/arm/boot/dts/hrefv60plus.dts
+++ b/arch/arm/boot/dts/hrefv60plus.dts
@@ -91,5 +91,137 @@
91 msp3: msp@80125000 { 91 msp3: msp@80125000 {
92 status = "okay"; 92 status = "okay";
93 }; 93 };
94
95 prcmu@80157000 {
96 db8500-prcmu-regulators {
97 db8500_vape_reg: db8500_vape {
98 regulator-name = "db8500-vape";
99 };
100
101 db8500_varm_reg: db8500_varm {
102 regulator-name = "db8500-varm";
103 };
104
105 db8500_vmodem_reg: db8500_vmodem {
106 regulator-name = "db8500-vmodem";
107 };
108
109 db8500_vpll_reg: db8500_vpll {
110 regulator-name = "db8500-vpll";
111 };
112
113 db8500_vsmps1_reg: db8500_vsmps1 {
114 regulator-name = "db8500-vsmps1";
115 };
116
117 db8500_vsmps2_reg: db8500_vsmps2 {
118 regulator-name = "db8500-vsmps2";
119 };
120
121 db8500_vsmps3_reg: db8500_vsmps3 {
122 regulator-name = "db8500-vsmps3";
123 };
124
125 db8500_vrf1_reg: db8500_vrf1 {
126 regulator-name = "db8500-vrf1";
127 };
128
129 db8500_sva_mmdsp_reg: db8500_sva_mmdsp {
130 regulator-name = "db8500-sva-mmdsp";
131 };
132
133 db8500_sva_mmdsp_ret_reg: db8500_sva_mmdsp_ret {
134 regulator-name = "db8500-sva-mmdsp-ret";
135 };
136
137 db8500_sva_pipe_reg: db8500_sva_pipe {
138 regulator-name = "db8500_sva_pipe";
139 };
140
141 db8500_sia_mmdsp_reg: db8500_sia_mmdsp {
142 regulator-name = "db8500_sia_mmdsp";
143 };
144
145 db8500_sia_mmdsp_ret_reg: db8500_sia_mmdsp_ret {
146 regulator-name = "db8500-sia-mmdsp-ret";
147 };
148
149 db8500_sia_pipe_reg: db8500_sia_pipe {
150 regulator-name = "db8500-sia-pipe";
151 };
152
153 db8500_sga_reg: db8500_sga {
154 regulator-name = "db8500-sga";
155 };
156
157 db8500_b2r2_mcde_reg: db8500_b2r2_mcde {
158 regulator-name = "db8500-b2r2-mcde";
159 };
160
161 db8500_esram12_reg: db8500_esram12 {
162 regulator-name = "db8500-esram12";
163 };
164
165 db8500_esram12_ret_reg: db8500_esram12_ret {
166 regulator-name = "db8500-esram12-ret";
167 };
168
169 db8500_esram34_reg: db8500_esram34 {
170 regulator-name = "db8500-esram34";
171 };
172
173 db8500_esram34_ret_reg: db8500_esram34_ret {
174 regulator-name = "db8500-esram34-ret";
175 };
176 };
177
178 ab8500@5 {
179 ab8500-regulators {
180 ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {
181 regulator-name = "V-DISPLAY";
182 };
183
184 ab8500_ldo_aux2_reg: ab8500_ldo_aux2 {
185 regulator-name = "V-eMMC1";
186 };
187
188 ab8500_ldo_aux3_reg: ab8500_ldo_aux3 {
189 regulator-name = "V-MMC-SD";
190 };
191
192 ab8500_ldo_initcore_reg: ab8500_ldo_initcore {
193 regulator-name = "V-INTCORE";
194 };
195
196 ab8500_ldo_tvout_reg: ab8500_ldo_tvout {
197 regulator-name = "V-TVOUT";
198 };
199
200 ab8500_ldo_usb_reg: ab8500_ldo_usb {
201 regulator-name = "dummy";
202 };
203
204 ab8500_ldo_audio_reg: ab8500_ldo_audio {
205 regulator-name = "V-AUD";
206 };
207
208 ab8500_ldo_anamic1_reg: ab8500_ldo_anamic1 {
209 regulator-name = "V-AMIC1";
210 };
211
212 ab8500_ldo_amamic2_reg: ab8500_ldo_amamic2 {
213 regulator-name = "V-AMIC2";
214 };
215
216 ab8500_ldo_dmic_reg: ab8500_ldo_dmic {
217 regulator-name = "V-DMIC";
218 };
219
220 ab8500_ldo_ana_reg: ab8500_ldo_ana {
221 regulator-name = "V-CSI/DSI";
222 };
223 };
224 };
225 };
94 }; 226 };
95}; 227};