[PATCH RFC 1/2] pinctrl: qcom: eliza: Fix HDMI_RCV_DET function slot

From: Alexander Koskovich

Date: Thu Apr 23 2026 - 00:53:14 EST


The hdmi_rcv_det function was placed at alt function slot 2, but the
correct mux value for this function on GPIO 19 is slot 3. Move it
accordingly and leave slot 2 unassigned.

Signed-off-by: Alexander Koskovich <akoskovich@xxxxx>
---
drivers/pinctrl/qcom/pinctrl-eliza.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/qcom/pinctrl-eliza.c b/drivers/pinctrl/qcom/pinctrl-eliza.c
index c1f756cbcdeb..b3413520a115 100644
--- a/drivers/pinctrl/qcom/pinctrl-eliza.c
+++ b/drivers/pinctrl/qcom/pinctrl-eliza.c
@@ -1305,7 +1305,7 @@ static const struct msm_pingroup eliza_groups[] = {
[16] = PINGROUP(16, qup2_se5, qup2_se2, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, _, _, _, _, _, _),
[17] = PINGROUP(17, qup2_se5, qup2_se2, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, _, _, _, _, _, _),
[18] = PINGROUP(18, qup2_se5, qup2_se2, hdmi_pixel_clk, _, qdss_cti, _, _, _, _, _, _),
- [19] = PINGROUP(19, qup2_se5, hdmi_rcv_det, _, qdss_cti, _, _, _, _, _, _, _),
+ [19] = PINGROUP(19, qup2_se5, _, hdmi_rcv_det, qdss_cti, _, _, _, _, _, _, _),
[20] = PINGROUP(20, qup2_se6, _, _, _, _, _, _, _, _, _, _),
[21] = PINGROUP(21, qup2_se6, _, _, _, _, _, _, _, _, _, _),
[22] = PINGROUP(22, qup2_se6, _, _, _, _, _, _, _, _, _, _),

--
2.53.0