Re: [PATCH v3 3/4] gpio: siul2-s32g2: add NXP S32G2/S32G3 SoCs support
From: Andrei Stefanescu
Date: Mon Sep 23 2024 - 06:58:20 EST
Hi,
>> +#define SIUL2_PGPDO(N) (((N) ^ 1) * 2)
>> +#define S32G2_SIUL2_NUM 2
>> +#define S32G2_PADS_DTS_TAG_LEN (7)
> nit: Parentheses are not required here, please remove it.
Thank you for the review! I will remove the parentheses
from "S32G2_PADS_DTS_TAG_LEN" in v4.
Best regards,
Andrei