diff options
author | Richard Zhu <hongxing.zhu@nxp.com> | 2018-05-21 11:00:38 +0800 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | ab3fe190f60b4cdae17e647b42b42cb79142c61e (patch) | |
tree | fda0a530e5d1a2c0ca23ead8bb74f25da1655b8b /Documentation/devicetree | |
parent | ca81dfb5d0be78f05fb8d0d921211e0ea76de323 (diff) |
MLK-18381-1 ARM64: dts: imx8mm: enable rpmsg
enable rpmsg on imx8mm
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/rpmsg/imx-rpmsg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rpmsg/imx-rpmsg.txt b/Documentation/devicetree/bindings/rpmsg/imx-rpmsg.txt index bd2bd237144f..331520494c95 100644 --- a/Documentation/devicetree/bindings/rpmsg/imx-rpmsg.txt +++ b/Documentation/devicetree/bindings/rpmsg/imx-rpmsg.txt @@ -17,7 +17,7 @@ message unit module for RPMSG - mu_rpmsg : The message unit module used to do the communications between the asymmetric cores. -- compatible : "fsl,imx6sx-mu", "fsl,imx-mu-rpmsg1". +- compatible : "fsl,imx8mq-mu", "fsl,imx6sx-mu", "fsl,imx-mu-rpmsg1". Different mu module would be used by the different remote processor. The "fsl, imx6sx-mu" is used by the first remote processor. The "fsl,imx-mu-rpmsg1" is used by the second remote process. |