2021-06-22 03:42:47

by Peng Fan (OSS)

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

From: Peng Fan <[email protected]>

Add i.MX8ULP 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 1dc34cf5a4ea..c28b767d246f 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,imx8ulp-cm33
- fsl,imx8mq-cm4
- fsl,imx8mm-cm4
- fsl,imx8mn-cm7
--
2.30.0


2021-06-22 03:44:03

by Fabio Estevam

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

Hi Peng,

On Tue, Jun 22, 2021 at 12:40 AM Peng Fan (OSS) <[email protected]> wrote:
>
> From: Peng Fan <[email protected]>
>
> Add i.MX8ULP 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 1dc34cf5a4ea..c28b767d246f 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,imx8ulp-cm33
> - fsl,imx8mq-cm4

Please keep the entries in alphabetical order.