* [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: add i.MX8MM compatible
@ 2022-12-23 3:10 Peng Fan (OSS)
2022-12-23 3:10 ` [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc Peng Fan (OSS)
2022-12-23 8:08 ` [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: add i.MX8MM compatible Krzysztof Kozlowski
0 siblings, 2 replies; 6+ messages in thread
From: Peng Fan (OSS) @ 2022-12-23 3:10 UTC (permalink / raw)
To: gregkh, robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer,
xu.yang_2
Cc: kernel, festevam, linux-imx, linux-usb, devicetree, linux-kernel,
linux-arm-kernel, jun.li, Peng Fan
From: Peng Fan <peng.fan@nxp.com>
Add fsl,imx8mm-usb compatible for i.MX8MM
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc
2022-12-23 3:10 [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: add i.MX8MM compatible Peng Fan (OSS)
@ 2022-12-23 3:10 ` Peng Fan (OSS)
2022-12-23 8:08 ` Krzysztof Kozlowski
2023-02-21 14:36 ` Rob Herring
2022-12-23 8:08 ` [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: add i.MX8MM compatible Krzysztof Kozlowski
1 sibling, 2 replies; 6+ messages in thread
From: Peng Fan (OSS) @ 2022-12-23 3:10 UTC (permalink / raw)
To: gregkh, robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer,
xu.yang_2
Cc: kernel, festevam, linux-imx, linux-usb, devicetree, linux-kernel,
linux-arm-kernel, jun.li, Peng Fan
From: Peng Fan <peng.fan@nxp.com>
Add fsl,imx8mm-usbmisc compatible for i.MX8MM
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: add i.MX8MM compatible
2022-12-23 3:10 [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: add i.MX8MM compatible Peng Fan (OSS)
2022-12-23 3:10 ` [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc Peng Fan (OSS)
@ 2022-12-23 8:08 ` Krzysztof Kozlowski
1 sibling, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-23 8:08 UTC (permalink / raw)
To: Peng Fan (OSS), gregkh, robh+dt, krzysztof.kozlowski+dt, shawnguo,
s.hauer, xu.yang_2
Cc: kernel, festevam, linux-imx, linux-usb, devicetree, linux-kernel,
linux-arm-kernel, jun.li, Peng Fan
On 23/12/2022 04:10, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> Add fsl,imx8mm-usb compatible for i.MX8MM
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>
> 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 <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc
2022-12-23 3:10 ` [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc Peng Fan (OSS)
@ 2022-12-23 8:08 ` Krzysztof Kozlowski
2023-02-21 14:36 ` Rob Herring
1 sibling, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-23 8:08 UTC (permalink / raw)
To: Peng Fan (OSS), gregkh, robh+dt, krzysztof.kozlowski+dt, shawnguo,
s.hauer, xu.yang_2
Cc: kernel, festevam, linux-imx, linux-usb, devicetree, linux-kernel,
linux-arm-kernel, jun.li, Peng Fan
On 23/12/2022 04:10, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> Add fsl,imx8mm-usbmisc compatible for i.MX8MM
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>
> 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 <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc
2022-12-23 3:10 ` [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc Peng Fan (OSS)
2022-12-23 8:08 ` Krzysztof Kozlowski
@ 2023-02-21 14:36 ` Rob Herring
2023-02-22 0:27 ` Peng Fan
1 sibling, 1 reply; 6+ messages in thread
From: Rob Herring @ 2023-02-21 14:36 UTC (permalink / raw)
To: Peng Fan (OSS)
Cc: gregkh, krzysztof.kozlowski+dt, shawnguo, s.hauer, xu.yang_2,
kernel, festevam, linux-imx, linux-usb, devicetree, linux-kernel,
linux-arm-kernel, jun.li, Peng Fan
On Thu, Dec 22, 2022 at 9:09 PM Peng Fan (OSS) <peng.fan@oss.nxp.com> wrote:
>
> From: Peng Fan <peng.fan@nxp.com>
>
> Add fsl,imx8mm-usbmisc compatible for i.MX8MM
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc
2023-02-21 14:36 ` Rob Herring
@ 2023-02-22 0:27 ` Peng Fan
0 siblings, 0 replies; 6+ messages in thread
From: Peng Fan @ 2023-02-22 0:27 UTC (permalink / raw)
To: Rob Herring, Peng Fan (OSS)
Cc: gregkh@linuxfoundation.org, krzysztof.kozlowski+dt@linaro.org,
shawnguo@kernel.org, s.hauer@pengutronix.de, Xu Yang,
kernel@pengutronix.de, festevam@gmail.com, dl-linux-imx,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, Jun Li
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) <peng.fan@oss.nxp.com>
> wrote:
> >
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > Add fsl,imx8mm-usbmisc compatible for i.MX8MM
> >
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> > ---
> >
> > 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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-02-22 0:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-23 3:10 [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: add i.MX8MM compatible Peng Fan (OSS)
2022-12-23 3:10 ` [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc Peng Fan (OSS)
2022-12-23 8:08 ` Krzysztof Kozlowski
2023-02-21 14:36 ` Rob Herring
2023-02-22 0:27 ` Peng Fan
2022-12-23 8:08 ` [PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: add i.MX8MM compatible Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).