On Fri, 22 Sep 2023 12:35:07 +0100 Conor Dooley <conor@xxxxxxxxxx> wrote: > On Thu, Sep 21, 2023 at 11:30:40AM -0400, Hugo Villeneuve wrote: > > On Thu, 21 Sep 2023 14:45:06 +0100 > > Conor Dooley <conor@xxxxxxxxxx> wrote: > > > On Wed, Sep 20, 2023 at 11:20:15AM -0400, Hugo Villeneuve wrote: > > > > > + clocks: > > > > + maxItems: 1 > > > > + description: Reference to the IC source clock. > > > > > > You could probably drop this, if it only has one clock it's a bit > > > redundant. > > > > I don't understand, because there is already a 'clocks' property in > > the examples (and also in my real board DTS file) and if I remove it > > here it will cause a warning: > > > > serial@51: Unevaluated properties are not allowed ('clocks' was > > unexpected) > > Sorry, I was talking about the description. OK, makes sense. I will remove it. Hugo.