1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
4 */
5
6#include <linux/module.h>
7#include <linux/of.h>
8#include <linux/platform_device.h>
9
10#include "pinctrl-msm.h"
11
12static const struct pinctrl_pin_desc msm8916_pins[] = {
13 PINCTRL_PIN(0, "GPIO_0"),
14 PINCTRL_PIN(1, "GPIO_1"),
15 PINCTRL_PIN(2, "GPIO_2"),
16 PINCTRL_PIN(3, "GPIO_3"),
17 PINCTRL_PIN(4, "GPIO_4"),
18 PINCTRL_PIN(5, "GPIO_5"),
19 PINCTRL_PIN(6, "GPIO_6"),
20 PINCTRL_PIN(7, "GPIO_7"),
21 PINCTRL_PIN(8, "GPIO_8"),
22 PINCTRL_PIN(9, "GPIO_9"),
23 PINCTRL_PIN(10, "GPIO_10"),
24 PINCTRL_PIN(11, "GPIO_11"),
25 PINCTRL_PIN(12, "GPIO_12"),
26 PINCTRL_PIN(13, "GPIO_13"),
27 PINCTRL_PIN(14, "GPIO_14"),
28 PINCTRL_PIN(15, "GPIO_15"),
29 PINCTRL_PIN(16, "GPIO_16"),
30 PINCTRL_PIN(17, "GPIO_17"),
31 PINCTRL_PIN(18, "GPIO_18"),
32 PINCTRL_PIN(19, "GPIO_19"),
33 PINCTRL_PIN(20, "GPIO_20"),
34 PINCTRL_PIN(21, "GPIO_21"),
35 PINCTRL_PIN(22, "GPIO_22"),
36 PINCTRL_PIN(23, "GPIO_23"),
37 PINCTRL_PIN(24, "GPIO_24"),
38 PINCTRL_PIN(25, "GPIO_25"),
39 PINCTRL_PIN(26, "GPIO_26"),
40 PINCTRL_PIN(27, "GPIO_27"),
41 PINCTRL_PIN(28, "GPIO_28"),
42 PINCTRL_PIN(29, "GPIO_29"),
43 PINCTRL_PIN(30, "GPIO_30"),
44 PINCTRL_PIN(31, "GPIO_31"),
45 PINCTRL_PIN(32, "GPIO_32"),
46 PINCTRL_PIN(33, "GPIO_33"),
47 PINCTRL_PIN(34, "GPIO_34"),
48 PINCTRL_PIN(35, "GPIO_35"),
49 PINCTRL_PIN(36, "GPIO_36"),
50 PINCTRL_PIN(37, "GPIO_37"),
51 PINCTRL_PIN(38, "GPIO_38"),
52 PINCTRL_PIN(39, "GPIO_39"),
53 PINCTRL_PIN(40, "GPIO_40"),
54 PINCTRL_PIN(41, "GPIO_41"),
55 PINCTRL_PIN(42, "GPIO_42"),
56 PINCTRL_PIN(43, "GPIO_43"),
57 PINCTRL_PIN(44, "GPIO_44"),
58 PINCTRL_PIN(45, "GPIO_45"),
59 PINCTRL_PIN(46, "GPIO_46"),
60 PINCTRL_PIN(47, "GPIO_47"),
61 PINCTRL_PIN(48, "GPIO_48"),
62 PINCTRL_PIN(49, "GPIO_49"),
63 PINCTRL_PIN(50, "GPIO_50"),
64 PINCTRL_PIN(51, "GPIO_51"),
65 PINCTRL_PIN(52, "GPIO_52"),
66 PINCTRL_PIN(53, "GPIO_53"),
67 PINCTRL_PIN(54, "GPIO_54"),
68 PINCTRL_PIN(55, "GPIO_55"),
69 PINCTRL_PIN(56, "GPIO_56"),
70 PINCTRL_PIN(57, "GPIO_57"),
71 PINCTRL_PIN(58, "GPIO_58"),
72 PINCTRL_PIN(59, "GPIO_59"),
73 PINCTRL_PIN(60, "GPIO_60"),
74 PINCTRL_PIN(61, "GPIO_61"),
75 PINCTRL_PIN(62, "GPIO_62"),
76 PINCTRL_PIN(63, "GPIO_63"),
77 PINCTRL_PIN(64, "GPIO_64"),
78 PINCTRL_PIN(65, "GPIO_65"),
79 PINCTRL_PIN(66, "GPIO_66"),
80 PINCTRL_PIN(67, "GPIO_67"),
81 PINCTRL_PIN(68, "GPIO_68"),
82 PINCTRL_PIN(69, "GPIO_69"),
83 PINCTRL_PIN(70, "GPIO_70"),
84 PINCTRL_PIN(71, "GPIO_71"),
85 PINCTRL_PIN(72, "GPIO_72"),
86 PINCTRL_PIN(73, "GPIO_73"),
87 PINCTRL_PIN(74, "GPIO_74"),
88 PINCTRL_PIN(75, "GPIO_75"),
89 PINCTRL_PIN(76, "GPIO_76"),
90 PINCTRL_PIN(77, "GPIO_77"),
91 PINCTRL_PIN(78, "GPIO_78"),
92 PINCTRL_PIN(79, "GPIO_79"),
93 PINCTRL_PIN(80, "GPIO_80"),
94 PINCTRL_PIN(81, "GPIO_81"),
95 PINCTRL_PIN(82, "GPIO_82"),
96 PINCTRL_PIN(83, "GPIO_83"),
97 PINCTRL_PIN(84, "GPIO_84"),
98 PINCTRL_PIN(85, "GPIO_85"),
99 PINCTRL_PIN(86, "GPIO_86"),
100 PINCTRL_PIN(87, "GPIO_87"),
101 PINCTRL_PIN(88, "GPIO_88"),
102 PINCTRL_PIN(89, "GPIO_89"),
103 PINCTRL_PIN(90, "GPIO_90"),
104 PINCTRL_PIN(91, "GPIO_91"),
105 PINCTRL_PIN(92, "GPIO_92"),
106 PINCTRL_PIN(93, "GPIO_93"),
107 PINCTRL_PIN(94, "GPIO_94"),
108 PINCTRL_PIN(95, "GPIO_95"),
109 PINCTRL_PIN(96, "GPIO_96"),
110 PINCTRL_PIN(97, "GPIO_97"),
111 PINCTRL_PIN(98, "GPIO_98"),
112 PINCTRL_PIN(99, "GPIO_99"),
113 PINCTRL_PIN(100, "GPIO_100"),
114 PINCTRL_PIN(101, "GPIO_101"),
115 PINCTRL_PIN(102, "GPIO_102"),
116 PINCTRL_PIN(103, "GPIO_103"),
117 PINCTRL_PIN(104, "GPIO_104"),
118 PINCTRL_PIN(105, "GPIO_105"),
119 PINCTRL_PIN(106, "GPIO_106"),
120 PINCTRL_PIN(107, "GPIO_107"),
121 PINCTRL_PIN(108, "GPIO_108"),
122 PINCTRL_PIN(109, "GPIO_109"),
123 PINCTRL_PIN(110, "GPIO_110"),
124 PINCTRL_PIN(111, "GPIO_111"),
125 PINCTRL_PIN(112, "GPIO_112"),
126 PINCTRL_PIN(113, "GPIO_113"),
127 PINCTRL_PIN(114, "GPIO_114"),
128 PINCTRL_PIN(115, "GPIO_115"),
129 PINCTRL_PIN(116, "GPIO_116"),
130 PINCTRL_PIN(117, "GPIO_117"),
131 PINCTRL_PIN(118, "GPIO_118"),
132 PINCTRL_PIN(119, "GPIO_119"),
133 PINCTRL_PIN(120, "GPIO_120"),
134 PINCTRL_PIN(121, "GPIO_121"),
135 PINCTRL_PIN(122, "SDC1_CLK"),
136 PINCTRL_PIN(123, "SDC1_CMD"),
137 PINCTRL_PIN(124, "SDC1_DATA"),
138 PINCTRL_PIN(125, "SDC2_CLK"),
139 PINCTRL_PIN(126, "SDC2_CMD"),
140 PINCTRL_PIN(127, "SDC2_DATA"),
141 PINCTRL_PIN(128, "QDSD_CLK"),
142 PINCTRL_PIN(129, "QDSD_CMD"),
143 PINCTRL_PIN(130, "QDSD_DATA0"),
144 PINCTRL_PIN(131, "QDSD_DATA1"),
145 PINCTRL_PIN(132, "QDSD_DATA2"),
146 PINCTRL_PIN(133, "QDSD_DATA3"),
147};
148
149#define DECLARE_MSM_GPIO_PINS(pin) \
150 static const unsigned int gpio##pin##_pins[] = { pin }
151
152DECLARE_MSM_GPIO_PINS(0);
153DECLARE_MSM_GPIO_PINS(1);
154DECLARE_MSM_GPIO_PINS(2);
155DECLARE_MSM_GPIO_PINS(3);
156DECLARE_MSM_GPIO_PINS(4);
157DECLARE_MSM_GPIO_PINS(5);
158DECLARE_MSM_GPIO_PINS(6);
159DECLARE_MSM_GPIO_PINS(7);
160DECLARE_MSM_GPIO_PINS(8);
161DECLARE_MSM_GPIO_PINS(9);
162DECLARE_MSM_GPIO_PINS(10);
163DECLARE_MSM_GPIO_PINS(11);
164DECLARE_MSM_GPIO_PINS(12);
165DECLARE_MSM_GPIO_PINS(13);
166DECLARE_MSM_GPIO_PINS(14);
167DECLARE_MSM_GPIO_PINS(15);
168DECLARE_MSM_GPIO_PINS(16);
169DECLARE_MSM_GPIO_PINS(17);
170DECLARE_MSM_GPIO_PINS(18);
171DECLARE_MSM_GPIO_PINS(19);
172DECLARE_MSM_GPIO_PINS(20);
173DECLARE_MSM_GPIO_PINS(21);
174DECLARE_MSM_GPIO_PINS(22);
175DECLARE_MSM_GPIO_PINS(23);
176DECLARE_MSM_GPIO_PINS(24);
177DECLARE_MSM_GPIO_PINS(25);
178DECLARE_MSM_GPIO_PINS(26);
179DECLARE_MSM_GPIO_PINS(27);
180DECLARE_MSM_GPIO_PINS(28);
181DECLARE_MSM_GPIO_PINS(29);
182DECLARE_MSM_GPIO_PINS(30);
183DECLARE_MSM_GPIO_PINS(31);
184DECLARE_MSM_GPIO_PINS(32);
185DECLARE_MSM_GPIO_PINS(33);
186DECLARE_MSM_GPIO_PINS(34);
187DECLARE_MSM_GPIO_PINS(35);
188DECLARE_MSM_GPIO_PINS(36);
189DECLARE_MSM_GPIO_PINS(37);
190DECLARE_MSM_GPIO_PINS(38);
191DECLARE_MSM_GPIO_PINS(39);
192DECLARE_MSM_GPIO_PINS(40);
193DECLARE_MSM_GPIO_PINS(41);
194DECLARE_MSM_GPIO_PINS(42);
195DECLARE_MSM_GPIO_PINS(43);
196DECLARE_MSM_GPIO_PINS(44);
197DECLARE_MSM_GPIO_PINS(45);
198DECLARE_MSM_GPIO_PINS(46);
199DECLARE_MSM_GPIO_PINS(47);
200DECLARE_MSM_GPIO_PINS(48);
201DECLARE_MSM_GPIO_PINS(49);
202DECLARE_MSM_GPIO_PINS(50);
203DECLARE_MSM_GPIO_PINS(51);
204DECLARE_MSM_GPIO_PINS(52);
205DECLARE_MSM_GPIO_PINS(53);
206DECLARE_MSM_GPIO_PINS(54);
207DECLARE_MSM_GPIO_PINS(55);
208DECLARE_MSM_GPIO_PINS(56);
209DECLARE_MSM_GPIO_PINS(57);
210DECLARE_MSM_GPIO_PINS(58);
211DECLARE_MSM_GPIO_PINS(59);
212DECLARE_MSM_GPIO_PINS(60);
213DECLARE_MSM_GPIO_PINS(61);
214DECLARE_MSM_GPIO_PINS(62);
215DECLARE_MSM_GPIO_PINS(63);
216DECLARE_MSM_GPIO_PINS(64);
217DECLARE_MSM_GPIO_PINS(65);
218DECLARE_MSM_GPIO_PINS(66);
219DECLARE_MSM_GPIO_PINS(67);
220DECLARE_MSM_GPIO_PINS(68);
221DECLARE_MSM_GPIO_PINS(69);
222DECLARE_MSM_GPIO_PINS(70);
223DECLARE_MSM_GPIO_PINS(71);
224DECLARE_MSM_GPIO_PINS(72);
225DECLARE_MSM_GPIO_PINS(73);
226DECLARE_MSM_GPIO_PINS(74);
227DECLARE_MSM_GPIO_PINS(75);
228DECLARE_MSM_GPIO_PINS(76);
229DECLARE_MSM_GPIO_PINS(77);
230DECLARE_MSM_GPIO_PINS(78);
231DECLARE_MSM_GPIO_PINS(79);
232DECLARE_MSM_GPIO_PINS(80);
233DECLARE_MSM_GPIO_PINS(81);
234DECLARE_MSM_GPIO_PINS(82);
235DECLARE_MSM_GPIO_PINS(83);
236DECLARE_MSM_GPIO_PINS(84);
237DECLARE_MSM_GPIO_PINS(85);
238DECLARE_MSM_GPIO_PINS(86);
239DECLARE_MSM_GPIO_PINS(87);
240DECLARE_MSM_GPIO_PINS(88);
241DECLARE_MSM_GPIO_PINS(89);
242DECLARE_MSM_GPIO_PINS(90);
243DECLARE_MSM_GPIO_PINS(91);
244DECLARE_MSM_GPIO_PINS(92);
245DECLARE_MSM_GPIO_PINS(93);
246DECLARE_MSM_GPIO_PINS(94);
247DECLARE_MSM_GPIO_PINS(95);
248DECLARE_MSM_GPIO_PINS(96);
249DECLARE_MSM_GPIO_PINS(97);
250DECLARE_MSM_GPIO_PINS(98);
251DECLARE_MSM_GPIO_PINS(99);
252DECLARE_MSM_GPIO_PINS(100);
253DECLARE_MSM_GPIO_PINS(101);
254DECLARE_MSM_GPIO_PINS(102);
255DECLARE_MSM_GPIO_PINS(103);
256DECLARE_MSM_GPIO_PINS(104);
257DECLARE_MSM_GPIO_PINS(105);
258DECLARE_MSM_GPIO_PINS(106);
259DECLARE_MSM_GPIO_PINS(107);
260DECLARE_MSM_GPIO_PINS(108);
261DECLARE_MSM_GPIO_PINS(109);
262DECLARE_MSM_GPIO_PINS(110);
263DECLARE_MSM_GPIO_PINS(111);
264DECLARE_MSM_GPIO_PINS(112);
265DECLARE_MSM_GPIO_PINS(113);
266DECLARE_MSM_GPIO_PINS(114);
267DECLARE_MSM_GPIO_PINS(115);
268DECLARE_MSM_GPIO_PINS(116);
269DECLARE_MSM_GPIO_PINS(117);
270DECLARE_MSM_GPIO_PINS(118);
271DECLARE_MSM_GPIO_PINS(119);
272DECLARE_MSM_GPIO_PINS(120);
273DECLARE_MSM_GPIO_PINS(121);
274
275static const unsigned int sdc1_clk_pins[] = { 122 };
276static const unsigned int sdc1_cmd_pins[] = { 123 };
277static const unsigned int sdc1_data_pins[] = { 124 };
278static const unsigned int sdc2_clk_pins[] = { 125 };
279static const unsigned int sdc2_cmd_pins[] = { 126 };
280static const unsigned int sdc2_data_pins[] = { 127 };
281static const unsigned int qdsd_clk_pins[] = { 128 };
282static const unsigned int qdsd_cmd_pins[] = { 129 };
283static const unsigned int qdsd_data0_pins[] = { 130 };
284static const unsigned int qdsd_data1_pins[] = { 131 };
285static const unsigned int qdsd_data2_pins[] = { 132 };
286static const unsigned int qdsd_data3_pins[] = { 133 };
287
288#define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \
289 { \
290 .grp = PINCTRL_PINGROUP("gpio" #id, \
291 gpio##id##_pins, \
292 ARRAY_SIZE(gpio##id##_pins)), \
293 .funcs = (int[]){ \
294 msm_mux_gpio, \
295 msm_mux_##f1, \
296 msm_mux_##f2, \
297 msm_mux_##f3, \
298 msm_mux_##f4, \
299 msm_mux_##f5, \
300 msm_mux_##f6, \
301 msm_mux_##f7, \
302 msm_mux_##f8, \
303 msm_mux_##f9 \
304 }, \
305 .nfuncs = 10, \
306 .ctl_reg = 0x1000 * id, \
307 .io_reg = 0x4 + 0x1000 * id, \
308 .intr_cfg_reg = 0x8 + 0x1000 * id, \
309 .intr_status_reg = 0xc + 0x1000 * id, \
310 .intr_target_reg = 0x8 + 0x1000 * id, \
311 .mux_bit = 2, \
312 .pull_bit = 0, \
313 .drv_bit = 6, \
314 .oe_bit = 9, \
315 .in_bit = 0, \
316 .out_bit = 1, \
317 .intr_enable_bit = 0, \
318 .intr_status_bit = 0, \
319 .intr_target_bit = 5, \
320 .intr_target_kpss_val = 4, \
321 .intr_raw_status_bit = 4, \
322 .intr_polarity_bit = 1, \
323 .intr_detection_bit = 2, \
324 .intr_detection_width = 2, \
325 }
326
327#define SDC_PINGROUP(pg_name, ctl, pull, drv) \
328 { \
329 .grp = PINCTRL_PINGROUP(#pg_name, \
330 pg_name##_pins, \
331 ARRAY_SIZE(pg_name##_pins)), \
332 .ctl_reg = ctl, \
333 .io_reg = 0, \
334 .intr_cfg_reg = 0, \
335 .intr_status_reg = 0, \
336 .intr_target_reg = 0, \
337 .mux_bit = -1, \
338 .pull_bit = pull, \
339 .drv_bit = drv, \
340 .oe_bit = -1, \
341 .in_bit = -1, \
342 .out_bit = -1, \
343 .intr_enable_bit = -1, \
344 .intr_status_bit = -1, \
345 .intr_target_bit = -1, \
346 .intr_target_kpss_val = -1, \
347 .intr_raw_status_bit = -1, \
348 .intr_polarity_bit = -1, \
349 .intr_detection_bit = -1, \
350 .intr_detection_width = -1, \
351 }
352
353enum msm8916_functions {
354 msm_mux_adsp_ext,
355 msm_mux_alsp_int,
356 msm_mux_atest_bbrx0,
357 msm_mux_atest_bbrx1,
358 msm_mux_atest_char,
359 msm_mux_atest_char0,
360 msm_mux_atest_char1,
361 msm_mux_atest_char2,
362 msm_mux_atest_char3,
363 msm_mux_atest_combodac,
364 msm_mux_atest_gpsadc0,
365 msm_mux_atest_gpsadc1,
366 msm_mux_atest_tsens,
367 msm_mux_atest_wlan0,
368 msm_mux_atest_wlan1,
369 msm_mux_backlight_en,
370 msm_mux_bimc_dte0,
371 msm_mux_bimc_dte1,
372 msm_mux_blsp_i2c1,
373 msm_mux_blsp_i2c2,
374 msm_mux_blsp_i2c3,
375 msm_mux_blsp_i2c4,
376 msm_mux_blsp_i2c5,
377 msm_mux_blsp_i2c6,
378 msm_mux_blsp_spi1,
379 msm_mux_blsp_spi1_cs1,
380 msm_mux_blsp_spi1_cs2,
381 msm_mux_blsp_spi1_cs3,
382 msm_mux_blsp_spi2,
383 msm_mux_blsp_spi2_cs1,
384 msm_mux_blsp_spi2_cs2,
385 msm_mux_blsp_spi2_cs3,
386 msm_mux_blsp_spi3,
387 msm_mux_blsp_spi3_cs1,
388 msm_mux_blsp_spi3_cs2,
389 msm_mux_blsp_spi3_cs3,
390 msm_mux_blsp_spi4,
391 msm_mux_blsp_spi5,
392 msm_mux_blsp_spi6,
393 msm_mux_blsp_uart1,
394 msm_mux_blsp_uart2,
395 msm_mux_blsp_uim1,
396 msm_mux_blsp_uim2,
397 msm_mux_cam1_rst,
398 msm_mux_cam1_standby,
399 msm_mux_cam_mclk0,
400 msm_mux_cam_mclk1,
401 msm_mux_cci_async,
402 msm_mux_cci_i2c,
403 msm_mux_cci_timer0,
404 msm_mux_cci_timer1,
405 msm_mux_cci_timer2,
406 msm_mux_cdc_pdm0,
407 msm_mux_codec_mad,
408 msm_mux_dbg_out,
409 msm_mux_display_5v,
410 msm_mux_dmic0_clk,
411 msm_mux_dmic0_data,
412 msm_mux_dsi_rst,
413 msm_mux_ebi0_wrcdc,
414 msm_mux_euro_us,
415 msm_mux_ext_lpass,
416 msm_mux_flash_strobe,
417 msm_mux_gcc_gp1_clk_a,
418 msm_mux_gcc_gp1_clk_b,
419 msm_mux_gcc_gp2_clk_a,
420 msm_mux_gcc_gp2_clk_b,
421 msm_mux_gcc_gp3_clk_a,
422 msm_mux_gcc_gp3_clk_b,
423 msm_mux_gpio,
424 msm_mux_gsm0_tx0,
425 msm_mux_gsm0_tx1,
426 msm_mux_gsm1_tx0,
427 msm_mux_gsm1_tx1,
428 msm_mux_gyro_accl,
429 msm_mux_kpsns0,
430 msm_mux_kpsns1,
431 msm_mux_kpsns2,
432 msm_mux_ldo_en,
433 msm_mux_ldo_update,
434 msm_mux_mag_int,
435 msm_mux_mdp_vsync,
436 msm_mux_modem_tsync,
437 msm_mux_m_voc,
438 msm_mux_nav_pps,
439 msm_mux_nav_tsync,
440 msm_mux_pa_indicator,
441 msm_mux_pbs0,
442 msm_mux_pbs1,
443 msm_mux_pbs2,
444 msm_mux_pri_mi2s,
445 msm_mux_pri_mi2s_ws,
446 msm_mux_prng_rosc,
447 msm_mux_pwr_crypto_enabled_a,
448 msm_mux_pwr_crypto_enabled_b,
449 msm_mux_pwr_modem_enabled_a,
450 msm_mux_pwr_modem_enabled_b,
451 msm_mux_pwr_nav_enabled_a,
452 msm_mux_pwr_nav_enabled_b,
453 msm_mux_qdss_ctitrig_in_a0,
454 msm_mux_qdss_ctitrig_in_a1,
455 msm_mux_qdss_ctitrig_in_b0,
456 msm_mux_qdss_ctitrig_in_b1,
457 msm_mux_qdss_ctitrig_out_a0,
458 msm_mux_qdss_ctitrig_out_a1,
459 msm_mux_qdss_ctitrig_out_b0,
460 msm_mux_qdss_ctitrig_out_b1,
461 msm_mux_qdss_traceclk_a,
462 msm_mux_qdss_traceclk_b,
463 msm_mux_qdss_tracectl_a,
464 msm_mux_qdss_tracectl_b,
465 msm_mux_qdss_tracedata_a,
466 msm_mux_qdss_tracedata_b,
467 msm_mux_reset_n,
468 msm_mux_sd_card,
469 msm_mux_sd_write,
470 msm_mux_sec_mi2s,
471 msm_mux_smb_int,
472 msm_mux_ssbi_wtr0,
473 msm_mux_ssbi_wtr1,
474 msm_mux_uim1,
475 msm_mux_uim2,
476 msm_mux_uim3,
477 msm_mux_uim_batt,
478 msm_mux_wcss_bt,
479 msm_mux_wcss_fm,
480 msm_mux_wcss_wlan,
481 msm_mux_webcam1_rst,
482 msm_mux_NA,
483};
484
485static const char * const gpio_groups[] = {
486 "gpio0", "gpio1", "gpio2", "gpio3", "gpio4", "gpio5", "gpio6", "gpio7",
487 "gpio8", "gpio9", "gpio10", "gpio11", "gpio12", "gpio13", "gpio14",
488 "gpio15", "gpio16", "gpio17", "gpio18", "gpio19", "gpio20", "gpio21",
489 "gpio22", "gpio23", "gpio24", "gpio25", "gpio26", "gpio27", "gpio28",
490 "gpio29", "gpio30", "gpio31", "gpio32", "gpio33", "gpio34", "gpio35",
491 "gpio36", "gpio37", "gpio38", "gpio39", "gpio40", "gpio41", "gpio42",
492 "gpio43", "gpio44", "gpio45", "gpio46", "gpio47", "gpio48", "gpio49",
493 "gpio50", "gpio51", "gpio52", "gpio53", "gpio54", "gpio55", "gpio56",
494 "gpio57", "gpio58", "gpio59", "gpio60", "gpio61", "gpio62", "gpio63",
495 "gpio64", "gpio65", "gpio66", "gpio67", "gpio68", "gpio69", "gpio70",
496 "gpio71", "gpio72", "gpio73", "gpio74", "gpio75", "gpio76", "gpio77",
497 "gpio78", "gpio79", "gpio80", "gpio81", "gpio82", "gpio83", "gpio84",
498 "gpio85", "gpio86", "gpio87", "gpio88", "gpio89", "gpio90", "gpio91",
499 "gpio92", "gpio93", "gpio94", "gpio95", "gpio96", "gpio97", "gpio98",
500 "gpio99", "gpio100", "gpio101", "gpio102", "gpio103", "gpio104",
501 "gpio105", "gpio106", "gpio107", "gpio108", "gpio109", "gpio110",
502 "gpio111", "gpio112", "gpio113", "gpio114", "gpio115", "gpio116",
503 "gpio117", "gpio118", "gpio119", "gpio120", "gpio121"
504};
505static const char * const adsp_ext_groups[] = { "gpio38" };
506static const char * const alsp_int_groups[] = { "gpio113" };
507static const char * const atest_bbrx0_groups[] = { "gpio17" };
508static const char * const atest_bbrx1_groups[] = { "gpio16" };
509static const char * const atest_char_groups[] = { "gpio62" };
510static const char * const atest_char0_groups[] = { "gpio60" };
511static const char * const atest_char1_groups[] = { "gpio59" };
512static const char * const atest_char2_groups[] = { "gpio58" };
513static const char * const atest_char3_groups[] = { "gpio57" };
514static const char * const atest_combodac_groups[] = {
515 "gpio4", "gpio12", "gpio13", "gpio20", "gpio21", "gpio28", "gpio29",
516 "gpio30", "gpio39", "gpio40", "gpio41", "gpio42", "gpio43", "gpio44",
517 "gpio45", "gpio46", "gpio47", "gpio48", "gpio69", "gpio107"
518};
519static const char * const atest_gpsadc0_groups[] = { "gpio7" };
520static const char * const atest_gpsadc1_groups[] = { "gpio18" };
521static const char * const atest_tsens_groups[] = { "gpio112" };
522static const char * const atest_wlan0_groups[] = { "gpio22" };
523static const char * const atest_wlan1_groups[] = { "gpio23" };
524static const char * const backlight_en_groups[] = { "gpio98" };
525static const char * const bimc_dte0_groups[] = { "gpio63", "gpio65" };
526static const char * const bimc_dte1_groups[] = { "gpio64", "gpio66" };
527static const char * const blsp_i2c1_groups[] = { "gpio2", "gpio3" };
528static const char * const blsp_i2c2_groups[] = { "gpio6", "gpio7" };
529static const char * const blsp_i2c3_groups[] = { "gpio10", "gpio11" };
530static const char * const blsp_i2c4_groups[] = { "gpio14", "gpio15" };
531static const char * const blsp_i2c5_groups[] = { "gpio18", "gpio19" };
532static const char * const blsp_i2c6_groups[] = { "gpio22", "gpio23" };
533static const char * const blsp_spi1_groups[] = {
534 "gpio0", "gpio1", "gpio2", "gpio3"
535};
536static const char * const blsp_spi1_cs1_groups[] = { "gpio110" };
537static const char * const blsp_spi1_cs2_groups[] = { "gpio16" };
538static const char * const blsp_spi1_cs3_groups[] = { "gpio4" };
539static const char * const blsp_spi2_groups[] = {
540 "gpio4", "gpio5", "gpio6", "gpio7"
541};
542static const char * const blsp_spi2_cs1_groups[] = { "gpio121" };
543static const char * const blsp_spi2_cs2_groups[] = { "gpio17" };
544static const char * const blsp_spi2_cs3_groups[] = { "gpio5" };
545static const char * const blsp_spi3_groups[] = {
546 "gpio8", "gpio9", "gpio10", "gpio11"
547};
548static const char * const blsp_spi3_cs1_groups[] = { "gpio120" };
549static const char * const blsp_spi3_cs2_groups[] = { "gpio37" };
550static const char * const blsp_spi3_cs3_groups[] = { "gpio69" };
551static const char * const blsp_spi4_groups[] = {
552 "gpio12", "gpio13", "gpio14", "gpio15"
553};
554static const char * const blsp_spi5_groups[] = {
555 "gpio16", "gpio17", "gpio18", "gpio19"
556};
557static const char * const blsp_spi6_groups[] = {
558 "gpio20", "gpio21", "gpio22", "gpio23"
559};
560static const char * const blsp_uart1_groups[] = {
561 "gpio0", "gpio1", "gpio2", "gpio3"
562};
563static const char * const blsp_uart2_groups[] = {
564 "gpio4", "gpio5", "gpio6", "gpio7"
565};
566static const char * const blsp_uim1_groups[] = { "gpio0", "gpio1" };
567static const char * const blsp_uim2_groups[] = { "gpio4", "gpio5" };
568static const char * const cam1_rst_groups[] = { "gpio35" };
569static const char * const cam1_standby_groups[] = { "gpio34" };
570static const char * const cam_mclk0_groups[] = { "gpio26" };
571static const char * const cam_mclk1_groups[] = { "gpio27" };
572static const char * const cci_async_groups[] = { "gpio33" };
573static const char * const cci_i2c_groups[] = { "gpio29", "gpio30" };
574static const char * const cci_timer0_groups[] = { "gpio31" };
575static const char * const cci_timer1_groups[] = { "gpio32" };
576static const char * const cci_timer2_groups[] = { "gpio38" };
577static const char * const cdc_pdm0_groups[] = {
578 "gpio63", "gpio64", "gpio65", "gpio66", "gpio67", "gpio68"
579};
580static const char * const codec_mad_groups[] = { "gpio16" };
581static const char * const dbg_out_groups[] = { "gpio47" };
582static const char * const display_5v_groups[] = { "gpio97" };
583static const char * const dmic0_clk_groups[] = { "gpio0" };
584static const char * const dmic0_data_groups[] = { "gpio1" };
585static const char * const dsi_rst_groups[] = { "gpio25" };
586static const char * const ebi0_wrcdc_groups[] = { "gpio67" };
587static const char * const euro_us_groups[] = { "gpio120" };
588static const char * const ext_lpass_groups[] = { "gpio45" };
589static const char * const flash_strobe_groups[] = { "gpio31", "gpio32" };
590static const char * const gcc_gp1_clk_a_groups[] = { "gpio49" };
591static const char * const gcc_gp1_clk_b_groups[] = { "gpio97" };
592static const char * const gcc_gp2_clk_a_groups[] = { "gpio50" };
593static const char * const gcc_gp2_clk_b_groups[] = { "gpio12" };
594static const char * const gcc_gp3_clk_a_groups[] = { "gpio51" };
595static const char * const gcc_gp3_clk_b_groups[] = { "gpio13" };
596static const char * const gsm0_tx0_groups[] = { "gpio99" };
597static const char * const gsm0_tx1_groups[] = { "gpio100" };
598static const char * const gsm1_tx0_groups[] = { "gpio101" };
599static const char * const gsm1_tx1_groups[] = { "gpio102" };
600static const char * const gyro_accl_groups[] = {"gpio115" };
601static const char * const kpsns0_groups[] = { "gpio107" };
602static const char * const kpsns1_groups[] = { "gpio108" };
603static const char * const kpsns2_groups[] = { "gpio109" };
604static const char * const ldo_en_groups[] = { "gpio121" };
605static const char * const ldo_update_groups[] = { "gpio120" };
606static const char * const mag_int_groups[] = { "gpio69" };
607static const char * const mdp_vsync_groups[] = { "gpio24", "gpio25" };
608static const char * const modem_tsync_groups[] = { "gpio95" };
609static const char * const m_voc_groups[] = { "gpio8", "gpio119" };
610static const char * const nav_pps_groups[] = { "gpio95" };
611static const char * const nav_tsync_groups[] = { "gpio95" };
612static const char * const pa_indicator_groups[] = { "gpio86" };
613static const char * const pbs0_groups[] = { "gpio107" };
614static const char * const pbs1_groups[] = { "gpio108" };
615static const char * const pbs2_groups[] = { "gpio109" };
616static const char * const pri_mi2s_groups[] = {
617 "gpio113", "gpio114", "gpio115", "gpio116"
618};
619static const char * const pri_mi2s_ws_groups[] = { "gpio110" };
620static const char * const prng_rosc_groups[] = { "gpio43" };
621static const char * const pwr_crypto_enabled_a_groups[] = { "gpio35" };
622static const char * const pwr_crypto_enabled_b_groups[] = { "gpio115" };
623static const char * const pwr_modem_enabled_a_groups[] = { "gpio28" };
624static const char * const pwr_modem_enabled_b_groups[] = { "gpio113" };
625static const char * const pwr_nav_enabled_a_groups[] = { "gpio34" };
626static const char * const pwr_nav_enabled_b_groups[] = { "gpio114" };
627static const char * const qdss_ctitrig_in_a0_groups[] = { "gpio20" };
628static const char * const qdss_ctitrig_in_a1_groups[] = { "gpio49" };
629static const char * const qdss_ctitrig_in_b0_groups[] = { "gpio21" };
630static const char * const qdss_ctitrig_in_b1_groups[] = { "gpio50" };
631static const char * const qdss_ctitrig_out_a0_groups[] = { "gpio23" };
632static const char * const qdss_ctitrig_out_a1_groups[] = { "gpio52" };
633static const char * const qdss_ctitrig_out_b0_groups[] = { "gpio22" };
634static const char * const qdss_ctitrig_out_b1_groups[] = { "gpio51" };
635static const char * const qdss_traceclk_a_groups[] = { "gpio46" };
636static const char * const qdss_traceclk_b_groups[] = { "gpio5" };
637static const char * const qdss_tracectl_a_groups[] = { "gpio45" };
638static const char * const qdss_tracectl_b_groups[] = { "gpio4" };
639static const char * const qdss_tracedata_a_groups[] = {
640 "gpio8", "gpio9", "gpio10", "gpio39", "gpio40", "gpio41", "gpio42",
641 "gpio43", "gpio47", "gpio48", "gpio62", "gpio69", "gpio112", "gpio113",
642 "gpio114", "gpio115"
643};
644static const char * const qdss_tracedata_b_groups[] = {
645 "gpio26", "gpio27", "gpio28", "gpio29", "gpio30", "gpio31", "gpio32",
646 "gpio33", "gpio34", "gpio35", "gpio36", "gpio37", "gpio110", "gpio111",
647 "gpio120", "gpio121"
648};
649static const char * const reset_n_groups[] = { "gpio36" };
650static const char * const sd_card_groups[] = { "gpio38" };
651static const char * const sd_write_groups[] = { "gpio121" };
652static const char * const sec_mi2s_groups[] = {
653 "gpio112", "gpio117", "gpio118", "gpio119"
654};
655static const char * const smb_int_groups[] = { "gpio62" };
656static const char * const ssbi_wtr0_groups[] = { "gpio103", "gpio104" };
657static const char * const ssbi_wtr1_groups[] = { "gpio105", "gpio106" };
658static const char * const uim1_groups[] = {
659 "gpio57", "gpio58", "gpio59", "gpio60"
660};
661
662static const char * const uim2_groups[] = {
663 "gpio53", "gpio54", "gpio55", "gpio56"
664};
665static const char * const uim3_groups[] = {
666 "gpio49", "gpio50", "gpio51", "gpio52"
667};
668static const char * const uim_batt_groups[] = { "gpio61" };
669static const char * const wcss_bt_groups[] = { "gpio39", "gpio47", "gpio48" };
670static const char * const wcss_fm_groups[] = { "gpio45", "gpio46" };
671static const char * const wcss_wlan_groups[] = {
672 "gpio40", "gpio41", "gpio42", "gpio43", "gpio44"
673};
674static const char * const webcam1_rst_groups[] = { "gpio28" };
675
676static const struct pinfunction msm8916_functions[] = {
677 MSM_PIN_FUNCTION(adsp_ext),
678 MSM_PIN_FUNCTION(alsp_int),
679 MSM_PIN_FUNCTION(atest_bbrx0),
680 MSM_PIN_FUNCTION(atest_bbrx1),
681 MSM_PIN_FUNCTION(atest_char),
682 MSM_PIN_FUNCTION(atest_char0),
683 MSM_PIN_FUNCTION(atest_char1),
684 MSM_PIN_FUNCTION(atest_char2),
685 MSM_PIN_FUNCTION(atest_char3),
686 MSM_PIN_FUNCTION(atest_combodac),
687 MSM_PIN_FUNCTION(atest_gpsadc0),
688 MSM_PIN_FUNCTION(atest_gpsadc1),
689 MSM_PIN_FUNCTION(atest_tsens),
690 MSM_PIN_FUNCTION(atest_wlan0),
691 MSM_PIN_FUNCTION(atest_wlan1),
692 MSM_PIN_FUNCTION(backlight_en),
693 MSM_PIN_FUNCTION(bimc_dte0),
694 MSM_PIN_FUNCTION(bimc_dte1),
695 MSM_PIN_FUNCTION(blsp_i2c1),
696 MSM_PIN_FUNCTION(blsp_i2c2),
697 MSM_PIN_FUNCTION(blsp_i2c3),
698 MSM_PIN_FUNCTION(blsp_i2c4),
699 MSM_PIN_FUNCTION(blsp_i2c5),
700 MSM_PIN_FUNCTION(blsp_i2c6),
701 MSM_PIN_FUNCTION(blsp_spi1),
702 MSM_PIN_FUNCTION(blsp_spi1_cs1),
703 MSM_PIN_FUNCTION(blsp_spi1_cs2),
704 MSM_PIN_FUNCTION(blsp_spi1_cs3),
705 MSM_PIN_FUNCTION(blsp_spi2),
706 MSM_PIN_FUNCTION(blsp_spi2_cs1),
707 MSM_PIN_FUNCTION(blsp_spi2_cs2),
708 MSM_PIN_FUNCTION(blsp_spi2_cs3),
709 MSM_PIN_FUNCTION(blsp_spi3),
710 MSM_PIN_FUNCTION(blsp_spi3_cs1),
711 MSM_PIN_FUNCTION(blsp_spi3_cs2),
712 MSM_PIN_FUNCTION(blsp_spi3_cs3),
713 MSM_PIN_FUNCTION(blsp_spi4),
714 MSM_PIN_FUNCTION(blsp_spi5),
715 MSM_PIN_FUNCTION(blsp_spi6),
716 MSM_PIN_FUNCTION(blsp_uart1),
717 MSM_PIN_FUNCTION(blsp_uart2),
718 MSM_PIN_FUNCTION(blsp_uim1),
719 MSM_PIN_FUNCTION(blsp_uim2),
720 MSM_PIN_FUNCTION(cam1_rst),
721 MSM_PIN_FUNCTION(cam1_standby),
722 MSM_PIN_FUNCTION(cam_mclk0),
723 MSM_PIN_FUNCTION(cam_mclk1),
724 MSM_PIN_FUNCTION(cci_async),
725 MSM_PIN_FUNCTION(cci_i2c),
726 MSM_PIN_FUNCTION(cci_timer0),
727 MSM_PIN_FUNCTION(cci_timer1),
728 MSM_PIN_FUNCTION(cci_timer2),
729 MSM_PIN_FUNCTION(cdc_pdm0),
730 MSM_PIN_FUNCTION(codec_mad),
731 MSM_PIN_FUNCTION(dbg_out),
732 MSM_PIN_FUNCTION(display_5v),
733 MSM_PIN_FUNCTION(dmic0_clk),
734 MSM_PIN_FUNCTION(dmic0_data),
735 MSM_PIN_FUNCTION(dsi_rst),
736 MSM_PIN_FUNCTION(ebi0_wrcdc),
737 MSM_PIN_FUNCTION(euro_us),
738 MSM_PIN_FUNCTION(ext_lpass),
739 MSM_PIN_FUNCTION(flash_strobe),
740 MSM_PIN_FUNCTION(gcc_gp1_clk_a),
741 MSM_PIN_FUNCTION(gcc_gp1_clk_b),
742 MSM_PIN_FUNCTION(gcc_gp2_clk_a),
743 MSM_PIN_FUNCTION(gcc_gp2_clk_b),
744 MSM_PIN_FUNCTION(gcc_gp3_clk_a),
745 MSM_PIN_FUNCTION(gcc_gp3_clk_b),
746 MSM_PIN_FUNCTION(gpio),
747 MSM_PIN_FUNCTION(gsm0_tx0),
748 MSM_PIN_FUNCTION(gsm0_tx1),
749 MSM_PIN_FUNCTION(gsm1_tx0),
750 MSM_PIN_FUNCTION(gsm1_tx1),
751 MSM_PIN_FUNCTION(gyro_accl),
752 MSM_PIN_FUNCTION(kpsns0),
753 MSM_PIN_FUNCTION(kpsns1),
754 MSM_PIN_FUNCTION(kpsns2),
755 MSM_PIN_FUNCTION(ldo_en),
756 MSM_PIN_FUNCTION(ldo_update),
757 MSM_PIN_FUNCTION(mag_int),
758 MSM_PIN_FUNCTION(mdp_vsync),
759 MSM_PIN_FUNCTION(modem_tsync),
760 MSM_PIN_FUNCTION(m_voc),
761 MSM_PIN_FUNCTION(nav_pps),
762 MSM_PIN_FUNCTION(nav_tsync),
763 MSM_PIN_FUNCTION(pa_indicator),
764 MSM_PIN_FUNCTION(pbs0),
765 MSM_PIN_FUNCTION(pbs1),
766 MSM_PIN_FUNCTION(pbs2),
767 MSM_PIN_FUNCTION(pri_mi2s),
768 MSM_PIN_FUNCTION(pri_mi2s_ws),
769 MSM_PIN_FUNCTION(prng_rosc),
770 MSM_PIN_FUNCTION(pwr_crypto_enabled_a),
771 MSM_PIN_FUNCTION(pwr_crypto_enabled_b),
772 MSM_PIN_FUNCTION(pwr_modem_enabled_a),
773 MSM_PIN_FUNCTION(pwr_modem_enabled_b),
774 MSM_PIN_FUNCTION(pwr_nav_enabled_a),
775 MSM_PIN_FUNCTION(pwr_nav_enabled_b),
776 MSM_PIN_FUNCTION(qdss_ctitrig_in_a0),
777 MSM_PIN_FUNCTION(qdss_ctitrig_in_a1),
778 MSM_PIN_FUNCTION(qdss_ctitrig_in_b0),
779 MSM_PIN_FUNCTION(qdss_ctitrig_in_b1),
780 MSM_PIN_FUNCTION(qdss_ctitrig_out_a0),
781 MSM_PIN_FUNCTION(qdss_ctitrig_out_a1),
782 MSM_PIN_FUNCTION(qdss_ctitrig_out_b0),
783 MSM_PIN_FUNCTION(qdss_ctitrig_out_b1),
784 MSM_PIN_FUNCTION(qdss_traceclk_a),
785 MSM_PIN_FUNCTION(qdss_traceclk_b),
786 MSM_PIN_FUNCTION(qdss_tracectl_a),
787 MSM_PIN_FUNCTION(qdss_tracectl_b),
788 MSM_PIN_FUNCTION(qdss_tracedata_a),
789 MSM_PIN_FUNCTION(qdss_tracedata_b),
790 MSM_PIN_FUNCTION(reset_n),
791 MSM_PIN_FUNCTION(sd_card),
792 MSM_PIN_FUNCTION(sd_write),
793 MSM_PIN_FUNCTION(sec_mi2s),
794 MSM_PIN_FUNCTION(smb_int),
795 MSM_PIN_FUNCTION(ssbi_wtr0),
796 MSM_PIN_FUNCTION(ssbi_wtr1),
797 MSM_PIN_FUNCTION(uim1),
798 MSM_PIN_FUNCTION(uim2),
799 MSM_PIN_FUNCTION(uim3),
800 MSM_PIN_FUNCTION(uim_batt),
801 MSM_PIN_FUNCTION(wcss_bt),
802 MSM_PIN_FUNCTION(wcss_fm),
803 MSM_PIN_FUNCTION(wcss_wlan),
804 MSM_PIN_FUNCTION(webcam1_rst)
805};
806
807static const struct msm_pingroup msm8916_groups[] = {
808 PINGROUP(0, blsp_spi1, blsp_uart1, blsp_uim1, dmic0_clk, NA, NA, NA, NA, NA),
809 PINGROUP(1, blsp_spi1, blsp_uart1, blsp_uim1, dmic0_data, NA, NA, NA, NA, NA),
810 PINGROUP(2, blsp_spi1, blsp_uart1, blsp_i2c1, NA, NA, NA, NA, NA, NA),
811 PINGROUP(3, blsp_spi1, blsp_uart1, blsp_i2c1, NA, NA, NA, NA, NA, NA),
812 PINGROUP(4, blsp_spi2, blsp_uart2, blsp_uim2, blsp_spi1_cs3, qdss_tracectl_b, NA, atest_combodac, NA, NA),
813 PINGROUP(5, blsp_spi2, blsp_uart2, blsp_uim2, blsp_spi2_cs3, qdss_traceclk_b, NA, NA, NA, NA),
814 PINGROUP(6, blsp_spi2, blsp_uart2, blsp_i2c2, NA, NA, NA, NA, NA, NA),
815 PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, NA, NA, NA, NA, NA, NA),
816 PINGROUP(8, blsp_spi3, m_voc, qdss_tracedata_a, NA, NA, NA, NA, NA, NA),
817 PINGROUP(9, blsp_spi3, qdss_tracedata_a, NA, NA, NA, NA, NA, NA, NA),
818 PINGROUP(10, blsp_spi3, blsp_i2c3, qdss_tracedata_a, NA, NA, NA, NA, NA, NA),
819 PINGROUP(11, blsp_spi3, blsp_i2c3, NA, NA, NA, NA, NA, NA, NA),
820 PINGROUP(12, blsp_spi4, gcc_gp2_clk_b, NA, atest_combodac, NA, NA, NA, NA, NA),
821 PINGROUP(13, blsp_spi4, gcc_gp3_clk_b, NA, atest_combodac, NA, NA, NA, NA, NA),
822 PINGROUP(14, blsp_spi4, blsp_i2c4, NA, NA, NA, NA, NA, NA, NA),
823 PINGROUP(15, blsp_spi4, blsp_i2c4, NA, NA, NA, NA, NA, NA, NA),
824 PINGROUP(16, blsp_spi5, blsp_spi1_cs2, NA, atest_bbrx1, NA, NA, NA, NA, NA),
825 PINGROUP(17, blsp_spi5, blsp_spi2_cs2, NA, atest_bbrx0, NA, NA, NA, NA, NA),
826 PINGROUP(18, blsp_spi5, blsp_i2c5, NA, atest_gpsadc1, NA, NA, NA, NA, NA),
827 PINGROUP(19, blsp_spi5, blsp_i2c5, NA, NA, NA, NA, NA, NA, NA),
828 PINGROUP(20, blsp_spi6, NA, NA, NA, NA, NA, NA, qdss_ctitrig_in_a0, NA),
829 PINGROUP(21, blsp_spi6, NA, NA, NA, NA, NA, NA, qdss_ctitrig_in_b0, NA),
830 PINGROUP(22, blsp_spi6, blsp_i2c6, NA, NA, NA, NA, NA, NA, NA),
831 PINGROUP(23, blsp_spi6, blsp_i2c6, NA, NA, NA, NA, NA, NA, NA),
832 PINGROUP(24, mdp_vsync, NA, NA, NA, NA, NA, NA, NA, NA),
833 PINGROUP(25, mdp_vsync, NA, NA, NA, NA, NA, NA, NA, NA),
834 PINGROUP(26, cam_mclk0, NA, NA, NA, NA, NA, qdss_tracedata_b, NA, NA),
835 PINGROUP(27, cam_mclk1, NA, NA, NA, NA, NA, NA, NA, qdss_tracedata_b),
836 PINGROUP(28, pwr_modem_enabled_a, NA, NA, NA, NA, NA, qdss_tracedata_b, NA, atest_combodac),
837 PINGROUP(29, cci_i2c, NA, NA, NA, NA, NA, qdss_tracedata_b, NA, atest_combodac),
838 PINGROUP(30, cci_i2c, NA, NA, NA, NA, NA, NA, NA, qdss_tracedata_b),
839 PINGROUP(31, cci_timer0, flash_strobe, NA, NA, NA, NA, NA, NA, NA),
840 PINGROUP(32, cci_timer1, flash_strobe, NA, NA, NA, NA, NA, NA, NA),
841 PINGROUP(33, cci_async, NA, NA, NA, NA, NA, NA, NA, qdss_tracedata_b),
842 PINGROUP(34, pwr_nav_enabled_a, NA, NA, NA, NA, NA, NA, NA, qdss_tracedata_b),
843 PINGROUP(35, pwr_crypto_enabled_a, NA, NA, NA, NA, NA, NA, NA, qdss_tracedata_b),
844 PINGROUP(36, NA, NA, NA, NA, NA, NA, NA, qdss_tracedata_b, NA),
845 PINGROUP(37, blsp_spi3_cs2, NA, NA, NA, NA, NA, qdss_tracedata_b, NA, NA),
846 PINGROUP(38, cci_timer2, adsp_ext, NA, NA, NA, NA, NA, NA, NA),
847 PINGROUP(39, wcss_bt, qdss_tracedata_a, NA, atest_combodac, NA, NA, NA, NA, NA),
848 PINGROUP(40, wcss_wlan, qdss_tracedata_a, NA, atest_combodac, NA, NA, NA, NA, NA),
849 PINGROUP(41, wcss_wlan, qdss_tracedata_a, NA, atest_combodac, NA, NA, NA, NA, NA),
850 PINGROUP(42, wcss_wlan, qdss_tracedata_a, NA, atest_combodac, NA, NA, NA, NA, NA),
851 PINGROUP(43, wcss_wlan, prng_rosc, qdss_tracedata_a, NA, atest_combodac, NA, NA, NA, NA),
852 PINGROUP(44, wcss_wlan, NA, atest_combodac, NA, NA, NA, NA, NA, NA),
853 PINGROUP(45, wcss_fm, ext_lpass, qdss_tracectl_a, NA, atest_combodac, NA, NA, NA, NA),
854 PINGROUP(46, wcss_fm, qdss_traceclk_a, NA, atest_combodac, NA, NA, NA, NA, NA),
855 PINGROUP(47, wcss_bt, dbg_out, qdss_tracedata_a, NA, atest_combodac, NA, NA, NA, NA),
856 PINGROUP(48, wcss_bt, qdss_tracedata_a, NA, atest_combodac, NA, NA, NA, NA, NA),
857 PINGROUP(49, uim3, gcc_gp1_clk_a, qdss_ctitrig_in_a1, NA, NA, NA, NA, NA, NA),
858 PINGROUP(50, uim3, gcc_gp2_clk_a, qdss_ctitrig_in_b1, NA, NA, NA, NA, NA, NA),
859 PINGROUP(51, uim3, gcc_gp3_clk_a, qdss_ctitrig_out_b1, NA, NA, NA, NA, NA, NA),
860 PINGROUP(52, uim3, NA, qdss_ctitrig_out_a1, NA, NA, NA, NA, NA, NA),
861 PINGROUP(53, uim2, NA, NA, NA, NA, NA, NA, NA, NA),
862 PINGROUP(54, uim2, NA, NA, NA, NA, NA, NA, NA, NA),
863 PINGROUP(55, uim2, NA, NA, NA, NA, NA, NA, NA, NA),
864 PINGROUP(56, uim2, NA, NA, NA, NA, NA, NA, NA, NA),
865 PINGROUP(57, uim1, atest_char3, NA, NA, NA, NA, NA, NA, NA),
866 PINGROUP(58, uim1, atest_char2, NA, NA, NA, NA, NA, NA, NA),
867 PINGROUP(59, uim1, atest_char1, NA, NA, NA, NA, NA, NA, NA),
868 PINGROUP(60, uim1, atest_char0, NA, NA, NA, NA, NA, NA, NA),
869 PINGROUP(61, uim_batt, NA, NA, NA, NA, NA, NA, NA, NA),
870 PINGROUP(62, atest_char, qdss_tracedata_a, NA, NA, NA, NA, NA, NA, NA),
871 PINGROUP(63, cdc_pdm0, bimc_dte0, NA, NA, NA, NA, NA, NA, NA),
872 PINGROUP(64, cdc_pdm0, bimc_dte1, NA, NA, NA, NA, NA, NA, NA),
873 PINGROUP(65, cdc_pdm0, bimc_dte0, NA, NA, NA, NA, NA, NA, NA),
874 PINGROUP(66, cdc_pdm0, bimc_dte1, NA, NA, NA, NA, NA, NA, NA),
875 PINGROUP(67, cdc_pdm0, ebi0_wrcdc, NA, NA, NA, NA, NA, NA, NA),
876 PINGROUP(68, cdc_pdm0, NA, NA, NA, NA, NA, NA, NA, NA),
877 PINGROUP(69, blsp_spi3_cs3, qdss_tracedata_a, NA, atest_combodac, NA, NA, NA, NA, NA),
878 PINGROUP(70, NA, NA, NA, NA, NA, NA, NA, NA, NA),
879 PINGROUP(71, NA, NA, NA, NA, NA, NA, NA, NA, NA),
880 PINGROUP(72, NA, NA, NA, NA, NA, NA, NA, NA, NA),
881 PINGROUP(73, NA, NA, NA, NA, NA, NA, NA, NA, NA),
882 PINGROUP(74, NA, NA, NA, NA, NA, NA, NA, NA, NA),
883 PINGROUP(75, NA, NA, NA, NA, NA, NA, NA, NA, NA),
884 PINGROUP(76, NA, NA, NA, NA, NA, NA, NA, NA, NA),
885 PINGROUP(77, NA, NA, NA, NA, NA, NA, NA, NA, NA),
886 PINGROUP(78, NA, NA, NA, NA, NA, NA, NA, NA, NA),
887 PINGROUP(79, NA, NA, NA, NA, NA, NA, NA, NA, NA),
888 PINGROUP(80, NA, NA, NA, NA, NA, NA, NA, NA, NA),
889 PINGROUP(81, NA, NA, NA, NA, NA, NA, NA, NA, NA),
890 PINGROUP(82, NA, NA, NA, NA, NA, NA, NA, NA, NA),
891 PINGROUP(83, NA, NA, NA, NA, NA, NA, NA, NA, NA),
892 PINGROUP(84, NA, NA, NA, NA, NA, NA, NA, NA, NA),
893 PINGROUP(85, NA, NA, NA, NA, NA, NA, NA, NA, NA),
894 PINGROUP(86, NA, pa_indicator, NA, NA, NA, NA, NA, NA, NA),
895 PINGROUP(87, NA, NA, NA, NA, NA, NA, NA, NA, NA),
896 PINGROUP(88, NA, NA, NA, NA, NA, NA, NA, NA, NA),
897 PINGROUP(89, NA, NA, NA, NA, NA, NA, NA, NA, NA),
898 PINGROUP(90, NA, NA, NA, NA, NA, NA, NA, NA, NA),
899 PINGROUP(91, NA, NA, NA, NA, NA, NA, NA, NA, NA),
900 PINGROUP(92, NA, NA, NA, NA, NA, NA, NA, NA, NA),
901 PINGROUP(93, NA, NA, NA, NA, NA, NA, NA, NA, NA),
902 PINGROUP(94, NA, NA, NA, NA, NA, NA, NA, NA, NA),
903 PINGROUP(95, NA, modem_tsync, nav_tsync, nav_pps, NA, NA, NA, NA, NA),
904 PINGROUP(96, NA, NA, NA, NA, NA, NA, NA, NA, NA),
905 PINGROUP(97, gcc_gp1_clk_b, NA, NA, NA, NA, NA, NA, NA, NA),
906 PINGROUP(98, NA, NA, NA, NA, NA, NA, NA, NA, NA),
907 PINGROUP(99, gsm0_tx0, NA, NA, NA, NA, NA, NA, NA, NA),
908 PINGROUP(100, gsm0_tx1, NA, NA, NA, NA, NA, NA, NA, NA),
909 PINGROUP(101, gsm1_tx0, NA, NA, NA, NA, NA, NA, NA, NA),
910 PINGROUP(102, gsm1_tx1, NA, NA, NA, NA, NA, NA, NA, NA),
911 PINGROUP(103, ssbi_wtr0, NA, NA, NA, NA, NA, NA, NA, NA),
912 PINGROUP(104, ssbi_wtr0, NA, NA, NA, NA, NA, NA, NA, NA),
913 PINGROUP(105, ssbi_wtr1, NA, NA, NA, NA, NA, NA, NA, NA),
914 PINGROUP(106, ssbi_wtr1, NA, NA, NA, NA, NA, NA, NA, NA),
915 PINGROUP(107, pbs0, NA, atest_combodac, NA, NA, NA, NA, NA, NA),
916 PINGROUP(108, pbs1, NA, NA, NA, NA, NA, NA, NA, NA),
917 PINGROUP(109, pbs2, NA, NA, NA, NA, NA, NA, NA, NA),
918 PINGROUP(110, blsp_spi1_cs1, pri_mi2s_ws, NA, qdss_tracedata_b, NA, NA, NA, NA, NA),
919 PINGROUP(111, qdss_tracedata_b, NA, NA, NA, NA, NA, NA, NA, NA),
920 PINGROUP(112, sec_mi2s, NA, NA, NA, qdss_tracedata_a, NA, atest_tsens, NA, NA),
921 PINGROUP(113, pri_mi2s, NA, pwr_modem_enabled_b, NA, NA, NA, NA, NA, qdss_tracedata_a),
922 PINGROUP(114, pri_mi2s, pwr_nav_enabled_b, NA, NA, NA, NA, NA, qdss_tracedata_a, NA),
923 PINGROUP(115, pri_mi2s, pwr_crypto_enabled_b, NA, NA, NA, NA, NA, qdss_tracedata_a, NA),
924 PINGROUP(116, pri_mi2s, NA, NA, NA, NA, NA, NA, NA, NA),
925 PINGROUP(117, sec_mi2s, NA, NA, NA, NA, NA, NA, NA, NA),
926 PINGROUP(118, sec_mi2s, NA, NA, NA, NA, NA, NA, NA, NA),
927 PINGROUP(119, sec_mi2s, m_voc, NA, NA, NA, NA, NA, NA, NA),
928 PINGROUP(120, blsp_spi3_cs1, ldo_update, NA, NA, NA, NA, NA, NA, NA),
929 PINGROUP(121, sd_write, blsp_spi2_cs1, ldo_en, NA, NA, NA, NA, NA, NA),
930 SDC_PINGROUP(sdc1_clk, 0x10a000, 13, 6),
931 SDC_PINGROUP(sdc1_cmd, 0x10a000, 11, 3),
932 SDC_PINGROUP(sdc1_data, 0x10a000, 9, 0),
933 SDC_PINGROUP(sdc2_clk, 0x109000, 14, 6),
934 SDC_PINGROUP(sdc2_cmd, 0x109000, 11, 3),
935 SDC_PINGROUP(sdc2_data, 0x109000, 9, 0),
936 SDC_PINGROUP(qdsd_clk, 0x19c000, 3, 0),
937 SDC_PINGROUP(qdsd_cmd, 0x19c000, 8, 5),
938 SDC_PINGROUP(qdsd_data0, 0x19c000, 13, 10),
939 SDC_PINGROUP(qdsd_data1, 0x19c000, 18, 15),
940 SDC_PINGROUP(qdsd_data2, 0x19c000, 23, 20),
941 SDC_PINGROUP(qdsd_data3, 0x19c000, 28, 25),
942};
943
944#define NUM_GPIO_PINGROUPS 122
945
946static const struct msm_pinctrl_soc_data msm8916_pinctrl = {
947 .pins = msm8916_pins,
948 .npins = ARRAY_SIZE(msm8916_pins),
949 .functions = msm8916_functions,
950 .nfunctions = ARRAY_SIZE(msm8916_functions),
951 .groups = msm8916_groups,
952 .ngroups = ARRAY_SIZE(msm8916_groups),
953 .ngpios = NUM_GPIO_PINGROUPS,
954};
955
956static int msm8916_pinctrl_probe(struct platform_device *pdev)
957{
958 return msm_pinctrl_probe(pdev, soc_data: &msm8916_pinctrl);
959}
960
961static const struct of_device_id msm8916_pinctrl_of_match[] = {
962 { .compatible = "qcom,msm8916-pinctrl", },
963 { },
964};
965
966static struct platform_driver msm8916_pinctrl_driver = {
967 .driver = {
968 .name = "msm8916-pinctrl",
969 .of_match_table = msm8916_pinctrl_of_match,
970 },
971 .probe = msm8916_pinctrl_probe,
972 .remove_new = msm_pinctrl_remove,
973};
974
975static int __init msm8916_pinctrl_init(void)
976{
977 return platform_driver_register(&msm8916_pinctrl_driver);
978}
979arch_initcall(msm8916_pinctrl_init);
980
981static void __exit msm8916_pinctrl_exit(void)
982{
983 platform_driver_unregister(&msm8916_pinctrl_driver);
984}
985module_exit(msm8916_pinctrl_exit);
986
987MODULE_DESCRIPTION("Qualcomm msm8916 pinctrl driver");
988MODULE_LICENSE("GPL v2");
989MODULE_DEVICE_TABLE(of, msm8916_pinctrl_of_match);
990

source code of linux/drivers/pinctrl/qcom/pinctrl-msm8916.c