Commit 179cbdb8 authored by Daniel Baluta's avatar Daniel Baluta Committed by Shawn Guo

arm64: dts: imx8qxp: Fix MU4_INT number

MU4_INT correct number is 180, while 179 is for MU3_INT.

Fixes: 3d91ba65 ("arm64: dts: imx: add imx8qxp support")
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Reviewed-by: default avatarDong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: default avatarDaniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent fdbcc04d
...@@ -350,7 +350,7 @@ lsio_mu3: mailbox@5d1e0000 { ...@@ -350,7 +350,7 @@ lsio_mu3: mailbox@5d1e0000 {
lsio_mu4: mailbox@5d1f0000 { lsio_mu4: mailbox@5d1f0000 {
compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
reg = <0x5d1f0000 0x10000>; reg = <0x5d1f0000 0x10000>;
interrupts = <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>;
#mbox-cells = <0>; #mbox-cells = <0>;
status = "disabled"; status = "disabled";
}; };
......
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