David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 1 | /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 2 | * |
| 3 | * This program is free software; you can redistribute it and/or modify |
| 4 | * it under the terms of the GNU General Public License version 2 and |
| 5 | * only version 2 as published by the Free Software Foundation. |
| 6 | * |
| 7 | * This program is distributed in the hope that it will be useful, |
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 | * GNU General Public License for more details. |
| 11 | */ |
| 12 | |
| 13 | |
| 14 | /* QPNP controlled regulators: */ |
| 15 | |
| 16 | &spmi_bus { |
| 17 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 18 | qcom,pma8084@1 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 19 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 20 | pma8084_s3: regulator@1a00 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 21 | regulator-min-microvolt = <1350000>; |
| 22 | regulator-max-microvolt = <1350000>; |
| 23 | qcom,enable-time = <500>; |
| 24 | qcom,pull-down-enable = <1>; |
| 25 | regulator-always-on; |
| 26 | qcom,system-load = <100000>; |
| 27 | status = "okay"; |
| 28 | }; |
| 29 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 30 | pma8084_s4: regulator@1d00 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 31 | regulator-min-microvolt = <1800000>; |
| 32 | regulator-max-microvolt = <1800000>; |
| 33 | qcom,enable-time = <500>; |
| 34 | qcom,pull-down-enable = <1>; |
| 35 | regulator-always-on; |
| 36 | qcom,system-load = <100000>; |
| 37 | status = "okay"; |
| 38 | }; |
| 39 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 40 | pma8084_s5: regulator@2000 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 41 | regulator-min-microvolt = <2150000>; |
| 42 | regulator-max-microvolt = <2150000>; |
| 43 | qcom,enable-time = <500>; |
| 44 | qcom,pull-down-enable = <1>; |
| 45 | status = "okay"; |
| 46 | }; |
| 47 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 48 | pma8084_s6: regulator@2300 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 49 | regulator-min-microvolt = <900000>; |
| 50 | regulator-max-microvolt = <900000>; |
| 51 | qcom,enable-time = <500>; |
| 52 | qcom,pull-down-enable = <1>; |
| 53 | status = "okay"; |
| 54 | }; |
| 55 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 56 | pma8084_s7: regulator@2600 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 57 | regulator-min-microvolt = <900000>; |
| 58 | regulator-max-microvolt = <900000>; |
| 59 | qcom,enable-time = <500>; |
| 60 | qcom,pull-down-enable = <1>; |
| 61 | status = "okay"; |
| 62 | }; |
| 63 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 64 | pma8084_s8: regulator@2900 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 65 | regulator-min-microvolt = <900000>; |
| 66 | regulator-max-microvolt = <900000>; |
| 67 | qcom,enable-time = <500>; |
| 68 | qcom,pull-down-enable = <1>; |
| 69 | status = "okay"; |
| 70 | }; |
| 71 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 72 | pma8084_l1: regulator@4000 { |
| 73 | parent-supply = <&pma8084_s3>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 74 | regulator-min-microvolt = <1225000>; |
| 75 | regulator-max-microvolt = <1225000>; |
| 76 | qcom,enable-time = <200>; |
| 77 | qcom,pull-down-enable = <1>; |
| 78 | regulator-always-on; |
| 79 | qcom,system-load = <10000>; |
| 80 | status = "okay"; |
| 81 | }; |
| 82 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 83 | pma8084_l2: regulator@4100 { |
| 84 | parent-supply = <&pma8084_s3>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 85 | regulator-min-microvolt = <900000>; |
| 86 | regulator-max-microvolt = <900000>; |
| 87 | qcom,enable-time = <200>; |
| 88 | qcom,pull-down-enable = <1>; |
| 89 | status = "okay"; |
| 90 | }; |
| 91 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 92 | pma8084_l3: regulator@4200 { |
| 93 | parent-supply = <&pma8084_s3>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 94 | regulator-min-microvolt = <1200000>; |
| 95 | regulator-max-microvolt = <1200000>; |
| 96 | qcom,enable-time = <200>; |
| 97 | qcom,pull-down-enable = <1>; |
| 98 | status = "okay"; |
| 99 | }; |
| 100 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 101 | pma8084_l4: regulator@4300 { |
| 102 | parent-supply = <&pma8084_s3>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 103 | regulator-min-microvolt = <1000000>; |
| 104 | regulator-max-microvolt = <1000000>; |
| 105 | qcom,enable-time = <200>; |
| 106 | qcom,pull-down-enable = <1>; |
| 107 | status = "okay"; |
| 108 | }; |
| 109 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 110 | pma8084_l6: regulator@4500 { |
| 111 | parent-supply = <&pma8084_s5>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 112 | regulator-min-microvolt = <1800000>; |
| 113 | regulator-max-microvolt = <1800000>; |
| 114 | qcom,enable-time = <200>; |
| 115 | qcom,pull-down-enable = <1>; |
| 116 | status = "okay"; |
| 117 | }; |
| 118 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 119 | pma8084_l8: regulator@4700 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 120 | regulator-min-microvolt = <1800000>; |
| 121 | regulator-max-microvolt = <1800000>; |
| 122 | qcom,enable-time = <200>; |
| 123 | qcom,pull-down-enable = <1>; |
| 124 | status = "okay"; |
| 125 | }; |
| 126 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 127 | pma8084_l9: regulator@4800 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 128 | regulator-min-microvolt = <1800000>; |
| 129 | regulator-max-microvolt = <2950000>; |
| 130 | qcom,enable-time = <200>; |
| 131 | qcom,pull-down-enable = <1>; |
| 132 | status = "okay"; |
| 133 | }; |
| 134 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 135 | pma8084_l10: regulator@4900 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 136 | regulator-min-microvolt = <2000000>; |
| 137 | regulator-max-microvolt = <2000000>; |
| 138 | qcom,enable-time = <200>; |
| 139 | qcom,pull-down-enable = <1>; |
| 140 | status = "okay"; |
| 141 | }; |
| 142 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 143 | pma8084_l11: regulator@4a00 { |
| 144 | parent-supply = <&pma8084_s3>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 145 | regulator-min-microvolt = <1300000>; |
| 146 | regulator-max-microvolt = <1300000>; |
| 147 | qcom,enable-time = <200>; |
| 148 | qcom,pull-down-enable = <1>; |
| 149 | status = "okay"; |
| 150 | }; |
| 151 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 152 | pma8084_l12: regulator@4b00 { |
| 153 | parent-supply = <&pma8084_s5>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 154 | regulator-min-microvolt = <1800000>; |
| 155 | regulator-max-microvolt = <1800000>; |
| 156 | qcom,enable-time = <200>; |
| 157 | qcom,pull-down-enable = <1>; |
| 158 | status = "okay"; |
| 159 | }; |
| 160 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 161 | pma8084_l13: regulator@4c00 { |
Sujit Reddy Thumma | 24f6670 | 2012-10-29 13:41:37 +0530 | [diff] [blame] | 162 | regulator-min-microvolt = <1800000>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 163 | regulator-max-microvolt = <2950000>; |
| 164 | qcom,enable-time = <200>; |
| 165 | qcom,pull-down-enable = <1>; |
| 166 | status = "okay"; |
| 167 | }; |
| 168 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 169 | pma8084_l14: regulator@4d00 { |
| 170 | parent-supply = <&pma8084_s5>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 171 | regulator-min-microvolt = <1000000>; |
| 172 | regulator-max-microvolt = <1000000>; |
| 173 | qcom,enable-time = <200>; |
| 174 | qcom,pull-down-enable = <1>; |
| 175 | status = "okay"; |
| 176 | }; |
| 177 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 178 | pma8084_l15: regulator@4e00 { |
| 179 | parent-supply = <&pma8084_s5>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 180 | regulator-min-microvolt = <1800000>; |
| 181 | regulator-max-microvolt = <1800000>; |
| 182 | qcom,enable-time = <200>; |
| 183 | qcom,pull-down-enable = <1>; |
| 184 | status = "okay"; |
| 185 | }; |
| 186 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 187 | pma8084_l16: regulator@4f00 { |
| 188 | parent-supply = <&pma8084_s4>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 189 | regulator-min-microvolt = <750000>; |
| 190 | regulator-max-microvolt = <750000>; |
| 191 | qcom,enable-time = <200>; |
| 192 | qcom,pull-down-enable = <1>; |
| 193 | status = "okay"; |
| 194 | }; |
| 195 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 196 | pma8084_l17: regulator@5000 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 197 | regulator-min-microvolt = <3150000>; |
| 198 | regulator-max-microvolt = <3150000>; |
| 199 | qcom,enable-time = <200>; |
| 200 | qcom,pull-down-enable = <1>; |
| 201 | regulator-always-on; |
| 202 | qcom,system-load = <100000>; |
| 203 | status = "okay"; |
| 204 | }; |
| 205 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 206 | pma8084_l18: regulator@5100 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 207 | regulator-min-microvolt = <2850000>; |
| 208 | regulator-max-microvolt = <2850000>; |
| 209 | qcom,enable-time = <200>; |
| 210 | qcom,pull-down-enable = <1>; |
| 211 | status = "okay"; |
| 212 | }; |
| 213 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 214 | pma8084_l19: regulator@5200 { |
| 215 | parent-supply = <&pma8084_s4>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 216 | regulator-min-microvolt = <1500000>; |
| 217 | regulator-max-microvolt = <1500000>; |
| 218 | qcom,enable-time = <200>; |
| 219 | qcom,pull-down-enable = <1>; |
| 220 | status = "okay"; |
| 221 | }; |
| 222 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 223 | pma8084_l20: regulator@5300 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 224 | regulator-min-microvolt = <2950000>; |
| 225 | regulator-max-microvolt = <2950000>; |
| 226 | qcom,enable-time = <200>; |
| 227 | qcom,pull-down-enable = <1>; |
| 228 | status = "okay"; |
| 229 | }; |
| 230 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 231 | pma8084_l21: regulator@5400 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 232 | regulator-min-microvolt = <2950000>; |
| 233 | regulator-max-microvolt = <2950000>; |
| 234 | qcom,enable-time = <200>; |
| 235 | qcom,pull-down-enable = <1>; |
| 236 | status = "okay"; |
| 237 | }; |
| 238 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 239 | pma8084_l22: regulator@5500 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 240 | regulator-min-microvolt = <2500000>; |
| 241 | regulator-max-microvolt = <2500000>; |
| 242 | qcom,enable-time = <200>; |
| 243 | qcom,pull-down-enable = <1>; |
| 244 | status = "okay"; |
| 245 | }; |
| 246 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 247 | pma8084_l23: regulator@5600 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 248 | regulator-min-microvolt = <3000000>; |
| 249 | regulator-max-microvolt = <3000000>; |
| 250 | qcom,enable-time = <200>; |
| 251 | qcom,pull-down-enable = <1>; |
| 252 | status = "okay"; |
| 253 | }; |
| 254 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 255 | pma8084_l24: regulator@5700 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 256 | regulator-min-microvolt = <3075000>; |
| 257 | regulator-max-microvolt = <3075000>; |
| 258 | qcom,enable-time = <200>; |
| 259 | qcom,pull-down-enable = <1>; |
| 260 | status = "okay"; |
| 261 | }; |
| 262 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 263 | pma8084_lvs1: regulator@8000 { |
| 264 | parent-supply = <&pma8084_s4>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 265 | qcom,enable-time = <200>; |
| 266 | qcom,pull-down-enable = <1>; |
| 267 | status = "okay"; |
| 268 | }; |
| 269 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 270 | pma8084_lvs2: regulator@8100 { |
| 271 | parent-supply = <&pma8084_s4>; |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 272 | qcom,enable-time = <200>; |
| 273 | qcom,pull-down-enable = <1>; |
| 274 | status = "okay"; |
| 275 | }; |
| 276 | |
David Collins | 819bebf | 2013-04-22 14:55:19 -0700 | [diff] [blame] | 277 | pma8084_mvs1: regulator@8400 { |
Ravi Kumar V | d9e522c | 2012-10-03 12:52:14 +0530 | [diff] [blame] | 278 | qcom,enable-time = <200>; |
| 279 | qcom,pull-down-enable = <1>; |
| 280 | status = "okay"; |
| 281 | }; |
| 282 | }; |
| 283 | }; |
| 284 | |