2022-04-27 11:41:38

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH 0/2] remoteproc: add i.MX93 support

From: Peng Fan <[email protected]>

i.MX93 features a general purpose M33 core, support in with this patchset.

Peng Fan (2):
dt-bindings: remoteproc: imx_rproc: support i.MX93
remoteproc: imx_rproc: support i.MX93

.../bindings/remoteproc/fsl,imx-rproc.yaml | 1 +
drivers/remoteproc/imx_rproc.c | 33 +++++++++++++++++++
2 files changed, 34 insertions(+)

--
2.25.1


2022-04-27 11:42:21

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: remoteproc: imx_rproc: support i.MX93

From: Peng Fan <[email protected]>

Add i.MX93 remote processor(Cortex-M33) compatible string

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 fc16d903353e..38ffb9ec3c69 100644
--- a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
@@ -15,6 +15,7 @@ maintainers:
properties:
compatible:
enum:
+ - fsl,imx93-cm33
- fsl,imx8mq-cm4
- fsl,imx8mm-cm4
- fsl,imx8mn-cm7
--
2.25.1

2022-04-29 13:39:07

by Mathieu Poirier

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: remoteproc: imx_rproc: support i.MX93

On Wed, Apr 27, 2022 at 05:20:53PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> Add i.MX93 remote processor(Cortex-M33) compatible string
>
> 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 fc16d903353e..38ffb9ec3c69 100644
> --- a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
> +++ b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
> @@ -15,6 +15,7 @@ maintainers:
> properties:
> compatible:
> enum:
> + - fsl,imx93-cm33

The devicetree maintainers and mailing list have not been included, making it
impossible for me to pick up this patch.

If you had included them, they would likely tell you to add things in
alphabetical order.

Thanks,
Mathieu


> - fsl,imx8mq-cm4
> - fsl,imx8mm-cm4
> - fsl,imx8mn-cm7
> --
> 2.25.1
>