On 31/08/2022 09:42, Horatiu Vultur wrote: > +static const struct of_device_id lan9662_otp_match[] = { > + { .compatible = "microchip,lan9662-otp", }, > + { .compatible = "microchip,lan9668-otp", }, This is still wrong, does not match your bindings at all and still duplicates entries without driver data. One entry - 9662. Best regards, Krzysztof