summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/soc
diff options
context:
space:
mode:
authorRichard Zhu <hongxing.zhu@nxp.com>2019-07-19 15:21:28 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 17:11:23 +0800
commit5a6b9dba28935993cc9e4009c089fbf020926774 (patch)
tree42edbaeaa7f8ab19a8c9a9e7ccb0530568376843 /Documentation/devicetree/bindings/soc
parentb093457980a8b1829a1c87d5574f83d1ee547369 (diff)
dt-binding: add imx rpmsg compatibility documentation
Extend the rpmsg compatibility support for imx8qm/imx7ulp/imx7d/imx6sx Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Diffstat (limited to 'Documentation/devicetree/bindings/soc')
-rw-r--r--Documentation/devicetree/bindings/soc/fsl/fsl,rpmsg.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/soc/fsl/fsl,rpmsg.txt b/Documentation/devicetree/bindings/soc/fsl/fsl,rpmsg.txt
index 726775672b5f..f27e843a8d82 100644
--- a/Documentation/devicetree/bindings/soc/fsl/fsl,rpmsg.txt
+++ b/Documentation/devicetree/bindings/soc/fsl/fsl,rpmsg.txt
@@ -15,7 +15,9 @@ One physical memory region used to store the vring is mandatory required
to pre-reserved and well-knowned by both A core and M core
Required properties:
-- compatible: "fsl,imx8qxp-rpmsg", "fsl,imx8mq-rpmsg".
+- compatible: "fsl,imx8qxp-rpmsg", "fsl,imx8mq-rpmsg", "fsl,imx8mm-rpmsg",
+ "fsl,imx8qm-rpmsg", "fsl,imx7ulp-rpmsg", "fsl,imx7d-rpmsg",
+ "fsl,imx6sx-rpmsg".
- vdev-nums: The number of the remote virtual devices.
- reg: The reserved phisical DDR memory used to store vring descriptors.