arm: dts: imx7ulp: specify the mu compatible name

One version 1.0 MU module is contained in i.MX7ULP.
And it has the different register layout.
Use one specific compatible for i.MX7ULP MU.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
This commit is contained in:
Richard Zhu 2019-07-29 09:33:13 +08:00 committed by Dong Aisheng
parent 6698da7cde
commit e382742237

View File

@ -130,7 +130,7 @@
};
mu: mu@40220000 {
compatible = "fsl,imx7ulp-mu", "fsl,imx6sx-mu";
compatible = "fsl,imx7ulp-mu";
reg = <0x40220000 0x1000>;
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
#mbox-cells = <2>;