On Mon, Dec 23, 2024 at 04:59:40PM +0300, Dzmitry Sankouski wrote: > +allOf: > + - $ref: power-supply.yaml# > + > +properties: > + compatible: > + const: maxim,max77705-charger > + > + interrupts: > + maxItems: 1 > + > + reg: > + maxItems: 1 > + > +required: > + - reg > + - compatible Apologies for not completing review last time (or not noticing it earlier): please reverse reg and compatible, to match what's in properties: block. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof