From 53e1ea58e04c445f314c70ced1c8aa6ea0b53ff8 Mon Sep 17 00:00:00 2001 From: Manuel Arguelles Date: Wed, 9 Nov 2022 16:52:17 +0700 Subject: [PATCH] soc: nxp_s32: update baremetal drivers version HAL for NXP S32 is updated to a newer version, hence some headers and macro definitions must be updated accordingly. Signed-off-by: Manuel Arguelles --- soc/arm/nxp_s32/common/osif.c | 2 +- soc/arm/nxp_s32/s32ze/pinctrl_soc.h | 4 ++-- west.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/soc/arm/nxp_s32/common/osif.c b/soc/arm/nxp_s32/common/osif.c index 5bfada661b1..8127135e9c4 100644 --- a/soc/arm/nxp_s32/common/osif.c +++ b/soc/arm/nxp_s32/common/osif.c @@ -8,7 +8,7 @@ #include #if defined(CONFIG_SOC_S32Z27_R52) -#include +#include #endif /* Required by OsIf timer initialization but not used with Zephyr, so no values configured */ diff --git a/soc/arm/nxp_s32/s32ze/pinctrl_soc.h b/soc/arm/nxp_s32/s32ze/pinctrl_soc.h index faac6cf1fa6..23ad3ba9334 100644 --- a/soc/arm/nxp_s32/s32ze/pinctrl_soc.h +++ b/soc/arm/nxp_s32/s32ze/pinctrl_soc.h @@ -10,7 +10,7 @@ #include "pinctrl_soc_common.h" #if defined(CONFIG_SOC_S32Z27_R52) -#include "S32Z27_SIUL2.h" +#include "S32Z2_SIUL2.h" #else #error "SoC not supported" #endif @@ -47,6 +47,6 @@ .receiverSel = PORT_RECEIVER_ENABLE_SINGLE_ENDED, \ .currentReferenceControl = PORT_CURRENT_REFERENCE_CONTROL_DISABLED, \ .rxCurrentBoost = PORT_RX_CURRENT_BOOST_DISABLED, \ - .safeMode = SIUL2_PORT_IP_SAFE_MODE_DISABLED, + .safeMode = PORT_SAFE_MODE_DISABLED, #endif /* ZEPHYR_SOC_ARM_NXP_S32_S32ZE_PINCTRL_SOC_H_ */ diff --git a/west.yml b/west.yml index 92631190650..b5cbdcb5b66 100644 --- a/west.yml +++ b/west.yml @@ -93,7 +93,7 @@ manifest: groups: - hal - name: hal_nxp - revision: 53b8bc406a40e2166679cf1a3381f9eb5de96082 + revision: 138742f66576f2e2235a072425e71b8d1360c0d3 path: modules/hal/nxp groups: - hal