Re: [PATCH v7 7/7] pinctrl: mediatek: Add MT6735 pinctrl driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux