Commit 7a95b19a authored by Peng Fan's avatar Peng Fan Committed by Bjorn Andersson

dt-bindings: remoteproc: imx_rproc: add i.MX7ULP support

Add i.MX7ULP compatible.

We use i.MX7ULP dual mode and in which case i.MX7ULP A7 core runs under
control of M4 core, M4 core starts by ROM and powers most services used
by A7 core, so A7 core has no power to start and stop M4 core. So
clocks and syscon are not required.
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1620274123-1461-3-git-send-email-peng.fan@oss.nxp.comSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent bad70abd
...@@ -18,6 +18,7 @@ properties: ...@@ -18,6 +18,7 @@ properties:
- fsl,imx8mq-cm4 - fsl,imx8mq-cm4
- fsl,imx8mm-cm4 - fsl,imx8mm-cm4
- fsl,imx7d-cm4 - fsl,imx7d-cm4
- fsl,imx7ulp-cm4
- fsl,imx6sx-cm4 - fsl,imx6sx-cm4
clocks: clocks:
...@@ -57,8 +58,6 @@ properties: ...@@ -57,8 +58,6 @@ properties:
required: required:
- compatible - compatible
- clocks
- syscon
additionalProperties: false additionalProperties: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment