Re: [PATCH] pinctrl: qcom: eliza: Add missing sdc2 pin function mappings

From: Konrad Dybcio

Date: Tue Jun 09 2026 - 09:21:33 EST


On 6/9/26 2:02 PM, Abel Vesa wrote:
> GPIOs 38, 39, 48 and 49 support the SDC2 DATA function, while
> GPIO 51 supports SDC2 CMD and GPIO 62 supports SDC2 CLK.
>
> However, the sdc2 pin function is not listed in the corresponding
> pingroup definitions, preventing these pins from being muxed for
> SDC2 operation.
>
> Add the missing sdc2 function mappings.
>
> Fixes: 6f26989e15fb ("pinctrl: qcom: Add Eliza pinctrl driver")
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
> ---

Interesting bit that unlike other platforms we don't have a separate
group for clk/cmd/rclk

anyway

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad