pinctrl-sdm845.c 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
  4. */
  5. #include <linux/module.h>
  6. #include <linux/of.h>
  7. #include <linux/platform_device.h>
  8. #include <linux/pinctrl/pinctrl.h>
  9. #include "pinctrl-msm.h"
  10. #define FUNCTION(fname) \
  11. [msm_mux_##fname] = { \
  12. .name = #fname, \
  13. .groups = fname##_groups, \
  14. .ngroups = ARRAY_SIZE(fname##_groups), \
  15. }
  16. #define NORTH 0x00500000
  17. #define SOUTH 0x00900000
  18. #define EAST 0x00100000
  19. #define REG_SIZE 0x1000
  20. #define PINGROUP(id, base, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10) \
  21. { \
  22. .name = "gpio" #id, \
  23. .pins = gpio##id##_pins, \
  24. .npins = ARRAY_SIZE(gpio##id##_pins), \
  25. .funcs = (int[]){ \
  26. msm_mux_gpio, /* gpio mode */ \
  27. msm_mux_##f1, \
  28. msm_mux_##f2, \
  29. msm_mux_##f3, \
  30. msm_mux_##f4, \
  31. msm_mux_##f5, \
  32. msm_mux_##f6, \
  33. msm_mux_##f7, \
  34. msm_mux_##f8, \
  35. msm_mux_##f9, \
  36. msm_mux_##f10 \
  37. }, \
  38. .nfuncs = 11, \
  39. .ctl_reg = base + REG_SIZE * id, \
  40. .io_reg = base + 0x4 + REG_SIZE * id, \
  41. .intr_cfg_reg = base + 0x8 + REG_SIZE * id, \
  42. .intr_status_reg = base + 0xc + REG_SIZE * id, \
  43. .intr_target_reg = base + 0x8 + REG_SIZE * id, \
  44. .mux_bit = 2, \
  45. .pull_bit = 0, \
  46. .drv_bit = 6, \
  47. .oe_bit = 9, \
  48. .in_bit = 0, \
  49. .out_bit = 1, \
  50. .intr_enable_bit = 0, \
  51. .intr_status_bit = 0, \
  52. .intr_target_bit = 5, \
  53. .intr_target_kpss_val = 3, \
  54. .intr_raw_status_bit = 4, \
  55. .intr_polarity_bit = 1, \
  56. .intr_detection_bit = 2, \
  57. .intr_detection_width = 2, \
  58. }
  59. #define SDC_QDSD_PINGROUP(pg_name, ctl, pull, drv) \
  60. { \
  61. .name = #pg_name, \
  62. .pins = pg_name##_pins, \
  63. .npins = ARRAY_SIZE(pg_name##_pins), \
  64. .ctl_reg = ctl, \
  65. .io_reg = 0, \
  66. .intr_cfg_reg = 0, \
  67. .intr_status_reg = 0, \
  68. .intr_target_reg = 0, \
  69. .mux_bit = -1, \
  70. .pull_bit = pull, \
  71. .drv_bit = drv, \
  72. .oe_bit = -1, \
  73. .in_bit = -1, \
  74. .out_bit = -1, \
  75. .intr_enable_bit = -1, \
  76. .intr_status_bit = -1, \
  77. .intr_target_bit = -1, \
  78. .intr_raw_status_bit = -1, \
  79. .intr_polarity_bit = -1, \
  80. .intr_detection_bit = -1, \
  81. .intr_detection_width = -1, \
  82. }
  83. #define UFS_RESET(pg_name, offset) \
  84. { \
  85. .name = #pg_name, \
  86. .pins = pg_name##_pins, \
  87. .npins = ARRAY_SIZE(pg_name##_pins), \
  88. .ctl_reg = offset, \
  89. .io_reg = offset + 0x4, \
  90. .intr_cfg_reg = 0, \
  91. .intr_status_reg = 0, \
  92. .intr_target_reg = 0, \
  93. .mux_bit = -1, \
  94. .pull_bit = 3, \
  95. .drv_bit = 0, \
  96. .oe_bit = -1, \
  97. .in_bit = -1, \
  98. .out_bit = 0, \
  99. .intr_enable_bit = -1, \
  100. .intr_status_bit = -1, \
  101. .intr_target_bit = -1, \
  102. .intr_raw_status_bit = -1, \
  103. .intr_polarity_bit = -1, \
  104. .intr_detection_bit = -1, \
  105. .intr_detection_width = -1, \
  106. }
  107. static const struct pinctrl_pin_desc sdm845_pins[] = {
  108. PINCTRL_PIN(0, "GPIO_0"),
  109. PINCTRL_PIN(1, "GPIO_1"),
  110. PINCTRL_PIN(2, "GPIO_2"),
  111. PINCTRL_PIN(3, "GPIO_3"),
  112. PINCTRL_PIN(4, "GPIO_4"),
  113. PINCTRL_PIN(5, "GPIO_5"),
  114. PINCTRL_PIN(6, "GPIO_6"),
  115. PINCTRL_PIN(7, "GPIO_7"),
  116. PINCTRL_PIN(8, "GPIO_8"),
  117. PINCTRL_PIN(9, "GPIO_9"),
  118. PINCTRL_PIN(10, "GPIO_10"),
  119. PINCTRL_PIN(11, "GPIO_11"),
  120. PINCTRL_PIN(12, "GPIO_12"),
  121. PINCTRL_PIN(13, "GPIO_13"),
  122. PINCTRL_PIN(14, "GPIO_14"),
  123. PINCTRL_PIN(15, "GPIO_15"),
  124. PINCTRL_PIN(16, "GPIO_16"),
  125. PINCTRL_PIN(17, "GPIO_17"),
  126. PINCTRL_PIN(18, "GPIO_18"),
  127. PINCTRL_PIN(19, "GPIO_19"),
  128. PINCTRL_PIN(20, "GPIO_20"),
  129. PINCTRL_PIN(21, "GPIO_21"),
  130. PINCTRL_PIN(22, "GPIO_22"),
  131. PINCTRL_PIN(23, "GPIO_23"),
  132. PINCTRL_PIN(24, "GPIO_24"),
  133. PINCTRL_PIN(25, "GPIO_25"),
  134. PINCTRL_PIN(26, "GPIO_26"),
  135. PINCTRL_PIN(27, "GPIO_27"),
  136. PINCTRL_PIN(28, "GPIO_28"),
  137. PINCTRL_PIN(29, "GPIO_29"),
  138. PINCTRL_PIN(30, "GPIO_30"),
  139. PINCTRL_PIN(31, "GPIO_31"),
  140. PINCTRL_PIN(32, "GPIO_32"),
  141. PINCTRL_PIN(33, "GPIO_33"),
  142. PINCTRL_PIN(34, "GPIO_34"),
  143. PINCTRL_PIN(35, "GPIO_35"),
  144. PINCTRL_PIN(36, "GPIO_36"),
  145. PINCTRL_PIN(37, "GPIO_37"),
  146. PINCTRL_PIN(38, "GPIO_38"),
  147. PINCTRL_PIN(39, "GPIO_39"),
  148. PINCTRL_PIN(40, "GPIO_40"),
  149. PINCTRL_PIN(41, "GPIO_41"),
  150. PINCTRL_PIN(42, "GPIO_42"),
  151. PINCTRL_PIN(43, "GPIO_43"),
  152. PINCTRL_PIN(44, "GPIO_44"),
  153. PINCTRL_PIN(45, "GPIO_45"),
  154. PINCTRL_PIN(46, "GPIO_46"),
  155. PINCTRL_PIN(47, "GPIO_47"),
  156. PINCTRL_PIN(48, "GPIO_48"),
  157. PINCTRL_PIN(49, "GPIO_49"),
  158. PINCTRL_PIN(50, "GPIO_50"),
  159. PINCTRL_PIN(51, "GPIO_51"),
  160. PINCTRL_PIN(52, "GPIO_52"),
  161. PINCTRL_PIN(53, "GPIO_53"),
  162. PINCTRL_PIN(54, "GPIO_54"),
  163. PINCTRL_PIN(55, "GPIO_55"),
  164. PINCTRL_PIN(56, "GPIO_56"),
  165. PINCTRL_PIN(57, "GPIO_57"),
  166. PINCTRL_PIN(58, "GPIO_58"),
  167. PINCTRL_PIN(59, "GPIO_59"),
  168. PINCTRL_PIN(60, "GPIO_60"),
  169. PINCTRL_PIN(61, "GPIO_61"),
  170. PINCTRL_PIN(62, "GPIO_62"),
  171. PINCTRL_PIN(63, "GPIO_63"),
  172. PINCTRL_PIN(64, "GPIO_64"),
  173. PINCTRL_PIN(65, "GPIO_65"),
  174. PINCTRL_PIN(66, "GPIO_66"),
  175. PINCTRL_PIN(67, "GPIO_67"),
  176. PINCTRL_PIN(68, "GPIO_68"),
  177. PINCTRL_PIN(69, "GPIO_69"),
  178. PINCTRL_PIN(70, "GPIO_70"),
  179. PINCTRL_PIN(71, "GPIO_71"),
  180. PINCTRL_PIN(72, "GPIO_72"),
  181. PINCTRL_PIN(73, "GPIO_73"),
  182. PINCTRL_PIN(74, "GPIO_74"),
  183. PINCTRL_PIN(75, "GPIO_75"),
  184. PINCTRL_PIN(76, "GPIO_76"),
  185. PINCTRL_PIN(77, "GPIO_77"),
  186. PINCTRL_PIN(78, "GPIO_78"),
  187. PINCTRL_PIN(79, "GPIO_79"),
  188. PINCTRL_PIN(80, "GPIO_80"),
  189. PINCTRL_PIN(81, "GPIO_81"),
  190. PINCTRL_PIN(82, "GPIO_82"),
  191. PINCTRL_PIN(83, "GPIO_83"),
  192. PINCTRL_PIN(84, "GPIO_84"),
  193. PINCTRL_PIN(85, "GPIO_85"),
  194. PINCTRL_PIN(86, "GPIO_86"),
  195. PINCTRL_PIN(87, "GPIO_87"),
  196. PINCTRL_PIN(88, "GPIO_88"),
  197. PINCTRL_PIN(89, "GPIO_89"),
  198. PINCTRL_PIN(90, "GPIO_90"),
  199. PINCTRL_PIN(91, "GPIO_91"),
  200. PINCTRL_PIN(92, "GPIO_92"),
  201. PINCTRL_PIN(93, "GPIO_93"),
  202. PINCTRL_PIN(94, "GPIO_94"),
  203. PINCTRL_PIN(95, "GPIO_95"),
  204. PINCTRL_PIN(96, "GPIO_96"),
  205. PINCTRL_PIN(97, "GPIO_97"),
  206. PINCTRL_PIN(98, "GPIO_98"),
  207. PINCTRL_PIN(99, "GPIO_99"),
  208. PINCTRL_PIN(100, "GPIO_100"),
  209. PINCTRL_PIN(101, "GPIO_101"),
  210. PINCTRL_PIN(102, "GPIO_102"),
  211. PINCTRL_PIN(103, "GPIO_103"),
  212. PINCTRL_PIN(104, "GPIO_104"),
  213. PINCTRL_PIN(105, "GPIO_105"),
  214. PINCTRL_PIN(106, "GPIO_106"),
  215. PINCTRL_PIN(107, "GPIO_107"),
  216. PINCTRL_PIN(108, "GPIO_108"),
  217. PINCTRL_PIN(109, "GPIO_109"),
  218. PINCTRL_PIN(110, "GPIO_110"),
  219. PINCTRL_PIN(111, "GPIO_111"),
  220. PINCTRL_PIN(112, "GPIO_112"),
  221. PINCTRL_PIN(113, "GPIO_113"),
  222. PINCTRL_PIN(114, "GPIO_114"),
  223. PINCTRL_PIN(115, "GPIO_115"),
  224. PINCTRL_PIN(116, "GPIO_116"),
  225. PINCTRL_PIN(117, "GPIO_117"),
  226. PINCTRL_PIN(118, "GPIO_118"),
  227. PINCTRL_PIN(119, "GPIO_119"),
  228. PINCTRL_PIN(120, "GPIO_120"),
  229. PINCTRL_PIN(121, "GPIO_121"),
  230. PINCTRL_PIN(122, "GPIO_122"),
  231. PINCTRL_PIN(123, "GPIO_123"),
  232. PINCTRL_PIN(124, "GPIO_124"),
  233. PINCTRL_PIN(125, "GPIO_125"),
  234. PINCTRL_PIN(126, "GPIO_126"),
  235. PINCTRL_PIN(127, "GPIO_127"),
  236. PINCTRL_PIN(128, "GPIO_128"),
  237. PINCTRL_PIN(129, "GPIO_129"),
  238. PINCTRL_PIN(130, "GPIO_130"),
  239. PINCTRL_PIN(131, "GPIO_131"),
  240. PINCTRL_PIN(132, "GPIO_132"),
  241. PINCTRL_PIN(133, "GPIO_133"),
  242. PINCTRL_PIN(134, "GPIO_134"),
  243. PINCTRL_PIN(135, "GPIO_135"),
  244. PINCTRL_PIN(136, "GPIO_136"),
  245. PINCTRL_PIN(137, "GPIO_137"),
  246. PINCTRL_PIN(138, "GPIO_138"),
  247. PINCTRL_PIN(139, "GPIO_139"),
  248. PINCTRL_PIN(140, "GPIO_140"),
  249. PINCTRL_PIN(141, "GPIO_141"),
  250. PINCTRL_PIN(142, "GPIO_142"),
  251. PINCTRL_PIN(143, "GPIO_143"),
  252. PINCTRL_PIN(144, "GPIO_144"),
  253. PINCTRL_PIN(145, "GPIO_145"),
  254. PINCTRL_PIN(146, "GPIO_146"),
  255. PINCTRL_PIN(147, "GPIO_147"),
  256. PINCTRL_PIN(148, "GPIO_148"),
  257. PINCTRL_PIN(149, "GPIO_149"),
  258. PINCTRL_PIN(150, "SDC2_CLK"),
  259. PINCTRL_PIN(151, "SDC2_CMD"),
  260. PINCTRL_PIN(152, "SDC2_DATA"),
  261. PINCTRL_PIN(153, "UFS_RESET"),
  262. };
  263. #define DECLARE_MSM_GPIO_PINS(pin) \
  264. static const unsigned int gpio##pin##_pins[] = { pin }
  265. DECLARE_MSM_GPIO_PINS(0);
  266. DECLARE_MSM_GPIO_PINS(1);
  267. DECLARE_MSM_GPIO_PINS(2);
  268. DECLARE_MSM_GPIO_PINS(3);
  269. DECLARE_MSM_GPIO_PINS(4);
  270. DECLARE_MSM_GPIO_PINS(5);
  271. DECLARE_MSM_GPIO_PINS(6);
  272. DECLARE_MSM_GPIO_PINS(7);
  273. DECLARE_MSM_GPIO_PINS(8);
  274. DECLARE_MSM_GPIO_PINS(9);
  275. DECLARE_MSM_GPIO_PINS(10);
  276. DECLARE_MSM_GPIO_PINS(11);
  277. DECLARE_MSM_GPIO_PINS(12);
  278. DECLARE_MSM_GPIO_PINS(13);
  279. DECLARE_MSM_GPIO_PINS(14);
  280. DECLARE_MSM_GPIO_PINS(15);
  281. DECLARE_MSM_GPIO_PINS(16);
  282. DECLARE_MSM_GPIO_PINS(17);
  283. DECLARE_MSM_GPIO_PINS(18);
  284. DECLARE_MSM_GPIO_PINS(19);
  285. DECLARE_MSM_GPIO_PINS(20);
  286. DECLARE_MSM_GPIO_PINS(21);
  287. DECLARE_MSM_GPIO_PINS(22);
  288. DECLARE_MSM_GPIO_PINS(23);
  289. DECLARE_MSM_GPIO_PINS(24);
  290. DECLARE_MSM_GPIO_PINS(25);
  291. DECLARE_MSM_GPIO_PINS(26);
  292. DECLARE_MSM_GPIO_PINS(27);
  293. DECLARE_MSM_GPIO_PINS(28);
  294. DECLARE_MSM_GPIO_PINS(29);
  295. DECLARE_MSM_GPIO_PINS(30);
  296. DECLARE_MSM_GPIO_PINS(31);
  297. DECLARE_MSM_GPIO_PINS(32);
  298. DECLARE_MSM_GPIO_PINS(33);
  299. DECLARE_MSM_GPIO_PINS(34);
  300. DECLARE_MSM_GPIO_PINS(35);
  301. DECLARE_MSM_GPIO_PINS(36);
  302. DECLARE_MSM_GPIO_PINS(37);
  303. DECLARE_MSM_GPIO_PINS(38);
  304. DECLARE_MSM_GPIO_PINS(39);
  305. DECLARE_MSM_GPIO_PINS(40);
  306. DECLARE_MSM_GPIO_PINS(41);
  307. DECLARE_MSM_GPIO_PINS(42);
  308. DECLARE_MSM_GPIO_PINS(43);
  309. DECLARE_MSM_GPIO_PINS(44);
  310. DECLARE_MSM_GPIO_PINS(45);
  311. DECLARE_MSM_GPIO_PINS(46);
  312. DECLARE_MSM_GPIO_PINS(47);
  313. DECLARE_MSM_GPIO_PINS(48);
  314. DECLARE_MSM_GPIO_PINS(49);
  315. DECLARE_MSM_GPIO_PINS(50);
  316. DECLARE_MSM_GPIO_PINS(51);
  317. DECLARE_MSM_GPIO_PINS(52);
  318. DECLARE_MSM_GPIO_PINS(53);
  319. DECLARE_MSM_GPIO_PINS(54);
  320. DECLARE_MSM_GPIO_PINS(55);
  321. DECLARE_MSM_GPIO_PINS(56);
  322. DECLARE_MSM_GPIO_PINS(57);
  323. DECLARE_MSM_GPIO_PINS(58);
  324. DECLARE_MSM_GPIO_PINS(59);
  325. DECLARE_MSM_GPIO_PINS(60);
  326. DECLARE_MSM_GPIO_PINS(61);
  327. DECLARE_MSM_GPIO_PINS(62);
  328. DECLARE_MSM_GPIO_PINS(63);
  329. DECLARE_MSM_GPIO_PINS(64);
  330. DECLARE_MSM_GPIO_PINS(65);
  331. DECLARE_MSM_GPIO_PINS(66);
  332. DECLARE_MSM_GPIO_PINS(67);
  333. DECLARE_MSM_GPIO_PINS(68);
  334. DECLARE_MSM_GPIO_PINS(69);
  335. DECLARE_MSM_GPIO_PINS(70);
  336. DECLARE_MSM_GPIO_PINS(71);
  337. DECLARE_MSM_GPIO_PINS(72);
  338. DECLARE_MSM_GPIO_PINS(73);
  339. DECLARE_MSM_GPIO_PINS(74);
  340. DECLARE_MSM_GPIO_PINS(75);
  341. DECLARE_MSM_GPIO_PINS(76);
  342. DECLARE_MSM_GPIO_PINS(77);
  343. DECLARE_MSM_GPIO_PINS(78);
  344. DECLARE_MSM_GPIO_PINS(79);
  345. DECLARE_MSM_GPIO_PINS(80);
  346. DECLARE_MSM_GPIO_PINS(81);
  347. DECLARE_MSM_GPIO_PINS(82);
  348. DECLARE_MSM_GPIO_PINS(83);
  349. DECLARE_MSM_GPIO_PINS(84);
  350. DECLARE_MSM_GPIO_PINS(85);
  351. DECLARE_MSM_GPIO_PINS(86);
  352. DECLARE_MSM_GPIO_PINS(87);
  353. DECLARE_MSM_GPIO_PINS(88);
  354. DECLARE_MSM_GPIO_PINS(89);
  355. DECLARE_MSM_GPIO_PINS(90);
  356. DECLARE_MSM_GPIO_PINS(91);
  357. DECLARE_MSM_GPIO_PINS(92);
  358. DECLARE_MSM_GPIO_PINS(93);
  359. DECLARE_MSM_GPIO_PINS(94);
  360. DECLARE_MSM_GPIO_PINS(95);
  361. DECLARE_MSM_GPIO_PINS(96);
  362. DECLARE_MSM_GPIO_PINS(97);
  363. DECLARE_MSM_GPIO_PINS(98);
  364. DECLARE_MSM_GPIO_PINS(99);
  365. DECLARE_MSM_GPIO_PINS(100);
  366. DECLARE_MSM_GPIO_PINS(101);
  367. DECLARE_MSM_GPIO_PINS(102);
  368. DECLARE_MSM_GPIO_PINS(103);
  369. DECLARE_MSM_GPIO_PINS(104);
  370. DECLARE_MSM_GPIO_PINS(105);
  371. DECLARE_MSM_GPIO_PINS(106);
  372. DECLARE_MSM_GPIO_PINS(107);
  373. DECLARE_MSM_GPIO_PINS(108);
  374. DECLARE_MSM_GPIO_PINS(109);
  375. DECLARE_MSM_GPIO_PINS(110);
  376. DECLARE_MSM_GPIO_PINS(111);
  377. DECLARE_MSM_GPIO_PINS(112);
  378. DECLARE_MSM_GPIO_PINS(113);
  379. DECLARE_MSM_GPIO_PINS(114);
  380. DECLARE_MSM_GPIO_PINS(115);
  381. DECLARE_MSM_GPIO_PINS(116);
  382. DECLARE_MSM_GPIO_PINS(117);
  383. DECLARE_MSM_GPIO_PINS(118);
  384. DECLARE_MSM_GPIO_PINS(119);
  385. DECLARE_MSM_GPIO_PINS(120);
  386. DECLARE_MSM_GPIO_PINS(121);
  387. DECLARE_MSM_GPIO_PINS(122);
  388. DECLARE_MSM_GPIO_PINS(123);
  389. DECLARE_MSM_GPIO_PINS(124);
  390. DECLARE_MSM_GPIO_PINS(125);
  391. DECLARE_MSM_GPIO_PINS(126);
  392. DECLARE_MSM_GPIO_PINS(127);
  393. DECLARE_MSM_GPIO_PINS(128);
  394. DECLARE_MSM_GPIO_PINS(129);
  395. DECLARE_MSM_GPIO_PINS(130);
  396. DECLARE_MSM_GPIO_PINS(131);
  397. DECLARE_MSM_GPIO_PINS(132);
  398. DECLARE_MSM_GPIO_PINS(133);
  399. DECLARE_MSM_GPIO_PINS(134);
  400. DECLARE_MSM_GPIO_PINS(135);
  401. DECLARE_MSM_GPIO_PINS(136);
  402. DECLARE_MSM_GPIO_PINS(137);
  403. DECLARE_MSM_GPIO_PINS(138);
  404. DECLARE_MSM_GPIO_PINS(139);
  405. DECLARE_MSM_GPIO_PINS(140);
  406. DECLARE_MSM_GPIO_PINS(141);
  407. DECLARE_MSM_GPIO_PINS(142);
  408. DECLARE_MSM_GPIO_PINS(143);
  409. DECLARE_MSM_GPIO_PINS(144);
  410. DECLARE_MSM_GPIO_PINS(145);
  411. DECLARE_MSM_GPIO_PINS(146);
  412. DECLARE_MSM_GPIO_PINS(147);
  413. DECLARE_MSM_GPIO_PINS(148);
  414. DECLARE_MSM_GPIO_PINS(149);
  415. static const unsigned int sdc2_clk_pins[] = { 150 };
  416. static const unsigned int sdc2_cmd_pins[] = { 151 };
  417. static const unsigned int sdc2_data_pins[] = { 152 };
  418. static const unsigned int ufs_reset_pins[] = { 153 };
  419. enum sdm845_functions {
  420. msm_mux_gpio,
  421. msm_mux_adsp_ext,
  422. msm_mux_agera_pll,
  423. msm_mux_atest_char,
  424. msm_mux_atest_tsens,
  425. msm_mux_atest_tsens2,
  426. msm_mux_atest_usb1,
  427. msm_mux_atest_usb10,
  428. msm_mux_atest_usb11,
  429. msm_mux_atest_usb12,
  430. msm_mux_atest_usb13,
  431. msm_mux_atest_usb2,
  432. msm_mux_atest_usb20,
  433. msm_mux_atest_usb21,
  434. msm_mux_atest_usb22,
  435. msm_mux_atest_usb23,
  436. msm_mux_audio_ref,
  437. msm_mux_btfm_slimbus,
  438. msm_mux_cam_mclk,
  439. msm_mux_cci_async,
  440. msm_mux_cci_i2c,
  441. msm_mux_cci_timer0,
  442. msm_mux_cci_timer1,
  443. msm_mux_cci_timer2,
  444. msm_mux_cci_timer3,
  445. msm_mux_cci_timer4,
  446. msm_mux_cri_trng,
  447. msm_mux_cri_trng0,
  448. msm_mux_cri_trng1,
  449. msm_mux_dbg_out,
  450. msm_mux_ddr_bist,
  451. msm_mux_ddr_pxi0,
  452. msm_mux_ddr_pxi1,
  453. msm_mux_ddr_pxi2,
  454. msm_mux_ddr_pxi3,
  455. msm_mux_edp_hot,
  456. msm_mux_edp_lcd,
  457. msm_mux_gcc_gp1,
  458. msm_mux_gcc_gp2,
  459. msm_mux_gcc_gp3,
  460. msm_mux_jitter_bist,
  461. msm_mux_ldo_en,
  462. msm_mux_ldo_update,
  463. msm_mux_lpass_slimbus,
  464. msm_mux_m_voc,
  465. msm_mux_mdp_vsync,
  466. msm_mux_mdp_vsync0,
  467. msm_mux_mdp_vsync1,
  468. msm_mux_mdp_vsync2,
  469. msm_mux_mdp_vsync3,
  470. msm_mux_mss_lte,
  471. msm_mux_nav_pps,
  472. msm_mux_pa_indicator,
  473. msm_mux_pci_e0,
  474. msm_mux_pci_e1,
  475. msm_mux_phase_flag,
  476. msm_mux_pll_bist,
  477. msm_mux_pll_bypassnl,
  478. msm_mux_pll_reset,
  479. msm_mux_pri_mi2s,
  480. msm_mux_pri_mi2s_ws,
  481. msm_mux_prng_rosc,
  482. msm_mux_qdss_cti,
  483. msm_mux_qdss,
  484. msm_mux_qlink_enable,
  485. msm_mux_qlink_request,
  486. msm_mux_qspi_clk,
  487. msm_mux_qspi_cs,
  488. msm_mux_qspi_data,
  489. msm_mux_qua_mi2s,
  490. msm_mux_qup0,
  491. msm_mux_qup1,
  492. msm_mux_qup10,
  493. msm_mux_qup11,
  494. msm_mux_qup12,
  495. msm_mux_qup13,
  496. msm_mux_qup14,
  497. msm_mux_qup15,
  498. msm_mux_qup2,
  499. msm_mux_qup3,
  500. msm_mux_qup4,
  501. msm_mux_qup5,
  502. msm_mux_qup6,
  503. msm_mux_qup7,
  504. msm_mux_qup8,
  505. msm_mux_qup9,
  506. msm_mux_qup_l4,
  507. msm_mux_qup_l5,
  508. msm_mux_qup_l6,
  509. msm_mux_sd_write,
  510. msm_mux_sdc4_clk,
  511. msm_mux_sdc4_cmd,
  512. msm_mux_sdc4_data,
  513. msm_mux_sec_mi2s,
  514. msm_mux_sp_cmu,
  515. msm_mux_spkr_i2s,
  516. msm_mux_ter_mi2s,
  517. msm_mux_tgu_ch0,
  518. msm_mux_tgu_ch1,
  519. msm_mux_tgu_ch2,
  520. msm_mux_tgu_ch3,
  521. msm_mux_tsense_pwm1,
  522. msm_mux_tsense_pwm2,
  523. msm_mux_tsif1_clk,
  524. msm_mux_tsif1_data,
  525. msm_mux_tsif1_en,
  526. msm_mux_tsif1_error,
  527. msm_mux_tsif1_sync,
  528. msm_mux_tsif2_clk,
  529. msm_mux_tsif2_data,
  530. msm_mux_tsif2_en,
  531. msm_mux_tsif2_error,
  532. msm_mux_tsif2_sync,
  533. msm_mux_uim1_clk,
  534. msm_mux_uim1_data,
  535. msm_mux_uim1_present,
  536. msm_mux_uim1_reset,
  537. msm_mux_uim2_clk,
  538. msm_mux_uim2_data,
  539. msm_mux_uim2_present,
  540. msm_mux_uim2_reset,
  541. msm_mux_uim_batt,
  542. msm_mux_usb_phy,
  543. msm_mux_vfr_1,
  544. msm_mux_vsense_trigger,
  545. msm_mux_wlan1_adc0,
  546. msm_mux_wlan1_adc1,
  547. msm_mux_wlan2_adc0,
  548. msm_mux_wlan2_adc1,
  549. msm_mux__,
  550. };
  551. static const char * const ddr_pxi3_groups[] = {
  552. "gpio12", "gpio13",
  553. };
  554. static const char * const cam_mclk_groups[] = {
  555. "gpio13", "gpio14", "gpio15", "gpio16",
  556. };
  557. static const char * const pll_bypassnl_groups[] = {
  558. "gpio13",
  559. };
  560. static const char * const qdss_groups[] = {
  561. "gpio13", "gpio14", "gpio15", "gpio16", "gpio17", "gpio18", "gpio19",
  562. "gpio20", "gpio21", "gpio22", "gpio23", "gpio24", "gpio25", "gpio26",
  563. "gpio27", "gpio28", "gpio29", "gpio30", "gpio41", "gpio42", "gpio43",
  564. "gpio44", "gpio75", "gpio76", "gpio77", "gpio79", "gpio80", "gpio93",
  565. "gpio117", "gpio118", "gpio119", "gpio120", "gpio121", "gpio122",
  566. "gpio123", "gpio124",
  567. };
  568. static const char * const pll_reset_groups[] = {
  569. "gpio14",
  570. };
  571. static const char * const cci_i2c_groups[] = {
  572. "gpio17", "gpio18", "gpio19", "gpio20",
  573. };
  574. static const char * const qup1_groups[] = {
  575. "gpio17", "gpio18", "gpio19", "gpio20",
  576. };
  577. static const char * const cci_timer0_groups[] = {
  578. "gpio21",
  579. };
  580. static const char * const gcc_gp2_groups[] = {
  581. "gpio21", "gpio58",
  582. };
  583. static const char * const cci_timer1_groups[] = {
  584. "gpio22",
  585. };
  586. static const char * const gcc_gp3_groups[] = {
  587. "gpio22", "gpio59",
  588. };
  589. static const char * const cci_timer2_groups[] = {
  590. "gpio23",
  591. };
  592. static const char * const cci_timer3_groups[] = {
  593. "gpio24",
  594. };
  595. static const char * const cci_async_groups[] = {
  596. "gpio24", "gpio25", "gpio26",
  597. };
  598. static const char * const cci_timer4_groups[] = {
  599. "gpio25",
  600. };
  601. static const char * const qup2_groups[] = {
  602. "gpio27", "gpio28", "gpio29", "gpio30",
  603. };
  604. static const char * const phase_flag_groups[] = {
  605. "gpio29", "gpio30", "gpio52", "gpio53", "gpio54", "gpio55", "gpio56",
  606. "gpio57", "gpio58", "gpio59", "gpio60", "gpio61", "gpio62", "gpio63",
  607. "gpio64", "gpio74", "gpio75", "gpio76", "gpio77", "gpio89", "gpio90",
  608. "gpio96", "gpio99", "gpio100", "gpio103", "gpio137", "gpio138",
  609. "gpio139", "gpio140", "gpio141", "gpio142", "gpio143",
  610. };
  611. static const char * const qup11_groups[] = {
  612. "gpio31", "gpio32", "gpio33", "gpio34",
  613. };
  614. static const char * const qup14_groups[] = {
  615. "gpio31", "gpio32", "gpio33", "gpio34",
  616. };
  617. static const char * const pci_e0_groups[] = {
  618. "gpio35", "gpio36",
  619. };
  620. static const char * const jitter_bist_groups[] = {
  621. "gpio35",
  622. };
  623. static const char * const pll_bist_groups[] = {
  624. "gpio36",
  625. };
  626. static const char * const atest_tsens_groups[] = {
  627. "gpio36",
  628. };
  629. static const char * const agera_pll_groups[] = {
  630. "gpio37",
  631. };
  632. static const char * const usb_phy_groups[] = {
  633. "gpio38",
  634. };
  635. static const char * const lpass_slimbus_groups[] = {
  636. "gpio39", "gpio70", "gpio71", "gpio72",
  637. };
  638. static const char * const sd_write_groups[] = {
  639. "gpio40",
  640. };
  641. static const char * const tsif1_error_groups[] = {
  642. "gpio40",
  643. };
  644. static const char * const qup3_groups[] = {
  645. "gpio41", "gpio42", "gpio43", "gpio44",
  646. };
  647. static const char * const qup6_groups[] = {
  648. "gpio45", "gpio46", "gpio47", "gpio48",
  649. };
  650. static const char * const qup12_groups[] = {
  651. "gpio49", "gpio50", "gpio51", "gpio52",
  652. };
  653. static const char * const qup10_groups[] = {
  654. "gpio53", "gpio54", "gpio55", "gpio56",
  655. };
  656. static const char * const qua_mi2s_groups[] = {
  657. "gpio57", "gpio58", "gpio59", "gpio60", "gpio61", "gpio62", "gpio63",
  658. };
  659. static const char * const gcc_gp1_groups[] = {
  660. "gpio57", "gpio78",
  661. };
  662. static const char * const cri_trng0_groups[] = {
  663. "gpio60",
  664. };
  665. static const char * const cri_trng1_groups[] = {
  666. "gpio61",
  667. };
  668. static const char * const cri_trng_groups[] = {
  669. "gpio62",
  670. };
  671. static const char * const pri_mi2s_groups[] = {
  672. "gpio64", "gpio65", "gpio67", "gpio68",
  673. };
  674. static const char * const sp_cmu_groups[] = {
  675. "gpio64",
  676. };
  677. static const char * const qup8_groups[] = {
  678. "gpio65", "gpio66", "gpio67", "gpio68",
  679. };
  680. static const char * const pri_mi2s_ws_groups[] = {
  681. "gpio66",
  682. };
  683. static const char * const spkr_i2s_groups[] = {
  684. "gpio69", "gpio70", "gpio71", "gpio72",
  685. };
  686. static const char * const audio_ref_groups[] = {
  687. "gpio69",
  688. };
  689. static const char * const tsense_pwm1_groups[] = {
  690. "gpio71",
  691. };
  692. static const char * const tsense_pwm2_groups[] = {
  693. "gpio71",
  694. };
  695. static const char * const btfm_slimbus_groups[] = {
  696. "gpio73", "gpio74",
  697. };
  698. static const char * const atest_usb2_groups[] = {
  699. "gpio73",
  700. };
  701. static const char * const ter_mi2s_groups[] = {
  702. "gpio74", "gpio75", "gpio76", "gpio77", "gpio78",
  703. };
  704. static const char * const atest_usb23_groups[] = {
  705. "gpio74",
  706. };
  707. static const char * const atest_usb22_groups[] = {
  708. "gpio75",
  709. };
  710. static const char * const atest_usb21_groups[] = {
  711. "gpio76",
  712. };
  713. static const char * const atest_usb20_groups[] = {
  714. "gpio77",
  715. };
  716. static const char * const sec_mi2s_groups[] = {
  717. "gpio79", "gpio80", "gpio81", "gpio82", "gpio83",
  718. };
  719. static const char * const qup15_groups[] = {
  720. "gpio81", "gpio82", "gpio83", "gpio84",
  721. };
  722. static const char * const qup5_groups[] = {
  723. "gpio85", "gpio86", "gpio87", "gpio88",
  724. };
  725. static const char * const tsif1_clk_groups[] = {
  726. "gpio89",
  727. };
  728. static const char * const qup4_groups[] = {
  729. "gpio89", "gpio90", "gpio91", "gpio92",
  730. };
  731. static const char * const qspi_cs_groups[] = {
  732. "gpio89", "gpio90",
  733. };
  734. static const char * const tgu_ch3_groups[] = {
  735. "gpio89",
  736. };
  737. static const char * const tsif1_en_groups[] = {
  738. "gpio90",
  739. };
  740. static const char * const mdp_vsync0_groups[] = {
  741. "gpio90",
  742. };
  743. static const char * const mdp_vsync1_groups[] = {
  744. "gpio90",
  745. };
  746. static const char * const mdp_vsync2_groups[] = {
  747. "gpio90",
  748. };
  749. static const char * const mdp_vsync3_groups[] = {
  750. "gpio90",
  751. };
  752. static const char * const tgu_ch0_groups[] = {
  753. "gpio90",
  754. };
  755. static const char * const tsif1_data_groups[] = {
  756. "gpio91",
  757. };
  758. static const char * const sdc4_cmd_groups[] = {
  759. "gpio91",
  760. };
  761. static const char * const qspi_data_groups[] = {
  762. "gpio91", "gpio92", "gpio93", "gpio94",
  763. };
  764. static const char * const tgu_ch1_groups[] = {
  765. "gpio91",
  766. };
  767. static const char * const tsif2_error_groups[] = {
  768. "gpio92",
  769. };
  770. static const char * const sdc4_data_groups[] = {
  771. "gpio92",
  772. "gpio94",
  773. "gpio95",
  774. "gpio96",
  775. };
  776. static const char * const vfr_1_groups[] = {
  777. "gpio92",
  778. };
  779. static const char * const tgu_ch2_groups[] = {
  780. "gpio92",
  781. };
  782. static const char * const tsif2_clk_groups[] = {
  783. "gpio93",
  784. };
  785. static const char * const sdc4_clk_groups[] = {
  786. "gpio93",
  787. };
  788. static const char * const qup7_groups[] = {
  789. "gpio93", "gpio94", "gpio95", "gpio96",
  790. };
  791. static const char * const tsif2_en_groups[] = {
  792. "gpio94",
  793. };
  794. static const char * const tsif2_data_groups[] = {
  795. "gpio95",
  796. };
  797. static const char * const qspi_clk_groups[] = {
  798. "gpio95",
  799. };
  800. static const char * const tsif2_sync_groups[] = {
  801. "gpio96",
  802. };
  803. static const char * const ldo_en_groups[] = {
  804. "gpio97",
  805. };
  806. static const char * const ldo_update_groups[] = {
  807. "gpio98",
  808. };
  809. static const char * const pci_e1_groups[] = {
  810. "gpio102", "gpio103",
  811. };
  812. static const char * const prng_rosc_groups[] = {
  813. "gpio102",
  814. };
  815. static const char * const uim2_data_groups[] = {
  816. "gpio105",
  817. };
  818. static const char * const qup13_groups[] = {
  819. "gpio105", "gpio106", "gpio107", "gpio108",
  820. };
  821. static const char * const uim2_clk_groups[] = {
  822. "gpio106",
  823. };
  824. static const char * const uim2_reset_groups[] = {
  825. "gpio107",
  826. };
  827. static const char * const uim2_present_groups[] = {
  828. "gpio108",
  829. };
  830. static const char * const uim1_data_groups[] = {
  831. "gpio109",
  832. };
  833. static const char * const uim1_clk_groups[] = {
  834. "gpio110",
  835. };
  836. static const char * const uim1_reset_groups[] = {
  837. "gpio111",
  838. };
  839. static const char * const uim1_present_groups[] = {
  840. "gpio112",
  841. };
  842. static const char * const uim_batt_groups[] = {
  843. "gpio113",
  844. };
  845. static const char * const edp_hot_groups[] = {
  846. "gpio113",
  847. };
  848. static const char * const nav_pps_groups[] = {
  849. "gpio114", "gpio114", "gpio115", "gpio115", "gpio128", "gpio128",
  850. "gpio129", "gpio129", "gpio143", "gpio143",
  851. };
  852. static const char * const atest_char_groups[] = {
  853. "gpio117", "gpio118", "gpio119", "gpio120", "gpio121",
  854. };
  855. static const char * const adsp_ext_groups[] = {
  856. "gpio118",
  857. };
  858. static const char * const qlink_request_groups[] = {
  859. "gpio130",
  860. };
  861. static const char * const qlink_enable_groups[] = {
  862. "gpio131",
  863. };
  864. static const char * const pa_indicator_groups[] = {
  865. "gpio135",
  866. };
  867. static const char * const mss_lte_groups[] = {
  868. "gpio144", "gpio145",
  869. };
  870. static const char * const qup0_groups[] = {
  871. "gpio0", "gpio1", "gpio2", "gpio3",
  872. };
  873. static const char * const gpio_groups[] = {
  874. "gpio0", "gpio1", "gpio2", "gpio3", "gpio4", "gpio5", "gpio6", "gpio7",
  875. "gpio8", "gpio9", "gpio10", "gpio11", "gpio12", "gpio13", "gpio14",
  876. "gpio15", "gpio16", "gpio17", "gpio18", "gpio19", "gpio20", "gpio21",
  877. "gpio22", "gpio23", "gpio24", "gpio25", "gpio26", "gpio27", "gpio28",
  878. "gpio29", "gpio30", "gpio31", "gpio32", "gpio33", "gpio34", "gpio35",
  879. "gpio36", "gpio37", "gpio38", "gpio39", "gpio40", "gpio41", "gpio42",
  880. "gpio43", "gpio44", "gpio45", "gpio46", "gpio47", "gpio48", "gpio49",
  881. "gpio50", "gpio51", "gpio52", "gpio53", "gpio54", "gpio55", "gpio56",
  882. "gpio57", "gpio58", "gpio59", "gpio60", "gpio61", "gpio62", "gpio63",
  883. "gpio64", "gpio65", "gpio66", "gpio67", "gpio68", "gpio69", "gpio70",
  884. "gpio71", "gpio72", "gpio73", "gpio74", "gpio75", "gpio76", "gpio77",
  885. "gpio78", "gpio79", "gpio80", "gpio81", "gpio82", "gpio83", "gpio84",
  886. "gpio85", "gpio86", "gpio87", "gpio88", "gpio89", "gpio90", "gpio91",
  887. "gpio92", "gpio93", "gpio94", "gpio95", "gpio96", "gpio97", "gpio98",
  888. "gpio99", "gpio100", "gpio101", "gpio102", "gpio103", "gpio104",
  889. "gpio105", "gpio106", "gpio107", "gpio108", "gpio109", "gpio110",
  890. "gpio111", "gpio112", "gpio113", "gpio114", "gpio115", "gpio116",
  891. "gpio117", "gpio118", "gpio119", "gpio120", "gpio121", "gpio122",
  892. "gpio123", "gpio124", "gpio125", "gpio126", "gpio127", "gpio128",
  893. "gpio129", "gpio130", "gpio131", "gpio132", "gpio133", "gpio134",
  894. "gpio135", "gpio136", "gpio137", "gpio138", "gpio139", "gpio140",
  895. "gpio141", "gpio142", "gpio143", "gpio144", "gpio145", "gpio146",
  896. "gpio147", "gpio148", "gpio149",
  897. };
  898. static const char * const qup9_groups[] = {
  899. "gpio4", "gpio5", "gpio6", "gpio7",
  900. };
  901. static const char * const qdss_cti_groups[] = {
  902. "gpio4", "gpio5", "gpio51", "gpio52", "gpio62", "gpio63", "gpio90",
  903. "gpio91",
  904. };
  905. static const char * const ddr_pxi0_groups[] = {
  906. "gpio6", "gpio7",
  907. };
  908. static const char * const ddr_bist_groups[] = {
  909. "gpio7", "gpio8", "gpio9", "gpio10",
  910. };
  911. static const char * const atest_tsens2_groups[] = {
  912. "gpio7",
  913. };
  914. static const char * const vsense_trigger_groups[] = {
  915. "gpio7",
  916. };
  917. static const char * const atest_usb1_groups[] = {
  918. "gpio7",
  919. };
  920. static const char * const qup_l4_groups[] = {
  921. "gpio8", "gpio35", "gpio105", "gpio123",
  922. };
  923. static const char * const wlan1_adc1_groups[] = {
  924. "gpio8",
  925. };
  926. static const char * const atest_usb13_groups[] = {
  927. "gpio8",
  928. };
  929. static const char * const ddr_pxi1_groups[] = {
  930. "gpio8", "gpio9",
  931. };
  932. static const char * const qup_l5_groups[] = {
  933. "gpio9", "gpio36", "gpio106", "gpio124",
  934. };
  935. static const char * const wlan1_adc0_groups[] = {
  936. "gpio9",
  937. };
  938. static const char * const atest_usb12_groups[] = {
  939. "gpio9",
  940. };
  941. static const char * const mdp_vsync_groups[] = {
  942. "gpio10", "gpio11", "gpio12", "gpio97", "gpio98",
  943. };
  944. static const char * const qup_l6_groups[] = {
  945. "gpio10", "gpio37", "gpio107", "gpio125",
  946. };
  947. static const char * const wlan2_adc1_groups[] = {
  948. "gpio10",
  949. };
  950. static const char * const atest_usb11_groups[] = {
  951. "gpio10",
  952. };
  953. static const char * const ddr_pxi2_groups[] = {
  954. "gpio10", "gpio11",
  955. };
  956. static const char * const edp_lcd_groups[] = {
  957. "gpio11",
  958. };
  959. static const char * const dbg_out_groups[] = {
  960. "gpio11",
  961. };
  962. static const char * const wlan2_adc0_groups[] = {
  963. "gpio11",
  964. };
  965. static const char * const atest_usb10_groups[] = {
  966. "gpio11",
  967. };
  968. static const char * const m_voc_groups[] = {
  969. "gpio12",
  970. };
  971. static const char * const tsif1_sync_groups[] = {
  972. "gpio12",
  973. };
  974. static const struct msm_function sdm845_functions[] = {
  975. FUNCTION(gpio),
  976. FUNCTION(adsp_ext),
  977. FUNCTION(agera_pll),
  978. FUNCTION(atest_char),
  979. FUNCTION(atest_tsens),
  980. FUNCTION(atest_tsens2),
  981. FUNCTION(atest_usb1),
  982. FUNCTION(atest_usb10),
  983. FUNCTION(atest_usb11),
  984. FUNCTION(atest_usb12),
  985. FUNCTION(atest_usb13),
  986. FUNCTION(atest_usb2),
  987. FUNCTION(atest_usb20),
  988. FUNCTION(atest_usb21),
  989. FUNCTION(atest_usb22),
  990. FUNCTION(atest_usb23),
  991. FUNCTION(audio_ref),
  992. FUNCTION(btfm_slimbus),
  993. FUNCTION(cam_mclk),
  994. FUNCTION(cci_async),
  995. FUNCTION(cci_i2c),
  996. FUNCTION(cci_timer0),
  997. FUNCTION(cci_timer1),
  998. FUNCTION(cci_timer2),
  999. FUNCTION(cci_timer3),
  1000. FUNCTION(cci_timer4),
  1001. FUNCTION(cri_trng),
  1002. FUNCTION(cri_trng0),
  1003. FUNCTION(cri_trng1),
  1004. FUNCTION(dbg_out),
  1005. FUNCTION(ddr_bist),
  1006. FUNCTION(ddr_pxi0),
  1007. FUNCTION(ddr_pxi1),
  1008. FUNCTION(ddr_pxi2),
  1009. FUNCTION(ddr_pxi3),
  1010. FUNCTION(edp_hot),
  1011. FUNCTION(edp_lcd),
  1012. FUNCTION(gcc_gp1),
  1013. FUNCTION(gcc_gp2),
  1014. FUNCTION(gcc_gp3),
  1015. FUNCTION(jitter_bist),
  1016. FUNCTION(ldo_en),
  1017. FUNCTION(ldo_update),
  1018. FUNCTION(lpass_slimbus),
  1019. FUNCTION(m_voc),
  1020. FUNCTION(mdp_vsync),
  1021. FUNCTION(mdp_vsync0),
  1022. FUNCTION(mdp_vsync1),
  1023. FUNCTION(mdp_vsync2),
  1024. FUNCTION(mdp_vsync3),
  1025. FUNCTION(mss_lte),
  1026. FUNCTION(nav_pps),
  1027. FUNCTION(pa_indicator),
  1028. FUNCTION(pci_e0),
  1029. FUNCTION(pci_e1),
  1030. FUNCTION(phase_flag),
  1031. FUNCTION(pll_bist),
  1032. FUNCTION(pll_bypassnl),
  1033. FUNCTION(pll_reset),
  1034. FUNCTION(pri_mi2s),
  1035. FUNCTION(pri_mi2s_ws),
  1036. FUNCTION(prng_rosc),
  1037. FUNCTION(qdss_cti),
  1038. FUNCTION(qdss),
  1039. FUNCTION(qlink_enable),
  1040. FUNCTION(qlink_request),
  1041. FUNCTION(qspi_clk),
  1042. FUNCTION(qspi_cs),
  1043. FUNCTION(qspi_data),
  1044. FUNCTION(qua_mi2s),
  1045. FUNCTION(qup0),
  1046. FUNCTION(qup1),
  1047. FUNCTION(qup10),
  1048. FUNCTION(qup11),
  1049. FUNCTION(qup12),
  1050. FUNCTION(qup13),
  1051. FUNCTION(qup14),
  1052. FUNCTION(qup15),
  1053. FUNCTION(qup2),
  1054. FUNCTION(qup3),
  1055. FUNCTION(qup4),
  1056. FUNCTION(qup5),
  1057. FUNCTION(qup6),
  1058. FUNCTION(qup7),
  1059. FUNCTION(qup8),
  1060. FUNCTION(qup9),
  1061. FUNCTION(qup_l4),
  1062. FUNCTION(qup_l5),
  1063. FUNCTION(qup_l6),
  1064. FUNCTION(sd_write),
  1065. FUNCTION(sdc4_clk),
  1066. FUNCTION(sdc4_cmd),
  1067. FUNCTION(sdc4_data),
  1068. FUNCTION(sec_mi2s),
  1069. FUNCTION(sp_cmu),
  1070. FUNCTION(spkr_i2s),
  1071. FUNCTION(ter_mi2s),
  1072. FUNCTION(tgu_ch0),
  1073. FUNCTION(tgu_ch1),
  1074. FUNCTION(tgu_ch2),
  1075. FUNCTION(tgu_ch3),
  1076. FUNCTION(tsense_pwm1),
  1077. FUNCTION(tsense_pwm2),
  1078. FUNCTION(tsif1_clk),
  1079. FUNCTION(tsif1_data),
  1080. FUNCTION(tsif1_en),
  1081. FUNCTION(tsif1_error),
  1082. FUNCTION(tsif1_sync),
  1083. FUNCTION(tsif2_clk),
  1084. FUNCTION(tsif2_data),
  1085. FUNCTION(tsif2_en),
  1086. FUNCTION(tsif2_error),
  1087. FUNCTION(tsif2_sync),
  1088. FUNCTION(uim1_clk),
  1089. FUNCTION(uim1_data),
  1090. FUNCTION(uim1_present),
  1091. FUNCTION(uim1_reset),
  1092. FUNCTION(uim2_clk),
  1093. FUNCTION(uim2_data),
  1094. FUNCTION(uim2_present),
  1095. FUNCTION(uim2_reset),
  1096. FUNCTION(uim_batt),
  1097. FUNCTION(usb_phy),
  1098. FUNCTION(vfr_1),
  1099. FUNCTION(vsense_trigger),
  1100. FUNCTION(wlan1_adc0),
  1101. FUNCTION(wlan1_adc1),
  1102. FUNCTION(wlan2_adc0),
  1103. FUNCTION(wlan2_adc1),
  1104. };
  1105. /* Every pin is maintained as a single group, and missing or non-existing pin
  1106. * would be maintained as dummy group to synchronize pin group index with
  1107. * pin descriptor registered with pinctrl core.
  1108. * Clients would not be able to request these dummy pin groups.
  1109. */
  1110. static const struct msm_pingroup sdm845_groups[] = {
  1111. PINGROUP(0, EAST, qup0, _, _, _, _, _, _, _, _, _),
  1112. PINGROUP(1, EAST, qup0, _, _, _, _, _, _, _, _, _),
  1113. PINGROUP(2, EAST, qup0, _, _, _, _, _, _, _, _, _),
  1114. PINGROUP(3, EAST, qup0, _, _, _, _, _, _, _, _, _),
  1115. PINGROUP(4, NORTH, qup9, qdss_cti, _, _, _, _, _, _, _, _),
  1116. PINGROUP(5, NORTH, qup9, qdss_cti, _, _, _, _, _, _, _, _),
  1117. PINGROUP(6, NORTH, qup9, _, ddr_pxi0, _, _, _, _, _, _, _),
  1118. PINGROUP(7, NORTH, qup9, ddr_bist, _, atest_tsens2, vsense_trigger, atest_usb1, ddr_pxi0, _, _, _),
  1119. PINGROUP(8, EAST, qup_l4, _, ddr_bist, _, _, wlan1_adc1, atest_usb13, ddr_pxi1, _, _),
  1120. PINGROUP(9, EAST, qup_l5, ddr_bist, _, wlan1_adc0, atest_usb12, ddr_pxi1, _, _, _, _),
  1121. PINGROUP(10, EAST, mdp_vsync, qup_l6, ddr_bist, wlan2_adc1, atest_usb11, ddr_pxi2, _, _, _, _),
  1122. PINGROUP(11, EAST, mdp_vsync, edp_lcd, dbg_out, wlan2_adc0, atest_usb10, ddr_pxi2, _, _, _, _),
  1123. PINGROUP(12, SOUTH, mdp_vsync, m_voc, tsif1_sync, ddr_pxi3, _, _, _, _, _, _),
  1124. PINGROUP(13, SOUTH, cam_mclk, pll_bypassnl, qdss, ddr_pxi3, _, _, _, _, _, _),
  1125. PINGROUP(14, SOUTH, cam_mclk, pll_reset, qdss, _, _, _, _, _, _, _),
  1126. PINGROUP(15, SOUTH, cam_mclk, qdss, _, _, _, _, _, _, _, _),
  1127. PINGROUP(16, SOUTH, cam_mclk, qdss, _, _, _, _, _, _, _, _),
  1128. PINGROUP(17, SOUTH, cci_i2c, qup1, qdss, _, _, _, _, _, _, _),
  1129. PINGROUP(18, SOUTH, cci_i2c, qup1, _, qdss, _, _, _, _, _, _),
  1130. PINGROUP(19, SOUTH, cci_i2c, qup1, _, qdss, _, _, _, _, _, _),
  1131. PINGROUP(20, SOUTH, cci_i2c, qup1, _, qdss, _, _, _, _, _, _),
  1132. PINGROUP(21, SOUTH, cci_timer0, gcc_gp2, qdss, _, _, _, _, _, _, _),
  1133. PINGROUP(22, SOUTH, cci_timer1, gcc_gp3, qdss, _, _, _, _, _, _, _),
  1134. PINGROUP(23, SOUTH, cci_timer2, qdss, _, _, _, _, _, _, _, _),
  1135. PINGROUP(24, SOUTH, cci_timer3, cci_async, qdss, _, _, _, _, _, _, _),
  1136. PINGROUP(25, SOUTH, cci_timer4, cci_async, qdss, _, _, _, _, _, _, _),
  1137. PINGROUP(26, SOUTH, cci_async, qdss, _, _, _, _, _, _, _, _),
  1138. PINGROUP(27, EAST, qup2, qdss, _, _, _, _, _, _, _, _),
  1139. PINGROUP(28, EAST, qup2, qdss, _, _, _, _, _, _, _, _),
  1140. PINGROUP(29, EAST, qup2, _, phase_flag, qdss, _, _, _, _, _, _),
  1141. PINGROUP(30, EAST, qup2, phase_flag, qdss, _, _, _, _, _, _, _),
  1142. PINGROUP(31, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
  1143. PINGROUP(32, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
  1144. PINGROUP(33, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
  1145. PINGROUP(34, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
  1146. PINGROUP(35, SOUTH, pci_e0, qup_l4, jitter_bist, _, _, _, _, _, _, _),
  1147. PINGROUP(36, SOUTH, pci_e0, qup_l5, pll_bist, _, atest_tsens, _, _, _, _, _),
  1148. PINGROUP(37, SOUTH, qup_l6, agera_pll, _, _, _, _, _, _, _, _),
  1149. PINGROUP(38, NORTH, usb_phy, _, _, _, _, _, _, _, _, _),
  1150. PINGROUP(39, EAST, lpass_slimbus, _, _, _, _, _, _, _, _, _),
  1151. PINGROUP(40, SOUTH, sd_write, tsif1_error, _, _, _, _, _, _, _, _),
  1152. PINGROUP(41, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
  1153. PINGROUP(42, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
  1154. PINGROUP(43, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
  1155. PINGROUP(44, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
  1156. PINGROUP(45, EAST, qup6, _, _, _, _, _, _, _, _, _),
  1157. PINGROUP(46, EAST, qup6, _, _, _, _, _, _, _, _, _),
  1158. PINGROUP(47, EAST, qup6, _, _, _, _, _, _, _, _, _),
  1159. PINGROUP(48, EAST, qup6, _, _, _, _, _, _, _, _, _),
  1160. PINGROUP(49, NORTH, qup12, _, _, _, _, _, _, _, _, _),
  1161. PINGROUP(50, NORTH, qup12, _, _, _, _, _, _, _, _, _),
  1162. PINGROUP(51, NORTH, qup12, qdss_cti, _, _, _, _, _, _, _, _),
  1163. PINGROUP(52, NORTH, qup12, phase_flag, qdss_cti, _, _, _, _, _, _, _),
  1164. PINGROUP(53, NORTH, qup10, phase_flag, _, _, _, _, _, _, _, _),
  1165. PINGROUP(54, NORTH, qup10, _, phase_flag, _, _, _, _, _, _, _),
  1166. PINGROUP(55, NORTH, qup10, phase_flag, _, _, _, _, _, _, _, _),
  1167. PINGROUP(56, NORTH, qup10, phase_flag, _, _, _, _, _, _, _, _),
  1168. PINGROUP(57, NORTH, qua_mi2s, gcc_gp1, phase_flag, _, _, _, _, _, _, _),
  1169. PINGROUP(58, NORTH, qua_mi2s, gcc_gp2, phase_flag, _, _, _, _, _, _, _),
  1170. PINGROUP(59, NORTH, qua_mi2s, gcc_gp3, phase_flag, _, _, _, _, _, _, _),
  1171. PINGROUP(60, NORTH, qua_mi2s, cri_trng0, phase_flag, _, _, _, _, _, _, _),
  1172. PINGROUP(61, NORTH, qua_mi2s, cri_trng1, phase_flag, _, _, _, _, _, _, _),
  1173. PINGROUP(62, NORTH, qua_mi2s, cri_trng, phase_flag, qdss_cti, _, _, _, _, _, _),
  1174. PINGROUP(63, NORTH, qua_mi2s, _, phase_flag, qdss_cti, _, _, _, _, _, _),
  1175. PINGROUP(64, NORTH, pri_mi2s, sp_cmu, phase_flag, _, _, _, _, _, _, _),
  1176. PINGROUP(65, NORTH, pri_mi2s, qup8, _, _, _, _, _, _, _, _),
  1177. PINGROUP(66, NORTH, pri_mi2s_ws, qup8, _, _, _, _, _, _, _, _),
  1178. PINGROUP(67, NORTH, pri_mi2s, qup8, _, _, _, _, _, _, _, _),
  1179. PINGROUP(68, NORTH, pri_mi2s, qup8, _, _, _, _, _, _, _, _),
  1180. PINGROUP(69, EAST, spkr_i2s, audio_ref, _, _, _, _, _, _, _, _),
  1181. PINGROUP(70, EAST, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _, _),
  1182. PINGROUP(71, EAST, lpass_slimbus, spkr_i2s, tsense_pwm1, tsense_pwm2, _, _, _, _, _, _),
  1183. PINGROUP(72, EAST, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _, _),
  1184. PINGROUP(73, EAST, btfm_slimbus, atest_usb2, _, _, _, _, _, _, _, _),
  1185. PINGROUP(74, EAST, btfm_slimbus, ter_mi2s, phase_flag, atest_usb23, _, _, _, _, _, _),
  1186. PINGROUP(75, EAST, ter_mi2s, phase_flag, qdss, atest_usb22, _, _, _, _, _, _),
  1187. PINGROUP(76, EAST, ter_mi2s, phase_flag, qdss, atest_usb21, _, _, _, _, _, _),
  1188. PINGROUP(77, EAST, ter_mi2s, phase_flag, qdss, atest_usb20, _, _, _, _, _, _),
  1189. PINGROUP(78, EAST, ter_mi2s, gcc_gp1, _, _, _, _, _, _, _, _),
  1190. PINGROUP(79, NORTH, sec_mi2s, _, _, qdss, _, _, _, _, _, _),
  1191. PINGROUP(80, NORTH, sec_mi2s, _, qdss, _, _, _, _, _, _, _),
  1192. PINGROUP(81, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _, _),
  1193. PINGROUP(82, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _, _),
  1194. PINGROUP(83, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _, _),
  1195. PINGROUP(84, NORTH, qup15, _, _, _, _, _, _, _, _, _),
  1196. PINGROUP(85, EAST, qup5, _, _, _, _, _, _, _, _, _),
  1197. PINGROUP(86, EAST, qup5, _, _, _, _, _, _, _, _, _),
  1198. PINGROUP(87, EAST, qup5, _, _, _, _, _, _, _, _, _),
  1199. PINGROUP(88, EAST, qup5, _, _, _, _, _, _, _, _, _),
  1200. PINGROUP(89, SOUTH, tsif1_clk, qup4, qspi_cs, tgu_ch3, phase_flag, _, _, _, _, _),
  1201. PINGROUP(90, SOUTH, tsif1_en, mdp_vsync0, qup4, qspi_cs, mdp_vsync1,
  1202. mdp_vsync2, mdp_vsync3, tgu_ch0, phase_flag, qdss_cti),
  1203. PINGROUP(91, SOUTH, tsif1_data, sdc4_cmd, qup4, qspi_data, tgu_ch1, _, qdss_cti, _, _, _),
  1204. PINGROUP(92, SOUTH, tsif2_error, sdc4_data, qup4, qspi_data, vfr_1, tgu_ch2, _, _, _, _),
  1205. PINGROUP(93, SOUTH, tsif2_clk, sdc4_clk, qup7, qspi_data, _, qdss, _, _, _, _),
  1206. PINGROUP(94, SOUTH, tsif2_en, sdc4_data, qup7, qspi_data, _, _, _, _, _, _),
  1207. PINGROUP(95, SOUTH, tsif2_data, sdc4_data, qup7, qspi_clk, _, _, _, _, _, _),
  1208. PINGROUP(96, SOUTH, tsif2_sync, sdc4_data, qup7, phase_flag, _, _, _, _, _, _),
  1209. PINGROUP(97, NORTH, _, _, mdp_vsync, ldo_en, _, _, _, _, _, _),
  1210. PINGROUP(98, NORTH, _, mdp_vsync, ldo_update, _, _, _, _, _, _, _),
  1211. PINGROUP(99, NORTH, phase_flag, _, _, _, _, _, _, _, _, _),
  1212. PINGROUP(100, NORTH, phase_flag, _, _, _, _, _, _, _, _, _),
  1213. PINGROUP(101, NORTH, _, _, _, _, _, _, _, _, _, _),
  1214. PINGROUP(102, NORTH, pci_e1, prng_rosc, _, _, _, _, _, _, _, _),
  1215. PINGROUP(103, NORTH, pci_e1, phase_flag, _, _, _, _, _, _, _, _),
  1216. PINGROUP(104, NORTH, _, _, _, _, _, _, _, _, _, _),
  1217. PINGROUP(105, NORTH, uim2_data, qup13, qup_l4, _, _, _, _, _, _, _),
  1218. PINGROUP(106, NORTH, uim2_clk, qup13, qup_l5, _, _, _, _, _, _, _),
  1219. PINGROUP(107, NORTH, uim2_reset, qup13, qup_l6, _, _, _, _, _, _, _),
  1220. PINGROUP(108, NORTH, uim2_present, qup13, _, _, _, _, _, _, _, _),
  1221. PINGROUP(109, NORTH, uim1_data, _, _, _, _, _, _, _, _, _),
  1222. PINGROUP(110, NORTH, uim1_clk, _, _, _, _, _, _, _, _, _),
  1223. PINGROUP(111, NORTH, uim1_reset, _, _, _, _, _, _, _, _, _),
  1224. PINGROUP(112, NORTH, uim1_present, _, _, _, _, _, _, _, _, _),
  1225. PINGROUP(113, NORTH, uim_batt, edp_hot, _, _, _, _, _, _, _, _),
  1226. PINGROUP(114, NORTH, _, nav_pps, nav_pps, _, _, _, _, _, _, _),
  1227. PINGROUP(115, NORTH, _, nav_pps, nav_pps, _, _, _, _, _, _, _),
  1228. PINGROUP(116, NORTH, _, _, _, _, _, _, _, _, _, _),
  1229. PINGROUP(117, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
  1230. PINGROUP(118, NORTH, adsp_ext, _, qdss, atest_char, _, _, _, _, _, _),
  1231. PINGROUP(119, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
  1232. PINGROUP(120, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
  1233. PINGROUP(121, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
  1234. PINGROUP(122, EAST, _, qdss, _, _, _, _, _, _, _, _),
  1235. PINGROUP(123, EAST, qup_l4, _, qdss, _, _, _, _, _, _, _),
  1236. PINGROUP(124, EAST, qup_l5, _, qdss, _, _, _, _, _, _, _),
  1237. PINGROUP(125, EAST, qup_l6, _, _, _, _, _, _, _, _, _),
  1238. PINGROUP(126, EAST, _, _, _, _, _, _, _, _, _, _),
  1239. PINGROUP(127, NORTH, _, _, _, _, _, _, _, _, _, _),
  1240. PINGROUP(128, NORTH, nav_pps, nav_pps, _, _, _, _, _, _, _, _),
  1241. PINGROUP(129, NORTH, nav_pps, nav_pps, _, _, _, _, _, _, _, _),
  1242. PINGROUP(130, NORTH, qlink_request, _, _, _, _, _, _, _, _, _),
  1243. PINGROUP(131, NORTH, qlink_enable, _, _, _, _, _, _, _, _, _),
  1244. PINGROUP(132, NORTH, _, _, _, _, _, _, _, _, _, _),
  1245. PINGROUP(133, NORTH, _, _, _, _, _, _, _, _, _, _),
  1246. PINGROUP(134, NORTH, _, _, _, _, _, _, _, _, _, _),
  1247. PINGROUP(135, NORTH, _, pa_indicator, _, _, _, _, _, _, _, _),
  1248. PINGROUP(136, NORTH, _, _, _, _, _, _, _, _, _, _),
  1249. PINGROUP(137, NORTH, _, _, phase_flag, _, _, _, _, _, _, _),
  1250. PINGROUP(138, NORTH, _, _, phase_flag, _, _, _, _, _, _, _),
  1251. PINGROUP(139, NORTH, _, phase_flag, _, _, _, _, _, _, _, _),
  1252. PINGROUP(140, NORTH, _, _, phase_flag, _, _, _, _, _, _, _),
  1253. PINGROUP(141, NORTH, _, phase_flag, _, _, _, _, _, _, _, _),
  1254. PINGROUP(142, NORTH, _, phase_flag, _, _, _, _, _, _, _, _),
  1255. PINGROUP(143, NORTH, _, nav_pps, nav_pps, _, phase_flag, _, _, _, _, _),
  1256. PINGROUP(144, NORTH, mss_lte, _, _, _, _, _, _, _, _, _),
  1257. PINGROUP(145, NORTH, mss_lte, _, _, _, _, _, _, _, _, _),
  1258. PINGROUP(146, NORTH, _, _, _, _, _, _, _, _, _, _),
  1259. PINGROUP(147, NORTH, _, _, _, _, _, _, _, _, _, _),
  1260. PINGROUP(148, NORTH, _, _, _, _, _, _, _, _, _, _),
  1261. PINGROUP(149, NORTH, _, _, _, _, _, _, _, _, _, _),
  1262. SDC_QDSD_PINGROUP(sdc2_clk, 0x99a000, 14, 6),
  1263. SDC_QDSD_PINGROUP(sdc2_cmd, 0x99a000, 11, 3),
  1264. SDC_QDSD_PINGROUP(sdc2_data, 0x99a000, 9, 0),
  1265. UFS_RESET(ufs_reset, 0x99f000),
  1266. };
  1267. static const struct msm_pinctrl_soc_data sdm845_pinctrl = {
  1268. .pins = sdm845_pins,
  1269. .npins = ARRAY_SIZE(sdm845_pins),
  1270. .functions = sdm845_functions,
  1271. .nfunctions = ARRAY_SIZE(sdm845_functions),
  1272. .groups = sdm845_groups,
  1273. .ngroups = ARRAY_SIZE(sdm845_groups),
  1274. .ngpios = 150,
  1275. };
  1276. static int sdm845_pinctrl_probe(struct platform_device *pdev)
  1277. {
  1278. return msm_pinctrl_probe(pdev, &sdm845_pinctrl);
  1279. }
  1280. static const struct of_device_id sdm845_pinctrl_of_match[] = {
  1281. { .compatible = "qcom,sdm845-pinctrl", },
  1282. { },
  1283. };
  1284. static struct platform_driver sdm845_pinctrl_driver = {
  1285. .driver = {
  1286. .name = "sdm845-pinctrl",
  1287. .of_match_table = sdm845_pinctrl_of_match,
  1288. },
  1289. .probe = sdm845_pinctrl_probe,
  1290. .remove = msm_pinctrl_remove,
  1291. };
  1292. static int __init sdm845_pinctrl_init(void)
  1293. {
  1294. return platform_driver_register(&sdm845_pinctrl_driver);
  1295. }
  1296. arch_initcall(sdm845_pinctrl_init);
  1297. static void __exit sdm845_pinctrl_exit(void)
  1298. {
  1299. platform_driver_unregister(&sdm845_pinctrl_driver);
  1300. }
  1301. module_exit(sdm845_pinctrl_exit);
  1302. MODULE_DESCRIPTION("QTI sdm845 pinctrl driver");
  1303. MODULE_LICENSE("GPL v2");
  1304. MODULE_DEVICE_TABLE(of, sdm845_pinctrl_of_match);