Re: [PATCH v3 2/2] pinctrl: qcom: add the TLMM driver for the Nord platforms
From: Maulik Shah (mkshah)
Date: Thu Apr 30 2026 - 00:46:47 EST
On 4/28/2026 7:18 PM, Bartosz Golaszewski wrote:
> Add support for the TLMM controller on the Qualcomm Nord platform.
> +
> +static const struct of_device_id nord_tlmm_of_match[] = {
> + { .compatible = "qcom,nord-tlmm", .data = &nord_tlmm },
> + {},
> +};
> +MODULE_DEVICE_TABLE(of, nord_tlmm_of_match);
[...]
MODULE_DEVICE_TABLE() seems to be kept as the last line in other pinctrl-<target> files.
if you are sending a new revision, better to keep at the end for uniformity.
> +
[...]
> +
> +MODULE_DESCRIPTION("Qualcomm Technologies Inc. Nordschleife TLMM driver");
Is Nordschleife expected name here or should it be just called Nord?
Also since all other pinctrl-<target> files have this description using "QTI <SoC> TLMM driver"
Do you need to replace Qualcomm Technologies Inc. with QTI to have uniformity across all SoCs?
Otherwise looks good to me,
Reviewed-by: Maulik Shah <maulik.shah@xxxxxxxxxxxxxxxx>
Thanks,
Maulik
> +MODULE_LICENSE("GPL");
>