On Thu 02 Jun 00:08 PDT 2022, Dmitry Baryshkov wrote: > -MODULE_DEVICE_TABLE(of, qcom_qmp_phy_of_match_table); > - > static const struct of_device_id qcom_qmp_combo_phy_of_match_table[] = { > { > .compatible = "qcom,sc7180-qmp-usb3-dp-phy", > @@ -6175,6 +2594,7 @@ static const struct of_device_id qcom_qmp_combo_phy_of_match_table[] = { > }, > { } > }; > +MODULE_DEVICE_TABLE(of, qcom_qmp_phy_of_match_table); You forgot to update this to qcom_qmp_combo_phy_of_match_table, then in the later patch where you update the prefix you're making it qcom_qmp_combo_phy_of_match_table (combo_phy vs phy_combo). Regards, Bjorn