Message ID | 20240724172129.3064490-1-potin.lai.pt@gmail.com |
---|---|
Headers | show |
Series | Add NCSI pin group config to aspeed-g6 pinctrl | expand |
On Thu, 2024-07-25 at 01:21 +0800, Potin Lai wrote: > Add NCSI pin group config to aspeed-g6 pinctrl. > Backport the patches listed below. > Link: https://lore.kernel.org/r/20240531-dt-warnings-gpio-ast2600-pinctrl-funcs-groups-v1-3-a6fe2281a1b8@codeconstruct.com.au > Link: https://lore.kernel.org/all/20240725-potin-catalina-dts-v4-0-aa6f235a2e78@gmail.com/ > > Andrew Jeffery (3): > dt-bindings: pinctrl: aspeed: Use block syntax for function and groups > dt-bindings: pinctrl: aspeed,ast2500-pinctrl: Describe SGPM > dt-bindings: pinctrl: aspeed,ast2600-pinctrl: Describe I3C, USB > > Potin Lai (2): > dt-bindings: pinctrl: aspeed,ast2600-pinctrl: add NCSI groups > pinctrl: aspeed-g6: Add NCSI pin group config > > .../pinctrl/aspeed,ast2400-pinctrl.yaml | 169 +++++- > .../pinctrl/aspeed,ast2500-pinctrl.yaml | 188 ++++++- > .../pinctrl/aspeed,ast2600-pinctrl.yaml | 514 ++++++++++++++++-- > drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c | 10 +- > 4 files changed, 796 insertions(+), 85 deletions(-) > Thanks Potin, I've applied these to dev-6.6 as cherry-picks from the upstream commits. Andrew