pinctrl-sc8180x.c 52 KB

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