2022-10-14 03:28:48

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH V7 2/7] dt-bindings: remoteproc: imx_rproc: support i.MX8QM

From: Peng Fan <[email protected]>

Add i.MX8QM compatible

Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
---
Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
index 70322e57b6ff..64e783234e38 100644
--- a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
@@ -23,6 +23,7 @@ properties:
- fsl,imx8mp-cm7
- fsl,imx8mq-cm4
- fsl,imx8qxp-cm4
+ - fsl,imx8qm-cm4
- fsl,imx8ulp-cm33
- fsl,imx93-cm33

--
2.37.1


2022-10-16 15:55:18

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH V7 2/7] dt-bindings: remoteproc: imx_rproc: support i.MX8QM

On 13/10/2022 23:10, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> Add i.MX8QM compatible
>
> Reviewed-by: Rob Herring <[email protected]>
> Signed-off-by: Peng Fan <[email protected]>
> ---
> Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
> index 70322e57b6ff..64e783234e38 100644
> --- a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
> +++ b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
> @@ -23,6 +23,7 @@ properties:
> - fsl,imx8mp-cm7
> - fsl,imx8mq-cm4
> - fsl,imx8qxp-cm4
> + - fsl,imx8qm-cm4

Keep alphabetical order.

>

Best regards,
Krzysztof

2022-10-17 05:28:06

by Peng Fan

[permalink] [raw]
Subject: RE: [PATCH V7 2/7] dt-bindings: remoteproc: imx_rproc: support i.MX8QM

> Subject: Re: [PATCH V7 2/7] dt-bindings: remoteproc: imx_rproc: support
> i.MX8QM
>
> On 13/10/2022 23:10, Peng Fan (OSS) wrote:
> > From: Peng Fan <[email protected]>
> >
> > Add i.MX8QM compatible
> >
> > Reviewed-by: Rob Herring <[email protected]>
> > Signed-off-by: Peng Fan <[email protected]>
> > ---
> > Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/remoteproc/fsl,imx-
> rproc.yaml b/Documentation/devicetree/bindings/remoteproc/fsl,imx-
> rproc.yaml
> > index 70322e57b6ff..64e783234e38 100644
> > --- a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
> > +++ b/Documentation/devicetree/bindings/remoteproc/fsl,imx-
> rproc.yaml
> > @@ -23,6 +23,7 @@ properties:
> > - fsl,imx8mp-cm7
> > - fsl,imx8mq-cm4
> > - fsl,imx8qxp-cm4
> > + - fsl,imx8qm-cm4
>
> Keep alphabetical order.

Sure. will fix in V8.

Thanks,
Peng.
>
> >
>
> Best regards,
> Krzysztof