diff mbox series

[01/10] dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M

Message ID 20200724080813.24884-2-peng.fan@nxp.com
State Changes Requested, archived
Headers show
Series [01/10] dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Peng Fan July 24, 2020, 8:08 a.m. UTC
Add i.MX8MQ/M compatible string

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 Documentation/devicetree/bindings/remoteproc/imx-rproc.txt | 3 +++
 1 file changed, 3 insertions(+)

Comments

Rob Herring July 31, 2020, 8:14 p.m. UTC | #1
On Fri, Jul 24, 2020 at 04:08:04PM +0800, Peng Fan wrote:
> Add i.MX8MQ/M compatible string
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  Documentation/devicetree/bindings/remoteproc/imx-rproc.txt | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/remoteproc/imx-rproc.txt b/Documentation/devicetree/bindings/remoteproc/imx-rproc.txt
> index fbcefd965dc4..46f7623512db 100644
> --- a/Documentation/devicetree/bindings/remoteproc/imx-rproc.txt
> +++ b/Documentation/devicetree/bindings/remoteproc/imx-rproc.txt
> @@ -8,6 +8,8 @@ Required properties:
>  - compatible		Should be one of:
>  				"fsl,imx7d-cm4"
>  				"fsl,imx6sx-cm4"
> +				"fsl,imx8mq-cm4"
> +				"fsl,imx8mm-cm4"
>  - clocks		Clock for co-processor (See: ../clock/clock-bindings.txt)
>  - syscon		Phandle to syscon block which provide access to
>  			System Reset Controller
> @@ -15,6 +17,7 @@ Required properties:
>  Optional properties:
>  - memory-region		list of phandels to the reserved memory regions.
>  			(See: ../reserved-memory/reserved-memory.txt)
> +- rsc-da		address of resource table

What's that? If in main memory, then should be part of memory-region.

>  
>  Example:
>  	m4_reserved_sysmem1: cm4@80000000 {
> -- 
> 2.16.4
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/remoteproc/imx-rproc.txt b/Documentation/devicetree/bindings/remoteproc/imx-rproc.txt
index fbcefd965dc4..46f7623512db 100644
--- a/Documentation/devicetree/bindings/remoteproc/imx-rproc.txt
+++ b/Documentation/devicetree/bindings/remoteproc/imx-rproc.txt
@@ -8,6 +8,8 @@  Required properties:
 - compatible		Should be one of:
 				"fsl,imx7d-cm4"
 				"fsl,imx6sx-cm4"
+				"fsl,imx8mq-cm4"
+				"fsl,imx8mm-cm4"
 - clocks		Clock for co-processor (See: ../clock/clock-bindings.txt)
 - syscon		Phandle to syscon block which provide access to
 			System Reset Controller
@@ -15,6 +17,7 @@  Required properties:
 Optional properties:
 - memory-region		list of phandels to the reserved memory regions.
 			(See: ../reserved-memory/reserved-memory.txt)
+- rsc-da		address of resource table
 
 Example:
 	m4_reserved_sysmem1: cm4@80000000 {