On Fri, Jul 31, 2026 at 01:00:09AM -0400, Esteban Urrutia wrote: > Add compatible string for the PMIC GLINK service running on the coprocessor > found in the SM8475 SoC. > > Signed-off-by: Esteban Urrutia <[email protected]> > --- > drivers/usb/typec/ucsi/ucsi_glink.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/usb/typec/ucsi/ucsi_glink.c > b/drivers/usb/typec/ucsi/ucsi_glink.c > index 12e07b9fe622..78a0ea349ed4 100644 > --- a/drivers/usb/typec/ucsi/ucsi_glink.c > +++ b/drivers/usb/typec/ucsi/ucsi_glink.c > @@ -381,6 +381,7 @@ static const struct of_device_id > pmic_glink_ucsi_of_quirks[] = { > { .compatible = "qcom,sc8280xp-pmic-glink", .data = &quirk_sc8280xp, }, > { .compatible = "qcom,sm8350-pmic-glink", .data = &quirk_sc8180x, }, > { .compatible = "qcom,sm8450-pmic-glink", .data = &quirk_sm8450, }, > + { .compatible = "qcom,sm8475-pmic-glink", .data = &quirk_sm8450, },
Really, you just wrote IT IS DIFFERENT in the bindings, so how can it be the same data? Best regards, Krzysztof

