Message ID | 20210413055702.27535-1-zhiyong.tao@mediatek.com |
---|---|
Headers | show |
Series | Mediatek pinctrl patch on mt8195 | expand |
On Tue, 13 Apr 2021 13:56:59 +0800, Zhiyong Tao wrote: > 1. This patch adds pinctrl file for mt8195. > 2. This patch adds mt8195 compatible node in binding document. > > Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com> > --- > .../bindings/pinctrl/pinctrl-mt8195.yaml | 151 +++ > include/dt-bindings/pinctrl/mt8195-pinfunc.h | 962 ++++++++++++++++++ > 2 files changed, 1113 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml > create mode 100644 include/dt-bindings/pinctrl/mt8195-pinfunc.h > Reviewed-by: Rob Herring <robh@kernel.org>
On Thu, 2021-04-22 at 01:51 +0200, Linus Walleij wrote: > On Tue, Apr 13, 2021 at 7:57 AM Zhiyong Tao <zhiyong.tao@mediatek.com> wrote: > > > This series includes 4 patches: > > 1.add pinctrl file and inding document on mt8195. > > 2.add pinctrl driver on MT8195. > > 3.add pinctrl drive for I2C related pins on MT8195. > > 4.add pinctrl rsel setting on MT8195. > > > > Changes in patch v4: > > Patches 1, 2 & 3 applied! > > Now you only need to resend patch 4. > > Yours, > Linus Walleij ==>Thanks for your comment. we will send only patch 4 in next version.