Re: [PATCH v4 2/2] drivers: qcom: pinctrl: Add pinctrl driver for sm6115

From: Konrad Dybcio
Date: Fri Jun 25 2021 - 19:39:55 EST



> +
> +static const struct of_device_id sm6115_tlmm_of_match[] = {
> + { .compatible = "qcom,sm4250-tlmm", },
> + { .compatible = "qcom,sm6115-tlmm", },
> + { }
> +};
>
Please do not add separate compatibles for 2 speedbins of the otherwise same SoC.


Otherwise, the driver looks very good.


Konrad