Re: [PATCH v7 02/12] mfd: nxp-siul2: add support for NXP SIUL2
From: Andrei Stefanescu <hidden>
Date: 2025-07-11 07:14:03
Also in:
imx, linux-devicetree, linux-gpio, lkml
From: Andrei Stefanescu <hidden>
Date: 2025-07-11 07:14:03
Also in:
imx, linux-devicetree, linux-gpio, lkml
Hi Frank, Thank you very much for the reviews!
quoted
+ } + +static const struct mfd_cell nxp_siul2_devs[] = { + { + .name = "s32g-siul2-pinctrl",I think you can add full list here.
The next cell is added by a later commit. Could I add the name here even if it doesn't match an existing driver? It will match a driver when the NVMEM driver commit(the one from this patch series) is introduced. Best regards, Andrei