diff options
author | Peng Fan <[email protected]> | 2021-05-06 12:08:36 +0800 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-06-01 10:53:09 -0500 |
commit | bad70abdfac1e27d9aa7cc07b02caad5c06667ba (patch) | |
tree | a1001e83117a90f374eb230ebbefec014a5b8322 | |
parent | e50f4bda7539c165f3c8d880b670140ce09a50cf (diff) |
dt-bindings: remoteproc: imx_rproc: add fsl,auto-boot property
Add an optional property "fsl,auto-boot" to indicate remote processor
auto boot.
Signed-off-by: Peng Fan <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |