Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion drivers/pinctrl/qcom/pinctrl-qcs8300.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ enum qcs8300_functions {
msm_mux_gcc_gp3,
msm_mux_gcc_gp4,
msm_mux_gcc_gp5,
msm_mux_gp_mn,
msm_mux_hs0_mi2s,
msm_mux_hs1_mi2s,
msm_mux_hs2_mi2s,
Expand Down Expand Up @@ -656,6 +657,10 @@ static const char *const gcc_gp5_groups[] = {
"gpio76", "gpio77",
};

static const char *const gp_mn_groups[] = {
"gpio32",
};

static const char * const hs0_mi2s_groups[] = {
"gpio106", "gpio107", "gpio108", "gpio109",
};
Expand Down Expand Up @@ -960,6 +965,7 @@ static const struct pinfunction qcs8300_functions[] = {
MSM_PIN_FUNCTION(gcc_gp3),
MSM_PIN_FUNCTION(gcc_gp4),
MSM_PIN_FUNCTION(gcc_gp5),
MSM_PIN_FUNCTION(gp_mn),
MSM_PIN_FUNCTION(hs0_mi2s),
MSM_PIN_FUNCTION(hs1_mi2s),
MSM_PIN_FUNCTION(hs2_mi2s),
Expand Down Expand Up @@ -1067,7 +1073,8 @@ static const struct msm_pingroup qcs8300_groups[] = {
[30] = PINGROUP(30, qup0_se4, cci_i2c_scl, cci_async, emac0_ptp_pps,
tgu_ch3, _, _, _, _, _, _),
[31] = PINGROUP(31, qup0_se4, cci_i2c_sda, cci_async, emac0_ptp_aux, _, _, _, _, _, _, _),
[32] = PINGROUP(32, qup0_se4, cci_i2c_scl, emac0_ptp_aux, mdp_vsync, _, _, _, _, _, _, _),
[32] = PINGROUP(32, qup0_se4, cci_i2c_scl, emac0_ptp_aux, mdp_vsync, gp_mn, _, _, _, _,
_, _),
[33] = PINGROUP(33, qup0_se2, qdss_gpio, _, _, _, _, _, _, _, _, _),
[34] = PINGROUP(34, qup0_se2, qdss_gpio, _, _, _, _, _, _, _, _, _),
[35] = PINGROUP(35, qup0_se2, gcc_gp1, _, _, _, _, _, _, _, _, _),
Expand Down
8 changes: 7 additions & 1 deletion drivers/pinctrl/qcom/pinctrl-sa8775p.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ enum sa8775p_functions {
msm_mux_gcc_gp3,
msm_mux_gcc_gp4,
msm_mux_gcc_gp5,
msm_mux_gp_mn,
msm_mux_hs0_mi2s,
msm_mux_hs1_mi2s,
msm_mux_hs2_mi2s,
Expand Down Expand Up @@ -834,6 +835,10 @@ static const char * const gcc_gp5_groups[] = {
"gpio34", "gpio42",
};

static const char * const gp_mn_groups[] = {
"gpio35",
};

static const char * const hs0_mi2s_groups[] = {
"gpio114", "gpio115", "gpio116", "gpio117",
};
Expand Down Expand Up @@ -1236,6 +1241,7 @@ static const struct pinfunction sa8775p_functions[] = {
MSM_PIN_FUNCTION(gcc_gp3),
MSM_PIN_FUNCTION(gcc_gp4),
MSM_PIN_FUNCTION(gcc_gp5),
MSM_PIN_FUNCTION(gp_mn),
MSM_PIN_FUNCTION(hs0_mi2s),
MSM_PIN_FUNCTION(hs1_mi2s),
MSM_PIN_FUNCTION(hs2_mi2s),
Expand Down Expand Up @@ -1367,7 +1373,7 @@ static const struct msm_pingroup sa8775p_groups[] = {
[32] = PINGROUP(32, qup0_se4, phase_flag, _, _, _, _, _, _, _),
[33] = PINGROUP(33, qup0_se4, gcc_gp4, _, ddr_pxi0, _, _, _, _, _),
[34] = PINGROUP(34, qup0_se4, gcc_gp5, _, ddr_pxi0, _, _, _, _, _),
[35] = PINGROUP(35, qup0_se4, phase_flag, _, _, _, _, _, _, _),
[35] = PINGROUP(35, qup0_se4, phase_flag, gp_mn, _, _, _, _, _, _),
[36] = PINGROUP(36, qup0_se2, qup0_se5, phase_flag, tgu_ch2, _, _, _, _, _),
[37] = PINGROUP(37, qup0_se2, qup0_se5, phase_flag, tgu_ch3, _, _, _, _, _),
[38] = PINGROUP(38, qup0_se5, qup0_se2, qdss_cti, phase_flag, tgu_ch4, _, _, _, _),
Expand Down
8 changes: 7 additions & 1 deletion drivers/pinctrl/qcom/pinctrl-sc7280.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ enum sc7280_functions {
msm_mux_gcc_gp1,
msm_mux_gcc_gp2,
msm_mux_gcc_gp3,
msm_mux_gp_mn,
msm_mux_gpio,
msm_mux_host2wlan_sol,
msm_mux_ibi_i3c,
Expand Down Expand Up @@ -788,6 +789,10 @@ static const char * const gcc_gp2_groups[] = {
static const char * const gcc_gp3_groups[] = {
"gpio78", "gpio107",
};

static const char *const gp_mn_groups[] = {
"gpio60",
};
static const char * const host2wlan_sol_groups[] = {
"gpio26",
};
Expand Down Expand Up @@ -1154,6 +1159,7 @@ static const struct pinfunction sc7280_functions[] = {
MSM_PIN_FUNCTION(gcc_gp1),
MSM_PIN_FUNCTION(gcc_gp2),
MSM_PIN_FUNCTION(gcc_gp3),
MSM_PIN_FUNCTION(gp_mn),
MSM_GPIO_PIN_FUNCTION(gpio),
MSM_PIN_FUNCTION(host2wlan_sol),
MSM_PIN_FUNCTION(ibi_i3c),
Expand Down Expand Up @@ -1325,7 +1331,7 @@ static const struct msm_pingroup sc7280_groups[] = {
[57] = PINGROUP(57, qup16, ddr_bist, phase_flag, _, _, _, _, _, _),
[58] = PINGROUP(58, qup16, ddr_bist, phase_flag, qdss, _, _, _, _, _),
[59] = PINGROUP(59, qup16, ddr_bist, phase_flag, qdss, _, _, _, _, _),
[60] = PINGROUP(60, qup17, edp_hot, _, phase_flag, _, _, _, _, _),
[60] = PINGROUP(60, qup17, edp_hot, gp_mn, phase_flag, _, _, _, _, _),
[61] = PINGROUP(61, qup17, sd_write, phase_flag, tsense_pwm1, tsense_pwm2, _, _, _, _),
[62] = PINGROUP(62, qup17, qup16, phase_flag, _, _, _, _, _, _),
[63] = PINGROUP(63, qup17, qup16, phase_flag, _, _, _, _, _, _),
Expand Down