On 29/01/2024 14:53, Andrei Simion wrote: > Convert devicetree binding mcp16502-regulator.txt to YAML format. > > Signed-off-by: Andrei Simion <andrei.simion@xxxxxxxxxxxxx> Thank you for your patch. There is something to discuss/improve. > --- > Changes v1 -> v2: > - reverse subject prefixes > - line break after file "description:" > - drop description for reg > - drop regulator-name > - add regulator-initial-mode > - unevaluatedProperties just after $ref: regulator.yaml# > - additionalProperties just before "required" > - node names generic in example > - use 4 spaces for example indentation > + > + reg: > + maxItems: 1 > + > + regulators: > + type: object > + description: List of regulators and its properties. > + A node that houses a sub-node for each regulator within > + the device. Each sub-node is identified using the node's > + name. The content of each sub-node is defined by the > + standard binding for regulators; This is a friendly reminder during the review process. It seems my or other reviewer's previous comments were not fully addressed. Maybe the feedback got lost between the quotes, maybe you just forgot to apply it. Please go back to the previous discussion and either implement all requested changes or keep discussing them. Also: you can keep just one line of description. Rest is redundant. Best regards, Krzysztof