pinctrl-apq8084.c 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244
  1. /*
  2. * Copyright (c) 2014, The Linux Foundation. All rights reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 and
  6. * only version 2 as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. *
  13. */
  14. #include <linux/module.h>
  15. #include <linux/of.h>
  16. #include <linux/platform_device.h>
  17. #include <linux/pinctrl/pinctrl.h>
  18. #include "pinctrl-msm.h"
  19. static const struct pinctrl_pin_desc apq8084_pins[] = {
  20. PINCTRL_PIN(0, "GPIO_0"),
  21. PINCTRL_PIN(1, "GPIO_1"),
  22. PINCTRL_PIN(2, "GPIO_2"),
  23. PINCTRL_PIN(3, "GPIO_3"),
  24. PINCTRL_PIN(4, "GPIO_4"),
  25. PINCTRL_PIN(5, "GPIO_5"),
  26. PINCTRL_PIN(6, "GPIO_6"),
  27. PINCTRL_PIN(7, "GPIO_7"),
  28. PINCTRL_PIN(8, "GPIO_8"),
  29. PINCTRL_PIN(9, "GPIO_9"),
  30. PINCTRL_PIN(10, "GPIO_10"),
  31. PINCTRL_PIN(11, "GPIO_11"),
  32. PINCTRL_PIN(12, "GPIO_12"),
  33. PINCTRL_PIN(13, "GPIO_13"),
  34. PINCTRL_PIN(14, "GPIO_14"),
  35. PINCTRL_PIN(15, "GPIO_15"),
  36. PINCTRL_PIN(16, "GPIO_16"),
  37. PINCTRL_PIN(17, "GPIO_17"),
  38. PINCTRL_PIN(18, "GPIO_18"),
  39. PINCTRL_PIN(19, "GPIO_19"),
  40. PINCTRL_PIN(20, "GPIO_20"),
  41. PINCTRL_PIN(21, "GPIO_21"),
  42. PINCTRL_PIN(22, "GPIO_22"),
  43. PINCTRL_PIN(23, "GPIO_23"),
  44. PINCTRL_PIN(24, "GPIO_24"),
  45. PINCTRL_PIN(25, "GPIO_25"),
  46. PINCTRL_PIN(26, "GPIO_26"),
  47. PINCTRL_PIN(27, "GPIO_27"),
  48. PINCTRL_PIN(28, "GPIO_28"),
  49. PINCTRL_PIN(29, "GPIO_29"),
  50. PINCTRL_PIN(30, "GPIO_30"),
  51. PINCTRL_PIN(31, "GPIO_31"),
  52. PINCTRL_PIN(32, "GPIO_32"),
  53. PINCTRL_PIN(33, "GPIO_33"),
  54. PINCTRL_PIN(34, "GPIO_34"),
  55. PINCTRL_PIN(35, "GPIO_35"),
  56. PINCTRL_PIN(36, "GPIO_36"),
  57. PINCTRL_PIN(37, "GPIO_37"),
  58. PINCTRL_PIN(38, "GPIO_38"),
  59. PINCTRL_PIN(39, "GPIO_39"),
  60. PINCTRL_PIN(40, "GPIO_40"),
  61. PINCTRL_PIN(41, "GPIO_41"),
  62. PINCTRL_PIN(42, "GPIO_42"),
  63. PINCTRL_PIN(43, "GPIO_43"),
  64. PINCTRL_PIN(44, "GPIO_44"),
  65. PINCTRL_PIN(45, "GPIO_45"),
  66. PINCTRL_PIN(46, "GPIO_46"),
  67. PINCTRL_PIN(47, "GPIO_47"),
  68. PINCTRL_PIN(48, "GPIO_48"),
  69. PINCTRL_PIN(49, "GPIO_49"),
  70. PINCTRL_PIN(50, "GPIO_50"),
  71. PINCTRL_PIN(51, "GPIO_51"),
  72. PINCTRL_PIN(52, "GPIO_52"),
  73. PINCTRL_PIN(53, "GPIO_53"),
  74. PINCTRL_PIN(54, "GPIO_54"),
  75. PINCTRL_PIN(55, "GPIO_55"),
  76. PINCTRL_PIN(56, "GPIO_56"),
  77. PINCTRL_PIN(57, "GPIO_57"),
  78. PINCTRL_PIN(58, "GPIO_58"),
  79. PINCTRL_PIN(59, "GPIO_59"),
  80. PINCTRL_PIN(60, "GPIO_60"),
  81. PINCTRL_PIN(61, "GPIO_61"),
  82. PINCTRL_PIN(62, "GPIO_62"),
  83. PINCTRL_PIN(63, "GPIO_63"),
  84. PINCTRL_PIN(64, "GPIO_64"),
  85. PINCTRL_PIN(65, "GPIO_65"),
  86. PINCTRL_PIN(66, "GPIO_66"),
  87. PINCTRL_PIN(67, "GPIO_67"),
  88. PINCTRL_PIN(68, "GPIO_68"),
  89. PINCTRL_PIN(69, "GPIO_69"),
  90. PINCTRL_PIN(70, "GPIO_70"),
  91. PINCTRL_PIN(71, "GPIO_71"),
  92. PINCTRL_PIN(72, "GPIO_72"),
  93. PINCTRL_PIN(73, "GPIO_73"),
  94. PINCTRL_PIN(74, "GPIO_74"),
  95. PINCTRL_PIN(75, "GPIO_75"),
  96. PINCTRL_PIN(76, "GPIO_76"),
  97. PINCTRL_PIN(77, "GPIO_77"),
  98. PINCTRL_PIN(78, "GPIO_78"),
  99. PINCTRL_PIN(79, "GPIO_79"),
  100. PINCTRL_PIN(80, "GPIO_80"),
  101. PINCTRL_PIN(81, "GPIO_81"),
  102. PINCTRL_PIN(82, "GPIO_82"),
  103. PINCTRL_PIN(83, "GPIO_83"),
  104. PINCTRL_PIN(84, "GPIO_84"),
  105. PINCTRL_PIN(85, "GPIO_85"),
  106. PINCTRL_PIN(86, "GPIO_86"),
  107. PINCTRL_PIN(87, "GPIO_87"),
  108. PINCTRL_PIN(88, "GPIO_88"),
  109. PINCTRL_PIN(89, "GPIO_89"),
  110. PINCTRL_PIN(90, "GPIO_90"),
  111. PINCTRL_PIN(91, "GPIO_91"),
  112. PINCTRL_PIN(92, "GPIO_92"),
  113. PINCTRL_PIN(93, "GPIO_93"),
  114. PINCTRL_PIN(94, "GPIO_94"),
  115. PINCTRL_PIN(95, "GPIO_95"),
  116. PINCTRL_PIN(96, "GPIO_96"),
  117. PINCTRL_PIN(97, "GPIO_97"),
  118. PINCTRL_PIN(98, "GPIO_98"),
  119. PINCTRL_PIN(99, "GPIO_99"),
  120. PINCTRL_PIN(100, "GPIO_100"),
  121. PINCTRL_PIN(101, "GPIO_101"),
  122. PINCTRL_PIN(102, "GPIO_102"),
  123. PINCTRL_PIN(103, "GPIO_103"),
  124. PINCTRL_PIN(104, "GPIO_104"),
  125. PINCTRL_PIN(105, "GPIO_105"),
  126. PINCTRL_PIN(106, "GPIO_106"),
  127. PINCTRL_PIN(107, "GPIO_107"),
  128. PINCTRL_PIN(108, "GPIO_108"),
  129. PINCTRL_PIN(109, "GPIO_109"),
  130. PINCTRL_PIN(110, "GPIO_110"),
  131. PINCTRL_PIN(111, "GPIO_111"),
  132. PINCTRL_PIN(112, "GPIO_112"),
  133. PINCTRL_PIN(113, "GPIO_113"),
  134. PINCTRL_PIN(114, "GPIO_114"),
  135. PINCTRL_PIN(115, "GPIO_115"),
  136. PINCTRL_PIN(116, "GPIO_116"),
  137. PINCTRL_PIN(117, "GPIO_117"),
  138. PINCTRL_PIN(118, "GPIO_118"),
  139. PINCTRL_PIN(119, "GPIO_119"),
  140. PINCTRL_PIN(120, "GPIO_120"),
  141. PINCTRL_PIN(121, "GPIO_121"),
  142. PINCTRL_PIN(122, "GPIO_122"),
  143. PINCTRL_PIN(123, "GPIO_123"),
  144. PINCTRL_PIN(124, "GPIO_124"),
  145. PINCTRL_PIN(125, "GPIO_125"),
  146. PINCTRL_PIN(126, "GPIO_126"),
  147. PINCTRL_PIN(127, "GPIO_127"),
  148. PINCTRL_PIN(128, "GPIO_128"),
  149. PINCTRL_PIN(129, "GPIO_129"),
  150. PINCTRL_PIN(130, "GPIO_130"),
  151. PINCTRL_PIN(131, "GPIO_131"),
  152. PINCTRL_PIN(132, "GPIO_132"),
  153. PINCTRL_PIN(133, "GPIO_133"),
  154. PINCTRL_PIN(134, "GPIO_134"),
  155. PINCTRL_PIN(135, "GPIO_135"),
  156. PINCTRL_PIN(136, "GPIO_136"),
  157. PINCTRL_PIN(137, "GPIO_137"),
  158. PINCTRL_PIN(138, "GPIO_138"),
  159. PINCTRL_PIN(139, "GPIO_139"),
  160. PINCTRL_PIN(140, "GPIO_140"),
  161. PINCTRL_PIN(141, "GPIO_141"),
  162. PINCTRL_PIN(142, "GPIO_142"),
  163. PINCTRL_PIN(143, "GPIO_143"),
  164. PINCTRL_PIN(144, "GPIO_144"),
  165. PINCTRL_PIN(145, "GPIO_145"),
  166. PINCTRL_PIN(146, "GPIO_146"),
  167. PINCTRL_PIN(147, "SDC1_CLK"),
  168. PINCTRL_PIN(148, "SDC1_CMD"),
  169. PINCTRL_PIN(149, "SDC1_DATA"),
  170. PINCTRL_PIN(150, "SDC2_CLK"),
  171. PINCTRL_PIN(151, "SDC2_CMD"),
  172. PINCTRL_PIN(152, "SDC2_DATA"),
  173. };
  174. #define DECLARE_APQ_GPIO_PINS(pin) static const unsigned int gpio##pin##_pins[] = { pin }
  175. DECLARE_APQ_GPIO_PINS(0);
  176. DECLARE_APQ_GPIO_PINS(1);
  177. DECLARE_APQ_GPIO_PINS(2);
  178. DECLARE_APQ_GPIO_PINS(3);
  179. DECLARE_APQ_GPIO_PINS(4);
  180. DECLARE_APQ_GPIO_PINS(5);
  181. DECLARE_APQ_GPIO_PINS(6);
  182. DECLARE_APQ_GPIO_PINS(7);
  183. DECLARE_APQ_GPIO_PINS(8);
  184. DECLARE_APQ_GPIO_PINS(9);
  185. DECLARE_APQ_GPIO_PINS(10);
  186. DECLARE_APQ_GPIO_PINS(11);
  187. DECLARE_APQ_GPIO_PINS(12);
  188. DECLARE_APQ_GPIO_PINS(13);
  189. DECLARE_APQ_GPIO_PINS(14);
  190. DECLARE_APQ_GPIO_PINS(15);
  191. DECLARE_APQ_GPIO_PINS(16);
  192. DECLARE_APQ_GPIO_PINS(17);
  193. DECLARE_APQ_GPIO_PINS(18);
  194. DECLARE_APQ_GPIO_PINS(19);
  195. DECLARE_APQ_GPIO_PINS(20);
  196. DECLARE_APQ_GPIO_PINS(21);
  197. DECLARE_APQ_GPIO_PINS(22);
  198. DECLARE_APQ_GPIO_PINS(23);
  199. DECLARE_APQ_GPIO_PINS(24);
  200. DECLARE_APQ_GPIO_PINS(25);
  201. DECLARE_APQ_GPIO_PINS(26);
  202. DECLARE_APQ_GPIO_PINS(27);
  203. DECLARE_APQ_GPIO_PINS(28);
  204. DECLARE_APQ_GPIO_PINS(29);
  205. DECLARE_APQ_GPIO_PINS(30);
  206. DECLARE_APQ_GPIO_PINS(31);
  207. DECLARE_APQ_GPIO_PINS(32);
  208. DECLARE_APQ_GPIO_PINS(33);
  209. DECLARE_APQ_GPIO_PINS(34);
  210. DECLARE_APQ_GPIO_PINS(35);
  211. DECLARE_APQ_GPIO_PINS(36);
  212. DECLARE_APQ_GPIO_PINS(37);
  213. DECLARE_APQ_GPIO_PINS(38);
  214. DECLARE_APQ_GPIO_PINS(39);
  215. DECLARE_APQ_GPIO_PINS(40);
  216. DECLARE_APQ_GPIO_PINS(41);
  217. DECLARE_APQ_GPIO_PINS(42);
  218. DECLARE_APQ_GPIO_PINS(43);
  219. DECLARE_APQ_GPIO_PINS(44);
  220. DECLARE_APQ_GPIO_PINS(45);
  221. DECLARE_APQ_GPIO_PINS(46);
  222. DECLARE_APQ_GPIO_PINS(47);
  223. DECLARE_APQ_GPIO_PINS(48);
  224. DECLARE_APQ_GPIO_PINS(49);
  225. DECLARE_APQ_GPIO_PINS(50);
  226. DECLARE_APQ_GPIO_PINS(51);
  227. DECLARE_APQ_GPIO_PINS(52);
  228. DECLARE_APQ_GPIO_PINS(53);
  229. DECLARE_APQ_GPIO_PINS(54);
  230. DECLARE_APQ_GPIO_PINS(55);
  231. DECLARE_APQ_GPIO_PINS(56);
  232. DECLARE_APQ_GPIO_PINS(57);
  233. DECLARE_APQ_GPIO_PINS(58);
  234. DECLARE_APQ_GPIO_PINS(59);
  235. DECLARE_APQ_GPIO_PINS(60);
  236. DECLARE_APQ_GPIO_PINS(61);
  237. DECLARE_APQ_GPIO_PINS(62);
  238. DECLARE_APQ_GPIO_PINS(63);
  239. DECLARE_APQ_GPIO_PINS(64);
  240. DECLARE_APQ_GPIO_PINS(65);
  241. DECLARE_APQ_GPIO_PINS(66);
  242. DECLARE_APQ_GPIO_PINS(67);
  243. DECLARE_APQ_GPIO_PINS(68);
  244. DECLARE_APQ_GPIO_PINS(69);
  245. DECLARE_APQ_GPIO_PINS(70);
  246. DECLARE_APQ_GPIO_PINS(71);
  247. DECLARE_APQ_GPIO_PINS(72);
  248. DECLARE_APQ_GPIO_PINS(73);
  249. DECLARE_APQ_GPIO_PINS(74);
  250. DECLARE_APQ_GPIO_PINS(75);
  251. DECLARE_APQ_GPIO_PINS(76);
  252. DECLARE_APQ_GPIO_PINS(77);
  253. DECLARE_APQ_GPIO_PINS(78);
  254. DECLARE_APQ_GPIO_PINS(79);
  255. DECLARE_APQ_GPIO_PINS(80);
  256. DECLARE_APQ_GPIO_PINS(81);
  257. DECLARE_APQ_GPIO_PINS(82);
  258. DECLARE_APQ_GPIO_PINS(83);
  259. DECLARE_APQ_GPIO_PINS(84);
  260. DECLARE_APQ_GPIO_PINS(85);
  261. DECLARE_APQ_GPIO_PINS(86);
  262. DECLARE_APQ_GPIO_PINS(87);
  263. DECLARE_APQ_GPIO_PINS(88);
  264. DECLARE_APQ_GPIO_PINS(89);
  265. DECLARE_APQ_GPIO_PINS(90);
  266. DECLARE_APQ_GPIO_PINS(91);
  267. DECLARE_APQ_GPIO_PINS(92);
  268. DECLARE_APQ_GPIO_PINS(93);
  269. DECLARE_APQ_GPIO_PINS(94);
  270. DECLARE_APQ_GPIO_PINS(95);
  271. DECLARE_APQ_GPIO_PINS(96);
  272. DECLARE_APQ_GPIO_PINS(97);
  273. DECLARE_APQ_GPIO_PINS(98);
  274. DECLARE_APQ_GPIO_PINS(99);
  275. DECLARE_APQ_GPIO_PINS(100);
  276. DECLARE_APQ_GPIO_PINS(101);
  277. DECLARE_APQ_GPIO_PINS(102);
  278. DECLARE_APQ_GPIO_PINS(103);
  279. DECLARE_APQ_GPIO_PINS(104);
  280. DECLARE_APQ_GPIO_PINS(105);
  281. DECLARE_APQ_GPIO_PINS(106);
  282. DECLARE_APQ_GPIO_PINS(107);
  283. DECLARE_APQ_GPIO_PINS(108);
  284. DECLARE_APQ_GPIO_PINS(109);
  285. DECLARE_APQ_GPIO_PINS(110);
  286. DECLARE_APQ_GPIO_PINS(111);
  287. DECLARE_APQ_GPIO_PINS(112);
  288. DECLARE_APQ_GPIO_PINS(113);
  289. DECLARE_APQ_GPIO_PINS(114);
  290. DECLARE_APQ_GPIO_PINS(115);
  291. DECLARE_APQ_GPIO_PINS(116);
  292. DECLARE_APQ_GPIO_PINS(117);
  293. DECLARE_APQ_GPIO_PINS(118);
  294. DECLARE_APQ_GPIO_PINS(119);
  295. DECLARE_APQ_GPIO_PINS(120);
  296. DECLARE_APQ_GPIO_PINS(121);
  297. DECLARE_APQ_GPIO_PINS(122);
  298. DECLARE_APQ_GPIO_PINS(123);
  299. DECLARE_APQ_GPIO_PINS(124);
  300. DECLARE_APQ_GPIO_PINS(125);
  301. DECLARE_APQ_GPIO_PINS(126);
  302. DECLARE_APQ_GPIO_PINS(127);
  303. DECLARE_APQ_GPIO_PINS(128);
  304. DECLARE_APQ_GPIO_PINS(129);
  305. DECLARE_APQ_GPIO_PINS(130);
  306. DECLARE_APQ_GPIO_PINS(131);
  307. DECLARE_APQ_GPIO_PINS(132);
  308. DECLARE_APQ_GPIO_PINS(133);
  309. DECLARE_APQ_GPIO_PINS(134);
  310. DECLARE_APQ_GPIO_PINS(135);
  311. DECLARE_APQ_GPIO_PINS(136);
  312. DECLARE_APQ_GPIO_PINS(137);
  313. DECLARE_APQ_GPIO_PINS(138);
  314. DECLARE_APQ_GPIO_PINS(139);
  315. DECLARE_APQ_GPIO_PINS(140);
  316. DECLARE_APQ_GPIO_PINS(141);
  317. DECLARE_APQ_GPIO_PINS(142);
  318. DECLARE_APQ_GPIO_PINS(143);
  319. DECLARE_APQ_GPIO_PINS(144);
  320. DECLARE_APQ_GPIO_PINS(145);
  321. DECLARE_APQ_GPIO_PINS(146);
  322. static const unsigned int sdc1_clk_pins[] = { 147 };
  323. static const unsigned int sdc1_cmd_pins[] = { 148 };
  324. static const unsigned int sdc1_data_pins[] = { 149 };
  325. static const unsigned int sdc2_clk_pins[] = { 150 };
  326. static const unsigned int sdc2_cmd_pins[] = { 151 };
  327. static const unsigned int sdc2_data_pins[] = { 152 };
  328. #define FUNCTION(fname) \
  329. [APQ_MUX_##fname] = { \
  330. .name = #fname, \
  331. .groups = fname##_groups, \
  332. .ngroups = ARRAY_SIZE(fname##_groups), \
  333. }
  334. #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7) \
  335. { \
  336. .name = "gpio" #id, \
  337. .pins = gpio##id##_pins, \
  338. .npins = ARRAY_SIZE(gpio##id##_pins), \
  339. .funcs = (int[]){ \
  340. APQ_MUX_gpio, \
  341. APQ_MUX_##f1, \
  342. APQ_MUX_##f2, \
  343. APQ_MUX_##f3, \
  344. APQ_MUX_##f4, \
  345. APQ_MUX_##f5, \
  346. APQ_MUX_##f6, \
  347. APQ_MUX_##f7 \
  348. }, \
  349. .nfuncs = 8, \
  350. .ctl_reg = 0x1000 + 0x10 * id, \
  351. .io_reg = 0x1004 + 0x10 * id, \
  352. .intr_cfg_reg = 0x1008 + 0x10 * id, \
  353. .intr_status_reg = 0x100c + 0x10 * id, \
  354. .intr_target_reg = 0x1008 + 0x10 * id, \
  355. .mux_bit = 2, \
  356. .pull_bit = 0, \
  357. .drv_bit = 6, \
  358. .oe_bit = 9, \
  359. .in_bit = 0, \
  360. .out_bit = 1, \
  361. .intr_enable_bit = 0, \
  362. .intr_status_bit = 0, \
  363. .intr_ack_high = 0, \
  364. .intr_target_bit = 5, \
  365. .intr_target_kpss_val = 3, \
  366. .intr_raw_status_bit = 4, \
  367. .intr_polarity_bit = 1, \
  368. .intr_detection_bit = 2, \
  369. .intr_detection_width = 2, \
  370. }
  371. #define SDC_PINGROUP(pg_name, ctl, pull, drv) \
  372. { \
  373. .name = #pg_name, \
  374. .pins = pg_name##_pins, \
  375. .npins = ARRAY_SIZE(pg_name##_pins), \
  376. .ctl_reg = ctl, \
  377. .io_reg = 0, \
  378. .intr_cfg_reg = 0, \
  379. .intr_status_reg = 0, \
  380. .intr_target_reg = 0, \
  381. .mux_bit = -1, \
  382. .pull_bit = pull, \
  383. .drv_bit = drv, \
  384. .oe_bit = -1, \
  385. .in_bit = -1, \
  386. .out_bit = -1, \
  387. .intr_enable_bit = -1, \
  388. .intr_status_bit = -1, \
  389. .intr_target_bit = -1, \
  390. .intr_target_kpss_val = -1, \
  391. .intr_raw_status_bit = -1, \
  392. .intr_polarity_bit = -1, \
  393. .intr_detection_bit = -1, \
  394. .intr_detection_width = -1, \
  395. }
  396. enum apq8084_functions {
  397. APQ_MUX_adsp_ext,
  398. APQ_MUX_audio_ref,
  399. APQ_MUX_blsp_i2c1,
  400. APQ_MUX_blsp_i2c2,
  401. APQ_MUX_blsp_i2c3,
  402. APQ_MUX_blsp_i2c4,
  403. APQ_MUX_blsp_i2c5,
  404. APQ_MUX_blsp_i2c6,
  405. APQ_MUX_blsp_i2c7,
  406. APQ_MUX_blsp_i2c8,
  407. APQ_MUX_blsp_i2c9,
  408. APQ_MUX_blsp_i2c10,
  409. APQ_MUX_blsp_i2c11,
  410. APQ_MUX_blsp_i2c12,
  411. APQ_MUX_blsp_spi1,
  412. APQ_MUX_blsp_spi1_cs1,
  413. APQ_MUX_blsp_spi1_cs2,
  414. APQ_MUX_blsp_spi1_cs3,
  415. APQ_MUX_blsp_spi2,
  416. APQ_MUX_blsp_spi3,
  417. APQ_MUX_blsp_spi3_cs1,
  418. APQ_MUX_blsp_spi3_cs2,
  419. APQ_MUX_blsp_spi3_cs3,
  420. APQ_MUX_blsp_spi4,
  421. APQ_MUX_blsp_spi5,
  422. APQ_MUX_blsp_spi6,
  423. APQ_MUX_blsp_spi7,
  424. APQ_MUX_blsp_spi8,
  425. APQ_MUX_blsp_spi9,
  426. APQ_MUX_blsp_spi10,
  427. APQ_MUX_blsp_spi10_cs1,
  428. APQ_MUX_blsp_spi10_cs2,
  429. APQ_MUX_blsp_spi10_cs3,
  430. APQ_MUX_blsp_spi11,
  431. APQ_MUX_blsp_spi12,
  432. APQ_MUX_blsp_uart1,
  433. APQ_MUX_blsp_uart2,
  434. APQ_MUX_blsp_uart3,
  435. APQ_MUX_blsp_uart4,
  436. APQ_MUX_blsp_uart5,
  437. APQ_MUX_blsp_uart6,
  438. APQ_MUX_blsp_uart7,
  439. APQ_MUX_blsp_uart8,
  440. APQ_MUX_blsp_uart9,
  441. APQ_MUX_blsp_uart10,
  442. APQ_MUX_blsp_uart11,
  443. APQ_MUX_blsp_uart12,
  444. APQ_MUX_blsp_uim1,
  445. APQ_MUX_blsp_uim2,
  446. APQ_MUX_blsp_uim3,
  447. APQ_MUX_blsp_uim4,
  448. APQ_MUX_blsp_uim5,
  449. APQ_MUX_blsp_uim6,
  450. APQ_MUX_blsp_uim7,
  451. APQ_MUX_blsp_uim8,
  452. APQ_MUX_blsp_uim9,
  453. APQ_MUX_blsp_uim10,
  454. APQ_MUX_blsp_uim11,
  455. APQ_MUX_blsp_uim12,
  456. APQ_MUX_cam_mclk0,
  457. APQ_MUX_cam_mclk1,
  458. APQ_MUX_cam_mclk2,
  459. APQ_MUX_cam_mclk3,
  460. APQ_MUX_cci_async,
  461. APQ_MUX_cci_async_in0,
  462. APQ_MUX_cci_i2c0,
  463. APQ_MUX_cci_i2c1,
  464. APQ_MUX_cci_timer0,
  465. APQ_MUX_cci_timer1,
  466. APQ_MUX_cci_timer2,
  467. APQ_MUX_cci_timer3,
  468. APQ_MUX_cci_timer4,
  469. APQ_MUX_edp_hpd,
  470. APQ_MUX_gcc_gp1,
  471. APQ_MUX_gcc_gp2,
  472. APQ_MUX_gcc_gp3,
  473. APQ_MUX_gcc_obt,
  474. APQ_MUX_gcc_vtt,
  475. APQ_MUX_gp_mn,
  476. APQ_MUX_gp_pdm0,
  477. APQ_MUX_gp_pdm1,
  478. APQ_MUX_gp_pdm2,
  479. APQ_MUX_gp0_clk,
  480. APQ_MUX_gp1_clk,
  481. APQ_MUX_gpio,
  482. APQ_MUX_hdmi_cec,
  483. APQ_MUX_hdmi_ddc,
  484. APQ_MUX_hdmi_dtest,
  485. APQ_MUX_hdmi_hpd,
  486. APQ_MUX_hdmi_rcv,
  487. APQ_MUX_hsic,
  488. APQ_MUX_ldo_en,
  489. APQ_MUX_ldo_update,
  490. APQ_MUX_mdp_vsync,
  491. APQ_MUX_pci_e0,
  492. APQ_MUX_pci_e0_n,
  493. APQ_MUX_pci_e0_rst,
  494. APQ_MUX_pci_e1,
  495. APQ_MUX_pci_e1_rst,
  496. APQ_MUX_pci_e1_rst_n,
  497. APQ_MUX_pci_e1_clkreq_n,
  498. APQ_MUX_pri_mi2s,
  499. APQ_MUX_qua_mi2s,
  500. APQ_MUX_sata_act,
  501. APQ_MUX_sata_devsleep,
  502. APQ_MUX_sata_devsleep_n,
  503. APQ_MUX_sd_write,
  504. APQ_MUX_sdc_emmc_mode,
  505. APQ_MUX_sdc3,
  506. APQ_MUX_sdc4,
  507. APQ_MUX_sec_mi2s,
  508. APQ_MUX_slimbus,
  509. APQ_MUX_spdif_tx,
  510. APQ_MUX_spkr_i2s,
  511. APQ_MUX_spkr_i2s_ws,
  512. APQ_MUX_spss_geni,
  513. APQ_MUX_ter_mi2s,
  514. APQ_MUX_tsif1,
  515. APQ_MUX_tsif2,
  516. APQ_MUX_uim,
  517. APQ_MUX_uim_batt_alarm,
  518. APQ_MUX_NA,
  519. };
  520. static const char * const gpio_groups[] = {
  521. "gpio0", "gpio1", "gpio2", "gpio3", "gpio4", "gpio5", "gpio6", "gpio7",
  522. "gpio8", "gpio9", "gpio10", "gpio11", "gpio12", "gpio13", "gpio14",
  523. "gpio15", "gpio16", "gpio17", "gpio18", "gpio19", "gpio20", "gpio21",
  524. "gpio22", "gpio23", "gpio24", "gpio25", "gpio26", "gpio27", "gpio28",
  525. "gpio29", "gpio30", "gpio31", "gpio32", "gpio33", "gpio34", "gpio35",
  526. "gpio36", "gpio37", "gpio38", "gpio39", "gpio40", "gpio41", "gpio42",
  527. "gpio43", "gpio44", "gpio45", "gpio46", "gpio47", "gpio48", "gpio49",
  528. "gpio50", "gpio51", "gpio52", "gpio53", "gpio54", "gpio55", "gpio56",
  529. "gpio57", "gpio58", "gpio59", "gpio60", "gpio61", "gpio62", "gpio63",
  530. "gpio64", "gpio65", "gpio66", "gpio67", "gpio68", "gpio69", "gpio70",
  531. "gpio71", "gpio72", "gpio73", "gpio74", "gpio75", "gpio76", "gpio77",
  532. "gpio78", "gpio79", "gpio80", "gpio81", "gpio82", "gpio83", "gpio84",
  533. "gpio85", "gpio86", "gpio87", "gpio88", "gpio89", "gpio90", "gpio91",
  534. "gpio92", "gpio93", "gpio94", "gpio95", "gpio96", "gpio97", "gpio98",
  535. "gpio99", "gpio100", "gpio101", "gpio102", "gpio103", "gpio104",
  536. "gpio105", "gpio106", "gpio107", "gpio108", "gpio109", "gpio110",
  537. "gpio111", "gpio112", "gpio113", "gpio114", "gpio115", "gpio116",
  538. "gpio117", "gpio118", "gpio119", "gpio120", "gpio121", "gpio122",
  539. "gpio123", "gpio124", "gpio125", "gpio126", "gpio127", "gpio128",
  540. "gpio129", "gpio130", "gpio131", "gpio132", "gpio133", "gpio134",
  541. "gpio135", "gpio136", "gpio137", "gpio138", "gpio139", "gpio140",
  542. "gpio141", "gpio142", "gpio143", "gpio144", "gpio145", "gpio146"
  543. };
  544. static const char * const adsp_ext_groups[] = {
  545. "gpio34"
  546. };
  547. static const char * const audio_ref_groups[] = {
  548. "gpio100"
  549. };
  550. static const char * const blsp_i2c1_groups[] = {
  551. "gpio2", "gpio3"
  552. };
  553. static const char * const blsp_i2c2_groups[] = {
  554. "gpio6", "gpio7"
  555. };
  556. static const char * const blsp_i2c3_groups[] = {
  557. "gpio10", "gpio11"
  558. };
  559. static const char * const blsp_i2c4_groups[] = {
  560. "gpio29", "gpio30"
  561. };
  562. static const char * const blsp_i2c5_groups[] = {
  563. "gpio41", "gpio42"
  564. };
  565. static const char * const blsp_i2c6_groups[] = {
  566. "gpio45", "gpio46"
  567. };
  568. static const char * const blsp_i2c7_groups[] = {
  569. "gpio132", "gpio133"
  570. };
  571. static const char * const blsp_i2c8_groups[] = {
  572. "gpio53", "gpio54"
  573. };
  574. static const char * const blsp_i2c9_groups[] = {
  575. "gpio57", "gpio58"
  576. };
  577. static const char * const blsp_i2c10_groups[] = {
  578. "gpio61", "gpio62"
  579. };
  580. static const char * const blsp_i2c11_groups[] = {
  581. "gpio65", "gpio66"
  582. };
  583. static const char * const blsp_i2c12_groups[] = {
  584. "gpio49", "gpio50"
  585. };
  586. static const char * const blsp_spi1_groups[] = {
  587. "gpio0", "gpio1", "gpio2", "gpio3"
  588. };
  589. static const char * const blsp_spi2_groups[] = {
  590. "gpio4", "gpio5", "gpio6", "gpio7"
  591. };
  592. static const char * const blsp_spi3_groups[] = {
  593. "gpio8", "gpio9", "gpio10", "gpio11"
  594. };
  595. static const char * const blsp_spi4_groups[] = {
  596. "gpio27", "gpio28", "gpio29", "gpio30"
  597. };
  598. static const char * const blsp_spi5_groups[] = {
  599. "gpio39", "gpio40", "gpio41", "gpio42"
  600. };
  601. static const char * const blsp_spi6_groups[] = {
  602. "gpio43", "gpio44", "gpio45", "gpio46"
  603. };
  604. static const char * const blsp_spi7_groups[] = {
  605. "gpio130", "gpio131", "gpio132", "gpio133"
  606. };
  607. static const char * const blsp_spi8_groups[] = {
  608. "gpio51", "gpio52", "gpio53", "gpio54"
  609. };
  610. static const char * const blsp_spi9_groups[] = {
  611. "gpio55", "gpio56", "gpio57", "gpio58"
  612. };
  613. static const char * const blsp_spi10_groups[] = {
  614. "gpio59", "gpio60", "gpio61", "gpio62"
  615. };
  616. static const char * const blsp_spi11_groups[] = {
  617. "gpio63", "gpio64", "gpio65", "gpio66"
  618. };
  619. static const char * const blsp_spi12_groups[] = {
  620. "gpio47", "gpio48", "gpio49", "gpio50"
  621. };
  622. static const char * const blsp_uart1_groups[] = {
  623. "gpio0", "gpio1", "gpio2", "gpio3"
  624. };
  625. static const char * const blsp_uart2_groups[] = {
  626. "gpio4", "gpio5", "gpio6", "gpio7"
  627. };
  628. static const char * const blsp_uart3_groups[] = {
  629. "gpio8"
  630. };
  631. static const char * const blsp_uart4_groups[] = {
  632. "gpio27", "gpio28", "gpio29", "gpio30"
  633. };
  634. static const char * const blsp_uart5_groups[] = {
  635. "gpio39", "gpio40", "gpio41", "gpio42"
  636. };
  637. static const char * const blsp_uart6_groups[] = {
  638. "gpio43", "gpio44", "gpio45", "gpio46"
  639. };
  640. static const char * const blsp_uart7_groups[] = {
  641. "gpio130", "gpio131", "gpio132", "gpio133"
  642. };
  643. static const char * const blsp_uart8_groups[] = {
  644. "gpio51", "gpio52", "gpio53", "gpio54"
  645. };
  646. static const char * const blsp_uart9_groups[] = {
  647. "gpio55", "gpio56", "gpio57", "gpio58"
  648. };
  649. static const char * const blsp_uart10_groups[] = {
  650. "gpio59", "gpio60", "gpio61", "gpio62"
  651. };
  652. static const char * const blsp_uart11_groups[] = {
  653. "gpio63", "gpio64", "gpio65", "gpio66"
  654. };
  655. static const char * const blsp_uart12_groups[] = {
  656. "gpio47", "gpio48", "gpio49", "gpio50"
  657. };
  658. static const char * const blsp_uim1_groups[] = {
  659. "gpio0", "gpio1"
  660. };
  661. static const char * const blsp_uim2_groups[] = {
  662. "gpio4", "gpio5"
  663. };
  664. static const char * const blsp_uim3_groups[] = {
  665. "gpio8", "gpio9"
  666. };
  667. static const char * const blsp_uim4_groups[] = {
  668. "gpio27", "gpio28"
  669. };
  670. static const char * const blsp_uim5_groups[] = {
  671. "gpio39", "gpio40"
  672. };
  673. static const char * const blsp_uim6_groups[] = {
  674. "gpio43", "gpio44"
  675. };
  676. static const char * const blsp_uim7_groups[] = {
  677. "gpio130", "gpio131"
  678. };
  679. static const char * const blsp_uim8_groups[] = {
  680. "gpio51", "gpio52"
  681. };
  682. static const char * const blsp_uim9_groups[] = {
  683. "gpio55", "gpio56"
  684. };
  685. static const char * const blsp_uim10_groups[] = {
  686. "gpio59", "gpio60"
  687. };
  688. static const char * const blsp_uim11_groups[] = {
  689. "gpio63", "gpio64"
  690. };
  691. static const char * const blsp_uim12_groups[] = {
  692. "gpio47", "gpio48"
  693. };
  694. static const char * const blsp_spi1_cs1_groups[] = {
  695. "gpio116"
  696. };
  697. static const char * const blsp_spi1_cs2_groups[] = {
  698. "gpio117"
  699. };
  700. static const char * const blsp_spi1_cs3_groups[] = {
  701. "gpio118"
  702. };
  703. static const char * const blsp_spi3_cs1_groups[] = {
  704. "gpio67"
  705. };
  706. static const char * const blsp_spi3_cs2_groups[] = {
  707. "gpio71"
  708. };
  709. static const char * const blsp_spi3_cs3_groups[] = {
  710. "gpio72"
  711. };
  712. static const char * const blsp_spi10_cs1_groups[] = {
  713. "gpio106"
  714. };
  715. static const char * const blsp_spi10_cs2_groups[] = {
  716. "gpio111"
  717. };
  718. static const char * const blsp_spi10_cs3_groups[] = {
  719. "gpio128"
  720. };
  721. static const char * const cam_mclk0_groups[] = {
  722. "gpio15"
  723. };
  724. static const char * const cam_mclk1_groups[] = {
  725. "gpio16"
  726. };
  727. static const char * const cam_mclk2_groups[] = {
  728. "gpio17"
  729. };
  730. static const char * const cam_mclk3_groups[] = {
  731. "gpio18"
  732. };
  733. static const char * const cci_async_groups[] = {
  734. "gpio26", "gpio119"
  735. };
  736. static const char * const cci_async_in0_groups[] = {
  737. "gpio120"
  738. };
  739. static const char * const cci_i2c0_groups[] = {
  740. "gpio19", "gpio20"
  741. };
  742. static const char * const cci_i2c1_groups[] = {
  743. "gpio21", "gpio22"
  744. };
  745. static const char * const cci_timer0_groups[] = {
  746. "gpio23"
  747. };
  748. static const char * const cci_timer1_groups[] = {
  749. "gpio24"
  750. };
  751. static const char * const cci_timer2_groups[] = {
  752. "gpio25"
  753. };
  754. static const char * const cci_timer3_groups[] = {
  755. "gpio26"
  756. };
  757. static const char * const cci_timer4_groups[] = {
  758. "gpio119"
  759. };
  760. static const char * const edp_hpd_groups[] = {
  761. "gpio103"
  762. };
  763. static const char * const gcc_gp1_groups[] = {
  764. "gpio37"
  765. };
  766. static const char * const gcc_gp2_groups[] = {
  767. "gpio38"
  768. };
  769. static const char * const gcc_gp3_groups[] = {
  770. "gpio86"
  771. };
  772. static const char * const gcc_obt_groups[] = {
  773. "gpio127"
  774. };
  775. static const char * const gcc_vtt_groups[] = {
  776. "gpio126"
  777. };
  778. static const char * const gp_mn_groups[] = {
  779. "gpio29"
  780. };
  781. static const char * const gp_pdm0_groups[] = {
  782. "gpio48", "gpio83"
  783. };
  784. static const char * const gp_pdm1_groups[] = {
  785. "gpio84", "gpio101"
  786. };
  787. static const char * const gp_pdm2_groups[] = {
  788. "gpio85", "gpio110"
  789. };
  790. static const char * const gp0_clk_groups[] = {
  791. "gpio25"
  792. };
  793. static const char * const gp1_clk_groups[] = {
  794. "gpio26"
  795. };
  796. static const char * const hdmi_cec_groups[] = {
  797. "gpio31"
  798. };
  799. static const char * const hdmi_ddc_groups[] = {
  800. "gpio32", "gpio33"
  801. };
  802. static const char * const hdmi_dtest_groups[] = {
  803. "gpio123"
  804. };
  805. static const char * const hdmi_hpd_groups[] = {
  806. "gpio34"
  807. };
  808. static const char * const hdmi_rcv_groups[] = {
  809. "gpio125"
  810. };
  811. static const char * const hsic_groups[] = {
  812. "gpio134", "gpio135"
  813. };
  814. static const char * const ldo_en_groups[] = {
  815. "gpio124"
  816. };
  817. static const char * const ldo_update_groups[] = {
  818. "gpio125"
  819. };
  820. static const char * const mdp_vsync_groups[] = {
  821. "gpio12", "gpio13", "gpio14"
  822. };
  823. static const char * const pci_e0_groups[] = {
  824. "gpio68", "gpio70"
  825. };
  826. static const char * const pci_e0_n_groups[] = {
  827. "gpio68", "gpio70"
  828. };
  829. static const char * const pci_e0_rst_groups[] = {
  830. "gpio70"
  831. };
  832. static const char * const pci_e1_groups[] = {
  833. "gpio140"
  834. };
  835. static const char * const pci_e1_rst_groups[] = {
  836. "gpio140"
  837. };
  838. static const char * const pci_e1_rst_n_groups[] = {
  839. "gpio140"
  840. };
  841. static const char * const pci_e1_clkreq_n_groups[] = {
  842. "gpio141"
  843. };
  844. static const char * const pri_mi2s_groups[] = {
  845. "gpio76", "gpio77", "gpio78", "gpio79", "gpio80"
  846. };
  847. static const char * const qua_mi2s_groups[] = {
  848. "gpio91", "gpio92", "gpio93", "gpio94", "gpio95", "gpio96", "gpio97"
  849. };
  850. static const char * const sata_act_groups[] = {
  851. "gpio129"
  852. };
  853. static const char * const sata_devsleep_groups[] = {
  854. "gpio119"
  855. };
  856. static const char * const sata_devsleep_n_groups[] = {
  857. "gpio119"
  858. };
  859. static const char * const sd_write_groups[] = {
  860. "gpio75"
  861. };
  862. static const char * const sdc_emmc_mode_groups[] = {
  863. "gpio146"
  864. };
  865. static const char * const sdc3_groups[] = {
  866. "gpio67", "gpio68", "gpio69", "gpio70", "gpio71", "gpio72"
  867. };
  868. static const char * const sdc4_groups[] = {
  869. "gpio82", "gpio83", "gpio84", "gpio85", "gpio86",
  870. "gpio91", "gpio95", "gpio96", "gpio97", "gpio101"
  871. };
  872. static const char * const sec_mi2s_groups[] = {
  873. "gpio81", "gpio82", "gpio83", "gpio84", "gpio85"
  874. };
  875. static const char * const slimbus_groups[] = {
  876. "gpio98", "gpio99"
  877. };
  878. static const char * const spdif_tx_groups[] = {
  879. "gpio124", "gpio136", "gpio142"
  880. };
  881. static const char * const spkr_i2s_groups[] = {
  882. "gpio98", "gpio99", "gpio100"
  883. };
  884. static const char * const spkr_i2s_ws_groups[] = {
  885. "gpio104"
  886. };
  887. static const char * const spss_geni_groups[] = {
  888. "gpio8", "gpio9"
  889. };
  890. static const char * const ter_mi2s_groups[] = {
  891. "gpio86", "gpio87", "gpio88", "gpio89", "gpio90"
  892. };
  893. static const char * const tsif1_groups[] = {
  894. "gpio82", "gpio83", "gpio84", "gpio85", "gpio86"
  895. };
  896. static const char * const tsif2_groups[] = {
  897. "gpio91", "gpio95", "gpio96", "gpio97", "gpio101"
  898. };
  899. static const char * const uim_groups[] = {
  900. "gpio130", "gpio131", "gpio132", "gpio133"
  901. };
  902. static const char * const uim_batt_alarm_groups[] = {
  903. "gpio102"
  904. };
  905. static const struct msm_function apq8084_functions[] = {
  906. FUNCTION(adsp_ext),
  907. FUNCTION(audio_ref),
  908. FUNCTION(blsp_i2c1),
  909. FUNCTION(blsp_i2c2),
  910. FUNCTION(blsp_i2c3),
  911. FUNCTION(blsp_i2c4),
  912. FUNCTION(blsp_i2c5),
  913. FUNCTION(blsp_i2c6),
  914. FUNCTION(blsp_i2c7),
  915. FUNCTION(blsp_i2c8),
  916. FUNCTION(blsp_i2c9),
  917. FUNCTION(blsp_i2c10),
  918. FUNCTION(blsp_i2c11),
  919. FUNCTION(blsp_i2c12),
  920. FUNCTION(blsp_spi1),
  921. FUNCTION(blsp_spi1_cs1),
  922. FUNCTION(blsp_spi1_cs2),
  923. FUNCTION(blsp_spi1_cs3),
  924. FUNCTION(blsp_spi2),
  925. FUNCTION(blsp_spi3),
  926. FUNCTION(blsp_spi3_cs1),
  927. FUNCTION(blsp_spi3_cs2),
  928. FUNCTION(blsp_spi3_cs3),
  929. FUNCTION(blsp_spi4),
  930. FUNCTION(blsp_spi5),
  931. FUNCTION(blsp_spi6),
  932. FUNCTION(blsp_spi7),
  933. FUNCTION(blsp_spi8),
  934. FUNCTION(blsp_spi9),
  935. FUNCTION(blsp_spi10),
  936. FUNCTION(blsp_spi10_cs1),
  937. FUNCTION(blsp_spi10_cs2),
  938. FUNCTION(blsp_spi10_cs3),
  939. FUNCTION(blsp_spi11),
  940. FUNCTION(blsp_spi12),
  941. FUNCTION(blsp_uart1),
  942. FUNCTION(blsp_uart2),
  943. FUNCTION(blsp_uart3),
  944. FUNCTION(blsp_uart4),
  945. FUNCTION(blsp_uart5),
  946. FUNCTION(blsp_uart6),
  947. FUNCTION(blsp_uart7),
  948. FUNCTION(blsp_uart8),
  949. FUNCTION(blsp_uart9),
  950. FUNCTION(blsp_uart10),
  951. FUNCTION(blsp_uart11),
  952. FUNCTION(blsp_uart12),
  953. FUNCTION(blsp_uim1),
  954. FUNCTION(blsp_uim2),
  955. FUNCTION(blsp_uim3),
  956. FUNCTION(blsp_uim4),
  957. FUNCTION(blsp_uim5),
  958. FUNCTION(blsp_uim6),
  959. FUNCTION(blsp_uim7),
  960. FUNCTION(blsp_uim8),
  961. FUNCTION(blsp_uim9),
  962. FUNCTION(blsp_uim10),
  963. FUNCTION(blsp_uim11),
  964. FUNCTION(blsp_uim12),
  965. FUNCTION(cam_mclk0),
  966. FUNCTION(cam_mclk1),
  967. FUNCTION(cam_mclk2),
  968. FUNCTION(cam_mclk3),
  969. FUNCTION(cci_async),
  970. FUNCTION(cci_async_in0),
  971. FUNCTION(cci_i2c0),
  972. FUNCTION(cci_i2c1),
  973. FUNCTION(cci_timer0),
  974. FUNCTION(cci_timer1),
  975. FUNCTION(cci_timer2),
  976. FUNCTION(cci_timer3),
  977. FUNCTION(cci_timer4),
  978. FUNCTION(edp_hpd),
  979. FUNCTION(gcc_gp1),
  980. FUNCTION(gcc_gp2),
  981. FUNCTION(gcc_gp3),
  982. FUNCTION(gcc_obt),
  983. FUNCTION(gcc_vtt),
  984. FUNCTION(gp_mn),
  985. FUNCTION(gp_pdm0),
  986. FUNCTION(gp_pdm1),
  987. FUNCTION(gp_pdm2),
  988. FUNCTION(gp0_clk),
  989. FUNCTION(gp1_clk),
  990. FUNCTION(gpio),
  991. FUNCTION(hdmi_cec),
  992. FUNCTION(hdmi_ddc),
  993. FUNCTION(hdmi_dtest),
  994. FUNCTION(hdmi_hpd),
  995. FUNCTION(hdmi_rcv),
  996. FUNCTION(hsic),
  997. FUNCTION(ldo_en),
  998. FUNCTION(ldo_update),
  999. FUNCTION(mdp_vsync),
  1000. FUNCTION(pci_e0),
  1001. FUNCTION(pci_e0_n),
  1002. FUNCTION(pci_e0_rst),
  1003. FUNCTION(pci_e1),
  1004. FUNCTION(pci_e1_rst),
  1005. FUNCTION(pci_e1_rst_n),
  1006. FUNCTION(pci_e1_clkreq_n),
  1007. FUNCTION(pri_mi2s),
  1008. FUNCTION(qua_mi2s),
  1009. FUNCTION(sata_act),
  1010. FUNCTION(sata_devsleep),
  1011. FUNCTION(sata_devsleep_n),
  1012. FUNCTION(sd_write),
  1013. FUNCTION(sdc_emmc_mode),
  1014. FUNCTION(sdc3),
  1015. FUNCTION(sdc4),
  1016. FUNCTION(sec_mi2s),
  1017. FUNCTION(slimbus),
  1018. FUNCTION(spdif_tx),
  1019. FUNCTION(spkr_i2s),
  1020. FUNCTION(spkr_i2s_ws),
  1021. FUNCTION(spss_geni),
  1022. FUNCTION(ter_mi2s),
  1023. FUNCTION(tsif1),
  1024. FUNCTION(tsif2),
  1025. FUNCTION(uim),
  1026. FUNCTION(uim_batt_alarm),
  1027. };
  1028. static const struct msm_pingroup apq8084_groups[] = {
  1029. PINGROUP(0, blsp_spi1, blsp_uart1, blsp_uim1, NA, NA, NA, NA),
  1030. PINGROUP(1, blsp_spi1, blsp_uart1, blsp_uim1, NA, NA, NA, NA),
  1031. PINGROUP(2, blsp_spi1, blsp_uart1, blsp_i2c1, NA, NA, NA, NA),
  1032. PINGROUP(3, blsp_spi1, blsp_uart1, blsp_i2c1, NA, NA, NA, NA),
  1033. PINGROUP(4, blsp_spi2, blsp_uart2, blsp_uim2, NA, NA, NA, NA),
  1034. PINGROUP(5, blsp_spi2, blsp_uart2, blsp_uim2, NA, NA, NA, NA),
  1035. PINGROUP(6, blsp_spi2, blsp_uart2, blsp_i2c2, NA, NA, NA, NA),
  1036. PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, NA, NA, NA, NA),
  1037. PINGROUP(8, blsp_spi3, blsp_uart3, blsp_uim3, spss_geni, NA, NA, NA),
  1038. PINGROUP(9, blsp_spi3, blsp_uim3, blsp_uart3, spss_geni, NA, NA, NA),
  1039. PINGROUP(10, blsp_spi3, blsp_uart3, blsp_i2c3, NA, NA, NA, NA),
  1040. PINGROUP(11, blsp_spi3, blsp_uart3, blsp_i2c3, NA, NA, NA, NA),
  1041. PINGROUP(12, mdp_vsync, NA, NA, NA, NA, NA, NA),
  1042. PINGROUP(13, mdp_vsync, NA, NA, NA, NA, NA, NA),
  1043. PINGROUP(14, mdp_vsync, NA, NA, NA, NA, NA, NA),
  1044. PINGROUP(15, cam_mclk0, NA, NA, NA, NA, NA, NA),
  1045. PINGROUP(16, cam_mclk1, NA, NA, NA, NA, NA, NA),
  1046. PINGROUP(17, cam_mclk2, NA, NA, NA, NA, NA, NA),
  1047. PINGROUP(18, cam_mclk3, NA, NA, NA, NA, NA, NA),
  1048. PINGROUP(19, cci_i2c0, NA, NA, NA, NA, NA, NA),
  1049. PINGROUP(20, cci_i2c0, NA, NA, NA, NA, NA, NA),
  1050. PINGROUP(21, cci_i2c1, NA, NA, NA, NA, NA, NA),
  1051. PINGROUP(22, cci_i2c1, NA, NA, NA, NA, NA, NA),
  1052. PINGROUP(23, cci_timer0, NA, NA, NA, NA, NA, NA),
  1053. PINGROUP(24, cci_timer1, NA, NA, NA, NA, NA, NA),
  1054. PINGROUP(25, cci_timer2, gp0_clk, NA, NA, NA, NA, NA),
  1055. PINGROUP(26, cci_timer3, cci_async, gp1_clk, NA, NA, NA, NA),
  1056. PINGROUP(27, blsp_spi4, blsp_uart4, blsp_uim4, NA, NA, NA, NA),
  1057. PINGROUP(28, blsp_spi4, blsp_uart4, blsp_uim4, NA, NA, NA, NA),
  1058. PINGROUP(29, blsp_spi4, blsp_uart4, blsp_i2c4, gp_mn, NA, NA, NA),
  1059. PINGROUP(30, blsp_spi4, blsp_uart4, blsp_i2c4, NA, NA, NA, NA),
  1060. PINGROUP(31, hdmi_cec, NA, NA, NA, NA, NA, NA),
  1061. PINGROUP(32, hdmi_ddc, NA, NA, NA, NA, NA, NA),
  1062. PINGROUP(33, hdmi_ddc, NA, NA, NA, NA, NA, NA),
  1063. PINGROUP(34, hdmi_hpd, NA, adsp_ext, NA, NA, NA, NA),
  1064. PINGROUP(35, NA, NA, NA, NA, NA, NA, NA),
  1065. PINGROUP(36, NA, NA, NA, NA, NA, NA, NA),
  1066. PINGROUP(37, gcc_gp1, NA, NA, NA, NA, NA, NA),
  1067. PINGROUP(38, gcc_gp2, NA, NA, NA, NA, NA, NA),
  1068. PINGROUP(39, blsp_spi5, blsp_uart5, blsp_uim5, NA, NA, NA, NA),
  1069. PINGROUP(40, blsp_spi5, blsp_uart5, blsp_uim5, NA, NA, NA, NA),
  1070. PINGROUP(41, blsp_spi5, blsp_uart5, blsp_i2c5, NA, NA, NA, NA),
  1071. PINGROUP(42, blsp_spi5, blsp_uart5, blsp_i2c5, NA, NA, NA, NA),
  1072. PINGROUP(43, blsp_spi6, blsp_uart6, blsp_uim6, NA, NA, NA, NA),
  1073. PINGROUP(44, blsp_spi6, blsp_uart6, blsp_uim6, NA, NA, NA, NA),
  1074. PINGROUP(45, blsp_spi6, blsp_uart6, blsp_i2c6, NA, NA, NA, NA),
  1075. PINGROUP(46, blsp_spi6, blsp_uart6, blsp_i2c6, NA, NA, NA, NA),
  1076. PINGROUP(47, blsp_spi12, blsp_uart12, blsp_uim12, NA, NA, NA, NA),
  1077. PINGROUP(48, blsp_spi12, blsp_uart12, blsp_uim12, gp_pdm0, NA, NA, NA),
  1078. PINGROUP(49, blsp_spi12, blsp_uart12, blsp_i2c12, NA, NA, NA, NA),
  1079. PINGROUP(50, blsp_spi12, blsp_uart12, blsp_i2c12, NA, NA, NA, NA),
  1080. PINGROUP(51, blsp_spi8, blsp_uart8, blsp_uim8, NA, NA, NA, NA),
  1081. PINGROUP(52, blsp_spi8, blsp_uart8, blsp_uim8, NA, NA, NA, NA),
  1082. PINGROUP(53, blsp_spi8, blsp_uart8, blsp_i2c8, NA, NA, NA, NA),
  1083. PINGROUP(54, blsp_spi8, blsp_uart8, blsp_i2c8, NA, NA, NA, NA),
  1084. PINGROUP(55, blsp_spi9, blsp_uart9, blsp_uim9, NA, NA, NA, NA),
  1085. PINGROUP(56, blsp_spi9, blsp_uart9, blsp_uim9, NA, NA, NA, NA),
  1086. PINGROUP(57, blsp_spi9, blsp_uart9, blsp_i2c9, NA, NA, NA, NA),
  1087. PINGROUP(58, blsp_spi9, blsp_uart9, blsp_i2c9, NA, NA, NA, NA),
  1088. PINGROUP(59, blsp_spi10, blsp_uart10, blsp_uim10, NA, NA, NA, NA),
  1089. PINGROUP(60, blsp_spi10, blsp_uart10, blsp_uim10, NA, NA, NA, NA),
  1090. PINGROUP(61, blsp_spi10, blsp_uart10, blsp_i2c10, NA, NA, NA, NA),
  1091. PINGROUP(62, blsp_spi10, blsp_uart10, blsp_i2c10, NA, NA, NA, NA),
  1092. PINGROUP(63, blsp_spi11, blsp_uart11, blsp_uim11, NA, NA, NA, NA),
  1093. PINGROUP(64, blsp_spi11, blsp_uart11, blsp_uim11, NA, NA, NA, NA),
  1094. PINGROUP(65, blsp_spi11, blsp_uart11, blsp_i2c11, NA, NA, NA, NA),
  1095. PINGROUP(66, blsp_spi11, blsp_uart11, blsp_i2c11, NA, NA, NA, NA),
  1096. PINGROUP(67, sdc3, blsp_spi3_cs1, NA, NA, NA, NA, NA),
  1097. PINGROUP(68, sdc3, pci_e0, NA, NA, NA, NA, NA),
  1098. PINGROUP(69, sdc3, NA, NA, NA, NA, NA, NA),
  1099. PINGROUP(70, sdc3, pci_e0_n, pci_e0, NA, NA, NA, NA),
  1100. PINGROUP(71, sdc3, blsp_spi3_cs2, NA, NA, NA, NA, NA),
  1101. PINGROUP(72, sdc3, blsp_spi3_cs3, NA, NA, NA, NA, NA),
  1102. PINGROUP(73, NA, NA, NA, NA, NA, NA, NA),
  1103. PINGROUP(74, NA, NA, NA, NA, NA, NA, NA),
  1104. PINGROUP(75, sd_write, NA, NA, NA, NA, NA, NA),
  1105. PINGROUP(76, pri_mi2s, NA, NA, NA, NA, NA, NA),
  1106. PINGROUP(77, pri_mi2s, NA, NA, NA, NA, NA, NA),
  1107. PINGROUP(78, pri_mi2s, NA, NA, NA, NA, NA, NA),
  1108. PINGROUP(79, pri_mi2s, NA, NA, NA, NA, NA, NA),
  1109. PINGROUP(80, pri_mi2s, NA, NA, NA, NA, NA, NA),
  1110. PINGROUP(81, sec_mi2s, NA, NA, NA, NA, NA, NA),
  1111. PINGROUP(82, sec_mi2s, sdc4, tsif1, NA, NA, NA, NA),
  1112. PINGROUP(83, sec_mi2s, sdc4, tsif1, NA, NA, NA, gp_pdm0),
  1113. PINGROUP(84, sec_mi2s, sdc4, tsif1, NA, NA, NA, gp_pdm1),
  1114. PINGROUP(85, sec_mi2s, sdc4, tsif1, NA, gp_pdm2, NA, NA),
  1115. PINGROUP(86, ter_mi2s, sdc4, tsif1, NA, NA, NA, gcc_gp3),
  1116. PINGROUP(87, ter_mi2s, NA, NA, NA, NA, NA, NA),
  1117. PINGROUP(88, ter_mi2s, NA, NA, NA, NA, NA, NA),
  1118. PINGROUP(89, ter_mi2s, NA, NA, NA, NA, NA, NA),
  1119. PINGROUP(90, ter_mi2s, NA, NA, NA, NA, NA, NA),
  1120. PINGROUP(91, qua_mi2s, sdc4, tsif2, NA, NA, NA, NA),
  1121. PINGROUP(92, qua_mi2s, NA, NA, NA, NA, NA, NA),
  1122. PINGROUP(93, qua_mi2s, NA, NA, NA, NA, NA, NA),
  1123. PINGROUP(94, qua_mi2s, NA, NA, NA, NA, NA, NA),
  1124. PINGROUP(95, qua_mi2s, sdc4, tsif2, NA, NA, NA, gcc_gp1),
  1125. PINGROUP(96, qua_mi2s, sdc4, tsif2, NA, NA, NA, gcc_gp2),
  1126. PINGROUP(97, qua_mi2s, sdc4, tsif2, NA, gcc_gp3, NA, NA),
  1127. PINGROUP(98, slimbus, spkr_i2s, NA, NA, NA, NA, NA),
  1128. PINGROUP(99, slimbus, spkr_i2s, NA, NA, NA, NA, NA),
  1129. PINGROUP(100, audio_ref, spkr_i2s, NA, NA, NA, NA, NA),
  1130. PINGROUP(101, sdc4, tsif2, gp_pdm1, NA, NA, NA, NA),
  1131. PINGROUP(102, uim_batt_alarm, NA, NA, NA, NA, NA, NA),
  1132. PINGROUP(103, edp_hpd, NA, NA, NA, NA, NA, NA),
  1133. PINGROUP(104, spkr_i2s, NA, NA, NA, NA, NA, NA),
  1134. PINGROUP(105, NA, NA, NA, NA, NA, NA, NA),
  1135. PINGROUP(106, blsp_spi10_cs1, NA, NA, NA, NA, NA, NA),
  1136. PINGROUP(107, NA, NA, NA, NA, NA, NA, NA),
  1137. PINGROUP(108, NA, NA, NA, NA, NA, NA, NA),
  1138. PINGROUP(109, NA, NA, NA, NA, NA, NA, NA),
  1139. PINGROUP(110, gp_pdm2, NA, NA, NA, NA, NA, NA),
  1140. PINGROUP(111, blsp_spi10_cs2, NA, NA, NA, NA, NA, NA),
  1141. PINGROUP(112, NA, NA, NA, NA, NA, NA, NA),
  1142. PINGROUP(113, NA, NA, NA, NA, NA, NA, NA),
  1143. PINGROUP(114, NA, NA, NA, NA, NA, NA, NA),
  1144. PINGROUP(115, NA, NA, NA, NA, NA, NA, NA),
  1145. PINGROUP(116, blsp_spi1_cs1, NA, NA, NA, NA, NA, NA),
  1146. PINGROUP(117, blsp_spi1_cs2, NA, NA, NA, NA, NA, NA),
  1147. PINGROUP(118, blsp_spi1_cs3, NA, NA, NA, NA, NA, NA),
  1148. PINGROUP(119, cci_timer4, cci_async, sata_devsleep, sata_devsleep_n, NA, NA, NA),
  1149. PINGROUP(120, cci_async, NA, NA, NA, NA, NA, NA),
  1150. PINGROUP(121, NA, NA, NA, NA, NA, NA, NA),
  1151. PINGROUP(122, NA, NA, NA, NA, NA, NA, NA),
  1152. PINGROUP(123, hdmi_dtest, NA, NA, NA, NA, NA, NA),
  1153. PINGROUP(124, spdif_tx, ldo_en, NA, NA, NA, NA, NA),
  1154. PINGROUP(125, ldo_update, hdmi_rcv, NA, NA, NA, NA, NA),
  1155. PINGROUP(126, gcc_vtt, NA, NA, NA, NA, NA, NA),
  1156. PINGROUP(127, gcc_obt, NA, NA, NA, NA, NA, NA),
  1157. PINGROUP(128, blsp_spi10_cs3, NA, NA, NA, NA, NA, NA),
  1158. PINGROUP(129, sata_act, NA, NA, NA, NA, NA, NA),
  1159. PINGROUP(130, uim, blsp_spi7, blsp_uart7, blsp_uim7, NA, NA, NA),
  1160. PINGROUP(131, uim, blsp_spi7, blsp_uart7, blsp_uim7, NA, NA, NA),
  1161. PINGROUP(132, uim, blsp_spi7, blsp_uart7, blsp_i2c7, NA, NA, NA),
  1162. PINGROUP(133, uim, blsp_spi7, blsp_uart7, blsp_i2c7, NA, NA, NA),
  1163. PINGROUP(134, hsic, NA, NA, NA, NA, NA, NA),
  1164. PINGROUP(135, hsic, NA, NA, NA, NA, NA, NA),
  1165. PINGROUP(136, spdif_tx, NA, NA, NA, NA, NA, NA),
  1166. PINGROUP(137, NA, NA, NA, NA, NA, NA, NA),
  1167. PINGROUP(138, NA, NA, NA, NA, NA, NA, NA),
  1168. PINGROUP(139, NA, NA, NA, NA, NA, NA, NA),
  1169. PINGROUP(140, pci_e1_rst_n, pci_e1_rst, NA, NA, NA, NA, NA),
  1170. PINGROUP(141, pci_e1_clkreq_n, NA, NA, NA, NA, NA, NA),
  1171. PINGROUP(142, spdif_tx, NA, NA, NA, NA, NA, NA),
  1172. PINGROUP(143, NA, NA, NA, NA, NA, NA, NA),
  1173. PINGROUP(144, NA, NA, NA, NA, NA, NA, NA),
  1174. PINGROUP(145, NA, NA, NA, NA, NA, NA, NA),
  1175. PINGROUP(146, sdc_emmc_mode, NA, NA, NA, NA, NA, NA),
  1176. SDC_PINGROUP(sdc1_clk, 0x2044, 13, 6),
  1177. SDC_PINGROUP(sdc1_cmd, 0x2044, 11, 3),
  1178. SDC_PINGROUP(sdc1_data, 0x2044, 9, 0),
  1179. SDC_PINGROUP(sdc2_clk, 0x2048, 14, 6),
  1180. SDC_PINGROUP(sdc2_cmd, 0x2048, 11, 3),
  1181. SDC_PINGROUP(sdc2_data, 0x2048, 9, 0),
  1182. };
  1183. #define NUM_GPIO_PINGROUPS 147
  1184. static const struct msm_pinctrl_soc_data apq8084_pinctrl = {
  1185. .pins = apq8084_pins,
  1186. .npins = ARRAY_SIZE(apq8084_pins),
  1187. .functions = apq8084_functions,
  1188. .nfunctions = ARRAY_SIZE(apq8084_functions),
  1189. .groups = apq8084_groups,
  1190. .ngroups = ARRAY_SIZE(apq8084_groups),
  1191. .ngpios = NUM_GPIO_PINGROUPS,
  1192. };
  1193. static int apq8084_pinctrl_probe(struct platform_device *pdev)
  1194. {
  1195. return msm_pinctrl_probe(pdev, &apq8084_pinctrl);
  1196. }
  1197. static const struct of_device_id apq8084_pinctrl_of_match[] = {
  1198. { .compatible = "qcom,apq8084-pinctrl", },
  1199. { },
  1200. };
  1201. static struct platform_driver apq8084_pinctrl_driver = {
  1202. .driver = {
  1203. .name = "apq8084-pinctrl",
  1204. .of_match_table = apq8084_pinctrl_of_match,
  1205. },
  1206. .probe = apq8084_pinctrl_probe,
  1207. .remove = msm_pinctrl_remove,
  1208. };
  1209. static int __init apq8084_pinctrl_init(void)
  1210. {
  1211. return platform_driver_register(&apq8084_pinctrl_driver);
  1212. }
  1213. arch_initcall(apq8084_pinctrl_init);
  1214. static void __exit apq8084_pinctrl_exit(void)
  1215. {
  1216. platform_driver_unregister(&apq8084_pinctrl_driver);
  1217. }
  1218. module_exit(apq8084_pinctrl_exit);
  1219. MODULE_DESCRIPTION("Qualcomm APQ8084 pinctrl driver");
  1220. MODULE_LICENSE("GPL v2");
  1221. MODULE_DEVICE_TABLE(of, apq8084_pinctrl_of_match);