Hi Linus, On Wed, May 06, 2020 at 02:34:35PM +0200, Linus Walleij wrote: > +static const struct of_device_id cy8ctma140_of_match[] = { > + { > + .compatible = "cypress,cy8ctma140", > + }, > +}; This is missing the sentinel entry, I added it and applied. Thank you. -- Dmitry