Message ID | cover.1674693008.git.daniel@makrotopia.org (mailing list archive) |
---|---|
Headers | show |
Series | add pinctrl driver for MT7981 SoC | expand |
On Thu, 26 Jan 2023 00:34:15 +0000, Daniel Golle wrote: > Add bindings for the MT7981 pinctrl driver. As MT7981 has most features > in common with MT7986 (but has a different layout in terms on pinctrl > and clocks), the existing mediatek,mt7986-pinctrl.yaml was used as an > example to create a similar document covering MT7981. > > Signed-off-by: Daniel Golle <daniel@makrotopia.org> > --- > .../pinctrl/mediatek,mt7981-pinctrl.yaml | 475 ++++++++++++++++++ > 1 file changed, 475 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt7981-pinctrl.yaml > Reviewed-by: Rob Herring <robh@kernel.org>
On Thu, Jan 26, 2023 at 1:34 AM Daniel Golle <daniel@makrotopia.org> wrote: > The MediaTek MT7981 SoC is the smaller sibbling of the MT7986 SoC. > While MT7986 is already fully supported in vanilla Linux, only few things > are missing to support also MT7981. > > Add pinctrl driver including devicetree bindings for MediaTek MT7981 > which together with the added clock drivers[1] completes support for the > most basic features of this SoC. Bindings reviewed, the driver is vert straight-forward and slim, and no further comments, so patches applied for v6.3. Yours, Linus Walleij