Re: [PATCH v3 2/2] nvmem: lan9662-otp: add support.

From: Krzysztof Kozlowski
Date: Wed Aug 31 2022 - 03:29:17 EST


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