On 08/06/2023 05:36, Xu Yang wrote: > The imx8ulp and imx8qm are compatible with imx8dxl. This will add such > compatible. > > Signed-off-by: Xu Yang <xu.yang_2@xxxxxxx> > > --- > Changes in v2: > - no change > --- > Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml b/Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml > index 1b6b19fdf491..1395a982c387 100644 > --- a/Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml > +++ b/Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml > @@ -32,7 +32,10 @@ properties: > - const: fsl,imx7ulp-usbphy > - const: fsl,imx6ul-usbphy > - items: > - - const: fsl,imx8dxl-usbphy > + - enum: > + - fsl,imx8ulp-usbphy > + - fsl,imx8dxl-usbphy > + - fsl,imx8qm-usbphy Keep the items sorted. Your previous patch also had wrongly ordered imx6ul in enum. Best regards, Krzysztof