Message ID | 20230613083445.1129137-2-xu.yang_2@nxp.com |
---|---|
State | New |
Headers | show |
Series | [v4,1/2] dt-bindings: phy: mxs-usb-phy: convert to DT schema format | expand |
On Tue, 13 Jun 2023 16:34:45 +0800, Xu Yang wrote: > The imx8ulp and imx8qm are compatible with imx8dxl. This will add such > compatible. > > Signed-off-by: Xu Yang <xu.yang_2@nxp.com> > > --- > Changes in v2: > - no change > Changes in v3: > - no change > Changes in v4: > - no change > --- > Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
++ Vinod Koul > -----Original Message----- > From: Rob Herring <robh@kernel.org> > Sent: Tuesday, June 20, 2023 11:29 PM > To: Xu Yang <xu.yang_2@nxp.com> > Cc: linux-arm-kernel@lists.infradead.org; linux-usb@vger.kernel.org; s.hauer@pengutronix.de; Jun Li <jun.li@nxp.com>; > conor+dt@kernel.org; kernel@pengutronix.de; dl-linux-imx <linux-imx@nxp.com>; shawnguo@kernel.org; > krzysztof.kozlowski+dt@linaro.org; devicetree@vger.kernel.org; festevam@gmail.com; robh+dt@kernel.org; linux- > phy@lists.infradead.org > Subject: [EXT] Re: [PATCH v4 2/2] dt-bindings: phy: mxs-usb-phy: add imx8ulp and imx8qm compatible > > Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the > message using the 'Report this email' button > > > On Tue, 13 Jun 2023 16:34:45 +0800, Xu Yang wrote: > > The imx8ulp and imx8qm are compatible with imx8dxl. This will add such > > compatible. > > > > Signed-off-by: Xu Yang <xu.yang_2@nxp.com> > > > > --- > > Changes in v2: > > - no change > > Changes in v3: > > - no change > > Changes in v4: > > - no change > > --- > > Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml | 5 ++++- > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > Acked-by: Rob Herring <robh@kernel.org> Hi Vinod, Another one is here. Thanks, Xu Yang
diff --git a/Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml b/Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml index cc9f2bc7e6fb..f4b1ca2fb562 100644 --- a/Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml +++ b/Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml @@ -29,7 +29,10 @@ properties: - const: fsl,imx6ul-usbphy - const: fsl,imx23-usbphy - items: - - const: fsl,imx8dxl-usbphy + - enum: + - fsl,imx8dxl-usbphy + - fsl,imx8qm-usbphy + - fsl,imx8ulp-usbphy - const: fsl,imx7ulp-usbphy reg:
The imx8ulp and imx8qm are compatible with imx8dxl. This will add such compatible. Signed-off-by: Xu Yang <xu.yang_2@nxp.com> --- Changes in v2: - no change Changes in v3: - no change Changes in v4: - no change --- Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)