2019-01-16 21:59:17

by Daniel Baluta

[permalink] [raw]
Subject: [PATCH v2] arm64: dts: imx8qxp: Fix MU4_INT number

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

Fixes: 3d91ba65fec ("arm64: dts: imx: add imx8qxp support")
Reviewed-by: Fabio Estevam <[email protected]>
Reviewed-by: Dong Aisheng <[email protected]>
Signed-off-by: Daniel Baluta <[email protected]>
---
Changes since v1:
- fix subject prefix 'arm64: dts: imx' -> 'arm64: dts: imx8qxp'
- added 'Fixes' tag

arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
index bb877cf25edc..4c3dd95ed488 100644
--- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
@@ -350,7 +350,7 @@
lsio_mu4: mailbox@5d1f0000 {
compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
reg = <0x5d1f0000 0x10000>;
- interrupts = <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>;
#mbox-cells = <0>;
status = "disabled";
};
--
2.17.1



2019-01-17 04:03:04

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v2] arm64: dts: imx8qxp: Fix MU4_INT number

On Wed, Jan 16, 2019 at 01:21:36PM +0000, Daniel Baluta wrote:
> MU4_INT correct number is 180, while 179 is for MU3_INT.
>
> Fixes: 3d91ba65fec ("arm64: dts: imx: add imx8qxp support")
> Reviewed-by: Fabio Estevam <[email protected]>
> Reviewed-by: Dong Aisheng <[email protected]>
> Signed-off-by: Daniel Baluta <[email protected]>

Applied, thanks.