On 01/01/2024 21:51, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > SoCs MT7981 and MT7986 include a newer thermal block (V3) that requires > enabling one more clock called AUXADC 32k. Require it in binding. > > > +allOf: > + - $ref: thermal-sensor.yaml# > + - if: > + properties: > + compatible: > + contains: > + enum: > + - mediatek,mt7981-thermal > + - mediatek,mt7986-thermal > + then: > + properties: > + clocks: > + minItems: 3 > + > + clock-names: > + minItems: 3 else: Is the clock valid for other variants? Best regards, Krzysztof