Commit 56ae8922 authored by Peng Fan's avatar Peng Fan Committed by Rob Herring

dt-bindings: mailbox: imx-mu: correct example

The example use i.MX8QXP MU, but actually the MU is compatible with
i.MX6SX, so add the compatible.
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Acked-by: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 680f9c28
......@@ -51,7 +51,7 @@ Optional properties:
Examples:
--------
lsio_mu0: mailbox@5d1b0000 {
compatible = "fsl,imx8qxp-mu";
compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
reg = <0x0 0x5d1b0000 0x0 0x10000>;
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
#mbox-cells = <2>;
......
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