diff mbox series

[V2,1/8] dt-bindings: remoteproc: imx_rproc: add fsl,auto-boot property

Message ID 1617095574-6764-2-git-send-email-peng.fan@oss.nxp.com
State Superseded
Headers show
Series remoteproc: imx_rproc: support i.MX7ULP/8MN/8MP | expand

Commit Message

Peng Fan (OSS) March 30, 2021, 9:12 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>


Add an optional property "fsl,auto-boot" to indicate remote processor
auto boot.

Signed-off-by: Peng Fan <peng.fan@nxp.com>

---
 .../devicetree/bindings/remoteproc/fsl,imx-rproc.yaml       | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.30.0

Comments

Rob Herring (Arm) April 1, 2021, 5 p.m. UTC | #1
On Tue, 30 Mar 2021 17:12:47 +0800, peng.fan@oss.nxp.com wrote:
> From: Peng Fan <peng.fan@nxp.com>

> 

> Add an optional property "fsl,auto-boot" to indicate remote processor

> auto boot.

> 

> Signed-off-by: Peng Fan <peng.fan@nxp.com>

> ---

>  .../devicetree/bindings/remoteproc/fsl,imx-rproc.yaml       | 6 ++++++

>  1 file changed, 6 insertions(+)

> 


Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
index 208a628f8d6c..b13bf8d70488 100644
--- a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
@@ -49,6 +49,12 @@  properties:
     minItems: 1
     maxItems: 32
 
+  fsl,auto-boot:
+    $ref: /schemas/types.yaml#/definitions/flag
+    description:
+      Indicate whether need to load the default firmware and start the remote
+      processor automatically.
+
 required:
   - compatible
   - clocks