imx: devices: align CONFIG_SOC name for IMX7D

Align usage of CONFIG_SOC_IMX7D to value of CONFIG_SOC in IMX HAL for
HWMv2

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-03-01 01:02:27 +00:00 committed by Carles Cufí
parent 48647d13ac
commit f436a4529f
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
#define RDC_SEMAPHORE_MASTER_SELF (5)
#define SEMA4_PROCESSOR_SELF (1)
#elif defined(CONFIG_SOC_MCIMX7_M4)
#elif defined(CONFIG_SOC_MCIMX7D_M4)
/* CMSIS-style register definitions */
#include "MCIMX7D_M4.h"

View File

@ -1,6 +1,6 @@
zephyr_include_directories(.)
if(CONFIG_SOC_MCIMX7_M4)
if(CONFIG_SOC_MCIMX7D_M4)
zephyr_library_sources(
ccm_imx7d.c
ccm_analog_imx7d.c