pinctrl-sm8150.c 47 KB

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