summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mailbox
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-04-14 16:24:27 +0300
committerRob Herring <robh@kernel.org>2020-04-21 01:22:22 +0300
commit56ae89228d9c8e6cafc382942077d9e7686cef1b (patch)
tree0a4d50e064353d03ea65299996252c5e76e65fc4 /Documentation/devicetree/bindings/mailbox
parent680f9c28c1fd223649f78f9e00d02b21cfb6d217 (diff)
downloadlinux-56ae89228d9c8e6cafc382942077d9e7686cef1b.tar.xz
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: Peng Fan <peng.fan@nxp.com> Acked-by: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mailbox')
-rw-r--r--Documentation/devicetree/bindings/mailbox/fsl,mu.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mailbox/fsl,mu.txt b/Documentation/devicetree/bindings/mailbox/fsl,mu.txt
index 31486c9f6443..26b7a88c2fea 100644
--- a/Documentation/devicetree/bindings/mailbox/fsl,mu.txt
+++ b/Documentation/devicetree/bindings/mailbox/fsl,mu.txt
@@ -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>;