> + > +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