On 17/03/2023 13:37, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@xxxxxxx> > > + '#index-cells': > + const: 1 > + description: Cells used to describe usb controller index. > + deprecated: true > + > +required: > + - compatible > + - reg > + > +additionalProperties: false > + > +examples: > + - | > + usbmisc@2184800 { > + #index-cells = <1>; > + compatible = "fsl,imx6q-usbmisc"; > + reg = <0x02184800 0x200>; If there is going to be resend, put compatible first, reg second. Then rest. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof