RE: [PATCH NOT APPLY v3 6/6] pinctrl: scmi: implement pinctrl_scmi_imx_dt_node_to_map

From: Peng Fan
Date: Sat Jan 27 2024 - 19:33:10 EST


Hi Linus

> Subject: Re: [PATCH NOT APPLY v3 6/6] pinctrl: scmi: implement
> pinctrl_scmi_imx_dt_node_to_map
>
> Hi Peng,
>
> thanks for your patch!
>
> On Sun, Jan 21, 2024 at 11:18 AM Peng Fan (OSS) <peng.fan@xxxxxxxxxxx>
> wrote:
>
> > -obj-$(CONFIG_PINCTRL_SCMI) += pinctrl-scmi.o
> > +obj-$(CONFIG_PINCTRL_SCMI) += pinctrl-scmi.o pinctrl-scmi-imx.o
>
> I think you should probably create a sub-Kconfig option for this file.

Yeah, good suggestion.

But as of now, the major issue is Cristian is not happy with adding
a vendor compatible for scmi pinctrl when vendor has its own pinconf map.
So we are stuck on how to support i.MX95 SCMI pinctrl.

Previously Cristian suggested build exclusive for generic scmi pinctrl and
i.MX scmi pinctrl, but this means arm64 generic defconfig will not able
to include both configs.

Do you have any suggestions?

Thanks,
Peng.

>
> Yours,
> Linus Walleij