msm-pm8226-rpm-regulator.dtsi 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. /* Copyright (c) 2013, The Linux Foundation. All rights reserved.
  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. &rpm_bus {
  13. rpm-regulator-smpa1 {
  14. compatible = "qcom,rpm-regulator-smd-resource";
  15. qcom,resource-name = "smpa";
  16. qcom,resource-id = <1>;
  17. qcom,regulator-type = <1>;
  18. qcom,hpm-min-load = <100000>;
  19. status = "disabled";
  20. regulator-s1 {
  21. compatible = "qcom,rpm-regulator-smd";
  22. regulator-name = "8226_s1";
  23. qcom,set = <3>;
  24. status = "disabled";
  25. };
  26. };
  27. rpm-regulator-smpa3 {
  28. compatible = "qcom,rpm-regulator-smd-resource";
  29. qcom,resource-name = "smpa";
  30. qcom,resource-id = <3>;
  31. qcom,regulator-type = <1>;
  32. qcom,hpm-min-load = <100000>;
  33. status = "disabled";
  34. regulator-s3 {
  35. compatible = "qcom,rpm-regulator-smd";
  36. regulator-name = "8226_s3";
  37. qcom,set = <3>;
  38. status = "disabled";
  39. };
  40. };
  41. rpm-regulator-smpa4 {
  42. compatible = "qcom,rpm-regulator-smd-resource";
  43. qcom,resource-name = "smpa";
  44. qcom,resource-id = <4>;
  45. qcom,regulator-type = <1>;
  46. qcom,hpm-min-load = <100000>;
  47. status = "disabled";
  48. regulator-s4 {
  49. compatible = "qcom,rpm-regulator-smd";
  50. regulator-name = "8226_s4";
  51. qcom,set = <3>;
  52. status = "disabled";
  53. };
  54. };
  55. rpm-regulator-smpa5 {
  56. compatible = "qcom,rpm-regulator-smd-resource";
  57. qcom,resource-name = "smpa";
  58. qcom,resource-id = <5>;
  59. qcom,regulator-type = <1>;
  60. qcom,hpm-min-load = <100000>;
  61. status = "disabled";
  62. regulator-s5 {
  63. compatible = "qcom,rpm-regulator-smd";
  64. regulator-name = "8226_s5";
  65. qcom,set = <3>;
  66. status = "disabled";
  67. };
  68. };
  69. rpm-regulator-ldoa1 {
  70. compatible = "qcom,rpm-regulator-smd-resource";
  71. qcom,resource-name = "ldoa";
  72. qcom,resource-id = <1>;
  73. qcom,regulator-type = <0>;
  74. qcom,hpm-min-load = <10000>;
  75. status = "disabled";
  76. regulator-l1 {
  77. compatible = "qcom,rpm-regulator-smd";
  78. regulator-name = "8226_l1";
  79. qcom,set = <3>;
  80. status = "disabled";
  81. };
  82. };
  83. rpm-regulator-ldoa2 {
  84. compatible = "qcom,rpm-regulator-smd-resource";
  85. qcom,resource-name = "ldoa";
  86. qcom,resource-id = <2>;
  87. qcom,regulator-type = <0>;
  88. qcom,hpm-min-load = <10000>;
  89. status = "disabled";
  90. regulator-l2 {
  91. compatible = "qcom,rpm-regulator-smd";
  92. regulator-name = "8226_l2";
  93. qcom,set = <3>;
  94. status = "disabled";
  95. };
  96. };
  97. rpm-regulator-ldoa3 {
  98. compatible = "qcom,rpm-regulator-smd-resource";
  99. qcom,resource-name = "ldoa";
  100. qcom,resource-id = <3>;
  101. qcom,regulator-type = <0>;
  102. qcom,hpm-min-load = <10000>;
  103. status = "disabled";
  104. regulator-l3 {
  105. compatible = "qcom,rpm-regulator-smd";
  106. regulator-name = "8226_l3";
  107. qcom,set = <3>;
  108. status = "disabled";
  109. };
  110. };
  111. rpm-regulator-ldoa4 {
  112. compatible = "qcom,rpm-regulator-smd-resource";
  113. qcom,resource-name = "ldoa";
  114. qcom,resource-id = <4>;
  115. qcom,regulator-type = <0>;
  116. qcom,hpm-min-load = <10000>;
  117. status = "disabled";
  118. regulator-l4 {
  119. compatible = "qcom,rpm-regulator-smd";
  120. regulator-name = "8226_l4";
  121. qcom,set = <3>;
  122. status = "disabled";
  123. };
  124. };
  125. rpm-regulator-ldoa5 {
  126. compatible = "qcom,rpm-regulator-smd-resource";
  127. qcom,resource-name = "ldoa";
  128. qcom,resource-id = <5>;
  129. qcom,regulator-type = <0>;
  130. qcom,hpm-min-load = <10000>;
  131. status = "disabled";
  132. regulator-l5 {
  133. compatible = "qcom,rpm-regulator-smd";
  134. regulator-name = "8226_l5";
  135. qcom,set = <3>;
  136. status = "disabled";
  137. };
  138. };
  139. rpm-regulator-ldoa6 {
  140. compatible = "qcom,rpm-regulator-smd-resource";
  141. qcom,resource-name = "ldoa";
  142. qcom,resource-id = <6>;
  143. qcom,regulator-type = <0>;
  144. qcom,hpm-min-load = <10000>;
  145. status = "disabled";
  146. regulator-l6 {
  147. compatible = "qcom,rpm-regulator-smd";
  148. regulator-name = "8226_l6";
  149. qcom,set = <3>;
  150. status = "disabled";
  151. };
  152. };
  153. rpm-regulator-ldoa7 {
  154. compatible = "qcom,rpm-regulator-smd-resource";
  155. qcom,resource-name = "ldoa";
  156. qcom,resource-id = <7>;
  157. qcom,regulator-type = <0>;
  158. qcom,hpm-min-load = <10000>;
  159. status = "disabled";
  160. regulator-l7 {
  161. compatible = "qcom,rpm-regulator-smd";
  162. regulator-name = "8226_l7";
  163. qcom,set = <3>;
  164. status = "disabled";
  165. };
  166. };
  167. rpm-regulator-ldoa8 {
  168. compatible = "qcom,rpm-regulator-smd-resource";
  169. qcom,resource-name = "ldoa";
  170. qcom,resource-id = <8>;
  171. qcom,regulator-type = <0>;
  172. qcom,hpm-min-load = <5000>;
  173. status = "disabled";
  174. regulator-l8 {
  175. compatible = "qcom,rpm-regulator-smd";
  176. regulator-name = "8226_l8";
  177. qcom,set = <3>;
  178. status = "disabled";
  179. };
  180. };
  181. rpm-regulator-ldoa9 {
  182. compatible = "qcom,rpm-regulator-smd-resource";
  183. qcom,resource-name = "ldoa";
  184. qcom,resource-id = <9>;
  185. qcom,regulator-type = <0>;
  186. qcom,hpm-min-load = <10000>;
  187. status = "disabled";
  188. regulator-l9 {
  189. compatible = "qcom,rpm-regulator-smd";
  190. regulator-name = "8226_l9";
  191. qcom,set = <3>;
  192. status = "disabled";
  193. };
  194. };
  195. rpm-regulator-ldoa10 {
  196. compatible = "qcom,rpm-regulator-smd-resource";
  197. qcom,resource-name = "ldoa";
  198. qcom,resource-id = <10>;
  199. qcom,regulator-type = <0>;
  200. qcom,hpm-min-load = <5000>;
  201. status = "disabled";
  202. regulator-l10 {
  203. compatible = "qcom,rpm-regulator-smd";
  204. regulator-name = "8226_l10";
  205. qcom,set = <3>;
  206. status = "disabled";
  207. };
  208. };
  209. rpm-regulator-ldoa12 {
  210. compatible = "qcom,rpm-regulator-smd-resource";
  211. qcom,resource-name = "ldoa";
  212. qcom,resource-id = <12>;
  213. qcom,regulator-type = <0>;
  214. qcom,hpm-min-load = <10000>;
  215. status = "disabled";
  216. regulator-l12 {
  217. compatible = "qcom,rpm-regulator-smd";
  218. regulator-name = "8226_l12";
  219. qcom,set = <3>;
  220. status = "disabled";
  221. };
  222. };
  223. rpm-regulator-ldoa14 {
  224. compatible = "qcom,rpm-regulator-smd-resource";
  225. qcom,resource-name = "ldoa";
  226. qcom,resource-id = <14>;
  227. qcom,regulator-type = <0>;
  228. qcom,hpm-min-load = <5000>;
  229. status = "disabled";
  230. regulator-l14 {
  231. compatible = "qcom,rpm-regulator-smd";
  232. regulator-name = "8226_l14";
  233. qcom,set = <3>;
  234. status = "disabled";
  235. };
  236. };
  237. rpm-regulator-ldoa15 {
  238. compatible = "qcom,rpm-regulator-smd-resource";
  239. qcom,resource-name = "ldoa";
  240. qcom,resource-id = <15>;
  241. qcom,regulator-type = <0>;
  242. qcom,hpm-min-load = <10000>;
  243. status = "disabled";
  244. regulator-l15 {
  245. compatible = "qcom,rpm-regulator-smd";
  246. regulator-name = "8226_l15";
  247. qcom,set = <3>;
  248. status = "disabled";
  249. };
  250. };
  251. rpm-regulator-ldoa16 {
  252. compatible = "qcom,rpm-regulator-smd-resource";
  253. qcom,resource-name = "ldoa";
  254. qcom,resource-id = <16>;
  255. qcom,regulator-type = <0>;
  256. qcom,hpm-min-load = <10000>;
  257. status = "disabled";
  258. regulator-l16 {
  259. compatible = "qcom,rpm-regulator-smd";
  260. regulator-name = "8226_l16";
  261. qcom,set = <3>;
  262. status = "disabled";
  263. };
  264. };
  265. rpm-regulator-ldoa17 {
  266. compatible = "qcom,rpm-regulator-smd-resource";
  267. qcom,resource-name = "ldoa";
  268. qcom,resource-id = <17>;
  269. qcom,regulator-type = <0>;
  270. qcom,hpm-min-load = <10000>;
  271. status = "disabled";
  272. regulator-l17 {
  273. compatible = "qcom,rpm-regulator-smd";
  274. regulator-name = "8226_l17";
  275. qcom,set = <3>;
  276. status = "disabled";
  277. };
  278. };
  279. rpm-regulator-ldoa18 {
  280. compatible = "qcom,rpm-regulator-smd-resource";
  281. qcom,resource-name = "ldoa";
  282. qcom,resource-id = <18>;
  283. qcom,regulator-type = <0>;
  284. qcom,hpm-min-load = <10000>;
  285. status = "disabled";
  286. regulator-l18 {
  287. compatible = "qcom,rpm-regulator-smd";
  288. regulator-name = "8226_l18";
  289. qcom,set = <3>;
  290. status = "disabled";
  291. };
  292. };
  293. rpm-regulator-ldoa19 {
  294. compatible = "qcom,rpm-regulator-smd-resource";
  295. qcom,resource-name = "ldoa";
  296. qcom,resource-id = <19>;
  297. qcom,regulator-type = <0>;
  298. qcom,hpm-min-load = <10000>;
  299. status = "disabled";
  300. regulator-l19 {
  301. compatible = "qcom,rpm-regulator-smd";
  302. regulator-name = "8226_l19";
  303. qcom,set = <3>;
  304. status = "disabled";
  305. };
  306. };
  307. rpm-regulator-ldoa20 {
  308. compatible = "qcom,rpm-regulator-smd-resource";
  309. qcom,resource-name = "ldoa";
  310. qcom,resource-id = <20>;
  311. qcom,regulator-type = <0>;
  312. qcom,hpm-min-load = <5000>;
  313. status = "disabled";
  314. regulator-l20 {
  315. compatible = "qcom,rpm-regulator-smd";
  316. regulator-name = "8226_l20";
  317. qcom,set = <3>;
  318. status = "disabled";
  319. };
  320. };
  321. rpm-regulator-ldoa21 {
  322. compatible = "qcom,rpm-regulator-smd-resource";
  323. qcom,resource-name = "ldoa";
  324. qcom,resource-id = <21>;
  325. qcom,regulator-type = <0>;
  326. qcom,hpm-min-load = <5000>;
  327. status = "disabled";
  328. regulator-l21 {
  329. compatible = "qcom,rpm-regulator-smd";
  330. regulator-name = "8226_l21";
  331. qcom,set = <3>;
  332. status = "disabled";
  333. };
  334. };
  335. rpm-regulator-ldoa22 {
  336. compatible = "qcom,rpm-regulator-smd-resource";
  337. qcom,resource-name = "ldoa";
  338. qcom,resource-id = <22>;
  339. qcom,regulator-type = <0>;
  340. qcom,hpm-min-load = <10000>;
  341. status = "disabled";
  342. regulator-l22 {
  343. compatible = "qcom,rpm-regulator-smd";
  344. regulator-name = "8226_l22";
  345. qcom,set = <3>;
  346. status = "disabled";
  347. };
  348. };
  349. rpm-regulator-ldoa23 {
  350. compatible = "qcom,rpm-regulator-smd-resource";
  351. qcom,resource-name = "ldoa";
  352. qcom,resource-id = <23>;
  353. qcom,regulator-type = <0>;
  354. qcom,hpm-min-load = <10000>;
  355. status = "disabled";
  356. regulator-l23 {
  357. compatible = "qcom,rpm-regulator-smd";
  358. regulator-name = "8226_l23";
  359. qcom,set = <3>;
  360. status = "disabled";
  361. };
  362. };
  363. rpm-regulator-ldoa24 {
  364. compatible = "qcom,rpm-regulator-smd-resource";
  365. qcom,resource-name = "ldoa";
  366. qcom,resource-id = <24>;
  367. qcom,regulator-type = <0>;
  368. qcom,hpm-min-load = <10000>;
  369. status = "disabled";
  370. regulator-l24 {
  371. compatible = "qcom,rpm-regulator-smd";
  372. regulator-name = "8226_l24";
  373. qcom,set = <3>;
  374. status = "disabled";
  375. };
  376. };
  377. rpm-regulator-ldoa25 {
  378. compatible = "qcom,rpm-regulator-smd-resource";
  379. qcom,resource-name = "ldoa";
  380. qcom,resource-id = <25>;
  381. qcom,regulator-type = <0>;
  382. qcom,hpm-min-load = <10000>;
  383. status = "disabled";
  384. regulator-l25 {
  385. compatible = "qcom,rpm-regulator-smd";
  386. regulator-name = "8226_l25";
  387. qcom,set = <3>;
  388. status = "disabled";
  389. };
  390. };
  391. rpm-regulator-ldoa26 {
  392. compatible = "qcom,rpm-regulator-smd-resource";
  393. qcom,resource-name = "ldoa";
  394. qcom,resource-id = <26>;
  395. qcom,regulator-type = <0>;
  396. qcom,hpm-min-load = <10000>;
  397. status = "disabled";
  398. regulator-l26 {
  399. compatible = "qcom,rpm-regulator-smd";
  400. regulator-name = "8226_l26";
  401. qcom,set = <3>;
  402. status = "disabled";
  403. };
  404. };
  405. rpm-regulator-ldoa27 {
  406. compatible = "qcom,rpm-regulator-smd-resource";
  407. qcom,resource-name = "ldoa";
  408. qcom,resource-id = <27>;
  409. qcom,regulator-type = <0>;
  410. qcom,hpm-min-load = <10000>;
  411. status = "disabled";
  412. regulator-l27 {
  413. compatible = "qcom,rpm-regulator-smd";
  414. regulator-name = "8226_l27";
  415. qcom,set = <3>;
  416. status = "disabled";
  417. };
  418. };
  419. rpm-regulator-ldoa28 {
  420. compatible = "qcom,rpm-regulator-smd-resource";
  421. qcom,resource-name = "ldoa";
  422. qcom,resource-id = <28>;
  423. qcom,regulator-type = <0>;
  424. qcom,hpm-min-load = <10000>;
  425. status = "disabled";
  426. regulator-l28 {
  427. compatible = "qcom,rpm-regulator-smd";
  428. regulator-name = "8226_l28";
  429. qcom,set = <3>;
  430. status = "disabled";
  431. };
  432. };
  433. rpm-regulator-vsa1 {
  434. compatible = "qcom,rpm-regulator-smd-resource";
  435. qcom,resource-name = "vsa";
  436. qcom,resource-id = <1>;
  437. qcom,regulator-type = <2>;
  438. status = "disabled";
  439. regulator-lvs1 {
  440. compatible = "qcom,rpm-regulator-smd";
  441. regulator-name = "8226_lvs1";
  442. qcom,set = <3>;
  443. status = "disabled";
  444. };
  445. };
  446. };