On 06/11/2022 23:34, Marek Vasut wrote: > Convert the usb251xb hub DT bindings from text to yaml schema so it is > possible to validate DTs against the schema. > + > + power-on-time-ms: > + maximum: 510 > + default: 100 > + description: | > + Specifies the time it takes from the time the host initiates the > + power-on sequence to a port until the port has adequate power. > + > + swap-dx-lanes: > + $ref: /schemas/types.yaml#/definitions/uint8-array > + description: | > + Specifies the ports which will swap the differential-pair (D+/D-), > + default is not-swapped. > + > +unevaluatedProperties: false I should notice it earlier - this should be additionalProperties: false, because you do not reference any other schema in top level. With this: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof