[PATCH v7 7/7] pinctrl: mediatek: Add MT6735 pinctrl driver
Linus Walleij
linus.walleij at linaro.org
Wed Nov 13 05:44:40 PST 2024
On Wed, Nov 6, 2024 at 11:09 AM Yassine Oudjana
<y.oudjana at protonmail.com> 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 at protonmail.com>
(...)
> +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
More information about the Linux-mediatek
mailing list