2022-12-23 04:25:36

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: add i.MX8MM compatible

From: Peng Fan <[email protected]>

Add fsl,imx8mm-usb compatible for i.MX8MM

Signed-off-by: Peng Fan <[email protected]>
---

I had a V4 patchset to convert the binding to dt schema, but we are in
the process of ARM System-Ready 2.0 certification, directly update
this binding doc is the easiest way for now.

Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
index ba51fb1252b9..72ceea575d58 100644
--- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
+++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
@@ -11,6 +11,7 @@ Required properties:
"fsl,imx6ul-usb"
"fsl,imx7d-usb"
"fsl,imx7ulp-usb"
+ "fsl,imx8mm-usb"
"lsi,zevio-usb"
"qcom,ci-hdrc"
"chipidea,usb2"
--
2.37.1


2022-12-23 04:28:09

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc

From: Peng Fan <[email protected]>

Add fsl,imx8mm-usbmisc compatible for i.MX8MM

Signed-off-by: Peng Fan <[email protected]>
---

I had a V4 patchset to convert the binding to dt schema, but we are in
the process of ARM System-Ready 2.0 certification, directly update
this binding doc is the easiest way for now.

Documentation/devicetree/bindings/usb/usbmisc-imx.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/usbmisc-imx.txt b/Documentation/devicetree/bindings/usb/usbmisc-imx.txt
index b796836d2ce7..29b8f65ff849 100644
--- a/Documentation/devicetree/bindings/usb/usbmisc-imx.txt
+++ b/Documentation/devicetree/bindings/usb/usbmisc-imx.txt
@@ -8,6 +8,7 @@ Required properties:
"fsl,imx6sx-usbmisc" for imx6sx
"fsl,imx7d-usbmisc" for imx7d
"fsl,imx7ulp-usbmisc" for imx7ulp
+ "fsl,imx8mm-usbmisc" for imx8mm
- reg: Should contain registers location and length

Examples:
--
2.37.1

2022-12-23 08:22:35

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: add i.MX8MM compatible

On 23/12/2022 04:10, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> Add fsl,imx8mm-usb compatible for i.MX8MM
>
> Signed-off-by: Peng Fan <[email protected]>
> ---
>
> I had a V4 patchset to convert the binding to dt schema, but we are in
> the process of ARM System-Ready 2.0 certification, directly update
> this binding doc is the easiest way for now.


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2022-12-23 08:53:17

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc

On 23/12/2022 04:10, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> Add fsl,imx8mm-usbmisc compatible for i.MX8MM
>
> Signed-off-by: Peng Fan <[email protected]>
> ---
>
> I had a V4 patchset to convert the binding to dt schema, but we are in
> the process of ARM System-Ready 2.0 certification, directly update
> this binding doc is the easiest way for now.
>

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2023-02-21 14:36:20

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc

On Thu, Dec 22, 2022 at 9:09 PM Peng Fan (OSS) <[email protected]> wrote:
>
> From: Peng Fan <[email protected]>
>
> Add fsl,imx8mm-usbmisc compatible for i.MX8MM
>
> Signed-off-by: Peng Fan <[email protected]>
> ---
>
> I had a V4 patchset to convert the binding to dt schema, but we are in
> the process of ARM System-Ready 2.0 certification, directly update
> this binding doc is the easiest way for now.

There's been some misunderstanding (within Arm), but this is not
sufficient for certification. There must be a schema. Besides, you've
already done the work to convert and spent maintainers time to review
this. So can you please repost the conversions.

Rob

2023-02-22 00:27:33

by Peng Fan

[permalink] [raw]
Subject: RE: [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc

Hi Rob,

> Subject: Re: [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM
> usbmisc
>
> On Thu, Dec 22, 2022 at 9:09 PM Peng Fan (OSS) <[email protected]>
> wrote:
> >
> > From: Peng Fan <[email protected]>
> >
> > Add fsl,imx8mm-usbmisc compatible for i.MX8MM
> >
> > Signed-off-by: Peng Fan <[email protected]>
> > ---
> >
> > I had a V4 patchset to convert the binding to dt schema, but we are in
> > the process of ARM System-Ready 2.0 certification, directly update
> > this binding doc is the easiest way for now.
>
> There's been some misunderstanding (within Arm), but this is not sufficient
> for certification.

You mean SR-IR 2.0 requires schema binding doc?

There must be a schema. Besides, you've already done the
> work to convert and spent maintainers time to review this. So can you
> please repost the conversions.

ok, I will pick up the v4 and prepare v5.

Thanks,
Peng.

>
> Rob