summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mailbox/fsl,mu.txt
AgeCommit message (Collapse)Author
2020-03-12MLK-23421: dt-bindings: mailbox: imx-mu: add SECO MU supportFranck LENORMAND
i.MX8/8X SECO MU is dedicated for communication between kernel and SECO. To use SECO MU more effectivly, add "fsl,imx8-seco-mu" compatible to support fast IPC. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
2019-11-25dt-bindings: mailbox: imx-mu: add imx7ulp MU supportRichard Zhu
There is a version 1.0 MU on imx7ulp, use "fsl,imx7ulp-mu" compatible to support it. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
2018-08-15dt-bindings: mailbox: imx-mu: add generic MU channel supportOleksij Rempel
Each MU has four pairs of rx/tx data register with four rx/tx interrupts which can also be used as a separate channel. Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
2018-08-15dt-bindings: arm: fsl: add mu binding docDong Aisheng
The Messaging Unit module enables two processors within the SoC to communicate and coordinate by passing messages (e.g. data, status and control) through the MU interface. Cc: Shawn Guo <shawnguo@kernel.org> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>