On Wed, Nov 6, 2024 at 11:09 AM Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> wrote: > Add a driver for the MediaTek MT6735 SoC pin controller. This driver > also supports the pin controller on MT6735M, which lacks 6 physical > pins (198-203) used for MSDC2 on MT6735. > > Signed-off-by: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> (...) > +static struct platform_driver mt6735_pinctrl_driver = { > + .probe = mtk_paris_pinctrl_probe, > + .driver = { > + .name = "mt6735-pinctrl", > + .of_match_table = mt6735_pinctrl_match, > + .pm = &mtk_paris_pinctrl_pm_ops, .pm = pm_sleep_ptr(&mtk_paris_pinctrl_pm_ops), this is why you get build errors. Yours, Linus Walleij