mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
fix(tc): fix the MHUv3 interrupt name in DT
Change the interrupt name "combined-mbx" to "combined", which is the correct naming defined in the mainline kernel. Signed-off-by: Leo Yan <leo.yan@arm.com> Change-Id: I8d2da2dd0e9dac2bed3963efc695a277bb5e14bd
This commit is contained in:
parent
dc5d485206
commit
1bf33251a8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#define MHU_OFFSET 0x10000
|
||||
#define MHU_MBOX_CELLS 3
|
||||
#define MHU_RX_INT_NUM 300
|
||||
#define MHU_RX_INT_NAME "combined-mbx"
|
||||
#define MHU_RX_INT_NAME "combined"
|
||||
|
||||
#define MPAM_ADDR 0x0 0x5f010000 /* 0x5f01_0000 */
|
||||
#define UARTCLK_FREQ 3750000
|
||||
|
|
Loading…
Add table
Reference in a new issue