Hi! This is first series of patches that fixes MT6765 upstream drivers (mainly PWRAP), just a preparation for sending the rest of the patches (there were too many of them, so I splitted them into several series). More patches can be found here[1]. The pinctrl patch (virtual gpios) can be confusing. I did the same thing as on MT6735 (see[2]), these are EINT-only pins that are not linked to any, so "virtual" ones were added. Also, there were no MT6765 pinctrl bindings in the upstream, so I decided to attach them to this series of patches too. Thanks, Arseniy. [1] https://github.com/adomerle/linux-mt6765/tree/mt6765-next [2] https://gitlab.com/mt6735-mainline/linux/-/commit/c4b988b2bea231e9175fd1d78f7602de1931e4d0 Arseniy Velikanov (5): dt-bindings: clock: mt6765: Add missing PMIC clock clk: mediatek: mt6765: Add missing PMIC clock pinctrl: mediatek: mt6765: Add virtual GPIOs dt-bindings: pinctrl: mediatek: Add bindings for MT6765 pin controller soc: mediatek: mtk-pmic-wrap: Drop CAP reset in MT6765 drivers/clk/mediatek/clk-mt6765.c | 1 + drivers/pinctrl/mediatek/pinctrl-mtk-mt6765.h | 66 ++ drivers/soc/mediatek/mtk-pmic-wrap.c | 2 +- include/dt-bindings/clock/mt6765-clk.h | 131 +-- .../pinctrl/mediatek,mt6765-pinfunc.h | 1025 +++++++++++++++++ 5 files changed, 1159 insertions(+), 66 deletions(-) create mode 100644 include/dt-bindings/pinctrl/mediatek,mt6765-pinfunc.h -- 2.45.2