* Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> [230510 10:13]: > On 10/05/2023 11:53, Tony Lindgren wrote: > > Some controllers can be just pinconf controllers and we have dts > > files using pinconf for the node name already. > > > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > > --- > > Documentation/devicetree/bindings/pinctrl/pinctrl.yaml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl.yaml > > --- a/Documentation/devicetree/bindings/pinctrl/pinctrl.yaml > > +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl.yaml > > @@ -27,7 +27,7 @@ description: | > > > > properties: > > $nodename: > > - pattern: "^(pinctrl|pinmux)(@[0-9a-f]+)?$" > > + pattern: "^(pinctrl|pinmux|pinconf)(@[0-9a-f]+)?$" > > pinconf appears in three cases. Better just fix DTS. OK will send a patch. Thanks, Tony