Re: [PATCH] dt-bindings: pinctrl: mediatek: Fix child node name patterns
From: Linus Walleij <hidden>
Date: 2023-01-27 12:32:18
Also in:
linux-arm-kernel, linux-gpio, linux-mediatek, lkml
From: Linus Walleij <hidden>
Date: 2023-01-27 12:32:18
Also in:
linux-arm-kernel, linux-gpio, linux-mediatek, lkml
On Fri, Jan 20, 2023 at 3:05 AM Rob Herring [off-list ref] wrote:
The child node name patterns in Mediatek pinctrl bindings don't match reality. I don't know where '-[0-9]+$' came from, but I don't see any nodes with a matching pattern. Also, patterns such as 'pins' or 'mux' are ambiguous because any prefix or suffix is allowed. If that's desired, it should be explicit. Signed-off-by: Rob Herring <robh@kernel.org>
Patch applied! Yours, Linus Walleij