On 24/02/2024 13:10, Yang Xiwen via B4 Relay wrote: > +required: > + - compatible > + - ranges > + - '#address-cells' > + - '#size-cells' > + - clocks > + - clock-names > + - resets > + - reset-names > + > +additionalProperties: false > + > +examples: > + - | > + #include <dt-bindings/interrupt-controller/arm-gic.h> > + > + usb { > + compatible = "hisilicon,hi3798mv200-dwc3"; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges; You missed to implement my comments. *ONLY WITH* them: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof