On 31/07/2023 07:37, Fenglin Wu wrote: ... > > pm8xxx_vib_set(vib, vib->active); > @@ -266,6 +310,7 @@ static const struct of_device_id pm8xxx_vib_id_table[] = { > { .compatible = "qcom,pm8058-vib", .data = &ssbi_vib_data }, > { .compatible = "qcom,pm8921-vib", .data = &ssbi_vib_data }, > { .compatible = "qcom,pm8916-vib", .data = &spmi_vib_data }, > + { .compatible = "qcom,spmi-vib-gen2", .data = &spmi_vib_gen2_data }, No, don't introduce new style of compatibles. All of the other cases use device-specific compatibles. Keep style consistent, especially that device specific is preferred. Best regards, Krzysztof