MLK-23421: arch: arm64: imx8dxl: Change IRQ number

On 8dxl, the IRQ numbe ris different than on other 8SoC.

Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
This commit is contained in:
Franck LENORMAND 2020-03-06 17:15:37 +01:00
parent 6f9d149507
commit e4468cd15c
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2020 NXP
*/
&sec_mu2 {
interrupts = <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>;
};
&sec_mu3 {
interrupts = <GIC_SPI 319 IRQ_TYPE_LEVEL_HIGH>;
};
&sec_mu4 {
interrupts = <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>;
};

View File

@ -274,6 +274,7 @@
#include "imx8-ss-hsio.dtsi"
};
#include "imx8dxl-ss-security.dtsi"
#include "imx8dxl-ss-adma.dtsi"
#include "imx8dxl-ss-conn.dtsi"
#include "imx8dxl-ss-lsio.dtsi"