Re: [PATCH 4/9] pinctrl: qcom: Introduce IPQ5210 TLMM driver

From: Konrad Dybcio

Date: Fri Mar 13 2026 - 08:56:58 EST


On 3/11/26 10:45 AM, Kathiravan Thirumoorthy wrote:
> Qualcomm's IPQ5210 SoC comes with a TLMM block, like all other platforms,
> so add a driver for it.
>
> Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>
> ---

[...]

> +static const char *const Led00_groups[] = {

odd uppercase

> + "gpio23",
> +};
> +
> +static const char *const led01_groups[] = {
> + "gpio39",
> +};
> +
> +static const char *const led02_groups[] = {
> + "gpio6",
> +};

What do these 'ledN[012]' functions represent? Are they muxes for
getting activity/status signals for eth/wlan ports?

Konrad