On Tue, Nov 21, 2023 at 09:19:25AM -0700, Rob Herring wrote: > On Tue, Nov 21, 2023 at 10:48:42AM +0100, Lukas Wunner wrote: > > +properties: > > + compatible: > > + enum: > > + - IBM,vtpm > > + - IBM,vtpm20 > > + > > + device_type: > > + description: > > + type of virtual device > > const: IBM,vtpm Hm, since IBM,vtpm20 is a valid compatible string, I'm guessing it's a valid device_type as well, so instead of a const I intend to use: device_type: description: type of virtual device enum: - IBM,vtpm - IBM,vtpm20 Thanks, Lukas