Message ID | 1586870668-32630-1-git-send-email-peng.fan@nxp.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 56ae89228d9c8e6cafc382942077d9e7686cef1b |
Headers | show |
Series | [1/2] dt-bindings: mailbox: imx-mu: correct example | expand |
On Tue, Apr 14, 2020 at 09:24:27PM +0800, peng.fan@nxp.com wrote: > From: Peng Fan <peng.fan@nxp.com> > > 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> > --- > Documentation/devicetree/bindings/mailbox/fsl,mu.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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>; > -- > 2.16.4 > > >
On Tue, 14 Apr 2020 21:24:27 +0800, peng.fan@nxp.com wrote: > From: Peng Fan <peng.fan@nxp.com> > > 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> > --- > Documentation/devicetree/bindings/mailbox/fsl,mu.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. Rob
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>;