diff options
author | Peng Fan <peng.fan@nxp.com> | 2021-05-06 06:08:38 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-06-01 17:53:12 +0200 |
commit | 5dc9e9d1b7582b0b7cba10f22763bcb7b1d33902 (patch) | |
tree | e4cf905a166f1f9fefe12a5e2e7a0fa32828bd93 /Documentation/devicetree/bindings/remoteproc | |
parent | dt-bindings: remoteproc: imx_rproc: add i.MX7ULP support (diff) | |
download | linux-5dc9e9d1b7582b0b7cba10f22763bcb7b1d33902.tar.xz linux-5dc9e9d1b7582b0b7cba10f22763bcb7b1d33902.zip |
dt-bindings: remoteproc: imx_rproc: support i.MX8MN/P
Add i.MX8MN/P remote processor(Cortex-M7) compatible string
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1620274123-1461-4-git-send-email-peng.fan@oss.nxp.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/remoteproc')
-rw-r--r-- | Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml index 58bc2a23f97b..1dc34cf5a4ea 100644 --- a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml +++ b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml @@ -17,6 +17,8 @@ properties: enum: - fsl,imx8mq-cm4 - fsl,imx8mm-cm4 + - fsl,imx8mn-cm7 + - fsl,imx8mp-cm7 - fsl,imx7d-cm4 - fsl,imx7ulp-cm4 - fsl,imx6sx-cm4 |