On Wed, Sep 14, 2022, at 4:29 PM, Manjunatha Venkatesh wrote: > + > +properties: > + compatible: > + enum: > + - nxp,sr1xx > + You should not have wildcard names in the compatible string. Make this a specific model number without 'xx', and have the devices list their own name along with the oldest one they are compatible with. Arnd