[PATCH v2 4/5] dt-bindings: pinctrl: airoha: Document AN7583 Pin Controller
Christian Marangi
ansuelsmth at gmail.com
Fri Nov 7 09:49:13 PST 2025
On Fri, Nov 07, 2025 at 05:24:21PM +0000, Conor Dooley wrote:
> On Fri, Nov 07, 2025 at 12:57:07AM +0100, Christian Marangi wrote:
> > Document Airoha AN7583 Pin Controller based on Airoha EN7581 with some
> > minor difference on some function group (PCM and LED gpio).
> >
> > To not bloat the EN7581 schema with massive if condition, use a
> > dedicated YAML schema for Airoha AN7583.
>
> You went to more effort than I would have here with that conditional!
>
Well it was suggested by Rob and it's honestly a copy paste of en7581
with the relevant thing changed.
> > +patternProperties:
> > + '-pins$':
> > + type: object
> > +
> > + patternProperties:
> > + '^mux(-|$)':
> > + type: object
>
> What's up with this regex? Why does it allow either - or $?
It's to permit either mux-* or unique node name with mux. Pattern is
also used by mt7622 or other schema. Other use mux- to require a name
after the mux.
Example
./xlnx,zynqmp-pinctrl.yaml:37: '^mux':
./xlnx,pinctrl-zynq.yaml:45: '^mux':
./xlnx,versal-pinctrl.yaml:34: '^mux':
./microchip,pic64gx-pinctrl-gpio2.yaml:27: '^mux-':
./microchip,mpfs-pinctrl-iomux0.yaml:33: '^mux-':
./airoha,en7581-pinctrl.yaml:51: '^mux(-|$)':
./mediatek,mt7622-pinctrl.yaml:72: '^mux(-|$)':
./nuvoton,wpcm450-pinctrl.yaml:64: "^mux-":
--
Ansuel
More information about the Linux-mediatek
mailing list