xiaoxiang781216 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2267172569
########## arch/arm64/include/imx9/imx95_irq.h: ########## @@ -44,10 +44,7 @@ #define IMX9_IRQ_LPTMR1 (IMX9_IRQ_EXT + 18) /* Low Power Timer 1 */ #define IMX9_IRQ_LPUART1 (IMX9_IRQ_EXT + 19) /* Low Power UART 1 */ #define IMX9_IRQ_LPUART2 (IMX9_IRQ_EXT + 20) /* Low Power UART 2 */ -#define IMX9_IRQ_MU1_A (IMX9_IRQ_EXT + 21) /* Messaging Unit 1 - Side A (to communicate with M7 core) */ -#define IMX9_IRQ_MU1_B (IMX9_IRQ_EXT + 22) /* Messaging Unit 1 - Side B (to communicate with M33 core) */ -#define IMX9_IRQ_MU2_A (IMX9_IRQ_EXT + 23) /* Messaging Unit 2 - Side A (to communicate with M7 core) */ Review Comment: should we keep it ########## arch/arm64/src/imx9/hardware/imx95/imx95_memorymap.h: ########## @@ -104,8 +105,6 @@ #define IMX9_BLK_CTRL_MEDIAMIX_BASE (0x4AC10000UL) #define IMX9_MIPI_CSI_CSR_BASE (0x4AE00000UL) #define IMX9_MIPI_DSI_BASE (0x4AE10000UL) -#define IMX9_MU1__MUB_BASE (0x44230000UL) Review Comment: ditto -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org