On Mon, 18 Oct 2021 19:47:36 +0800, Sam Shih wrote: > This updates bindings for MT7986 pinctrl driver. The > difference of pinctrl between mt7986a and mt7986b is that pin-41 to > pin-65 do not exist on mt7986b > > Signed-off-by: Sam Shih <sam.shih@xxxxxxxxxxxx> > > --- > v8: fixed uart node in yaml dts example > v7: updated pinctcl node binding description, and separate pinctrl > part into a single patch series > > Original thread: > https://lore.kernel.org/all/8348ed3e-c561-ad7e-fe9e-a31ed346d8d0@xxxxxxxxx/ > > v6: fixed yamllint warnings/errors v2 > v5: fixed yamllint warnings/errors v1 > v4: used yaml format instead of txt format document > v3: make mt7986 pinctrl bindings as a separate file > v2: deleted the redundant description of mt7986a/mt7986b > --- > .../pinctrl/mediatek,mt7986-pinctrl.yaml | 363 ++++++++++++++++++ > 1 file changed, 363 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt7986-pinctrl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>