From 2ac711599e37ef714b51c753e1c81a106caeaa58 Mon Sep 17 00:00:00 2001 From: Cong Nguyen Huu Date: Tue, 24 Sep 2024 09:57:29 +0700 Subject: [PATCH] s32: s32ze: patch PSI5 for integration with zephyr Remove 'u' suffix from macros that used with LISTIFY in shim-driver Signed-off-by: Cong Nguyen Huu --- s32/drivers/s32ze/BaseNXP/header/S32Z2_PSI5.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s32/drivers/s32ze/BaseNXP/header/S32Z2_PSI5.h b/s32/drivers/s32ze/BaseNXP/header/S32Z2_PSI5.h index 1dcf393a3..133da053f 100644 --- a/s32/drivers/s32ze/BaseNXP/header/S32Z2_PSI5.h +++ b/s32/drivers/s32ze/BaseNXP/header/S32Z2_PSI5.h @@ -72,7 +72,7 @@ #define PSI5_CHANNEL_CH_PMR_COUNT 32u #define PSI5_CHANNEL_CH_SFR_COUNT 6u #define PSI5_CHANNEL_CH_SFCR_COUNT 6u -#define PSI5_CHANNEL_COUNT 4u +#define PSI5_CHANNEL_COUNT 4 /** PSI5 - Register Layout Typedef */ typedef struct { @@ -132,7 +132,7 @@ typedef struct { } PSI5_Type, *PSI5_MemMapPtr; /** Number of instances of the PSI5 module. */ -#define PSI5_INSTANCE_COUNT (2u) +#define PSI5_INSTANCE_COUNT 2 /* PSI5 - Peripheral instance base addresses */ /** Peripheral PSI5_0 base address */