On Tue, 09 Jan 2024 09:25:11 +0100, Krzysztof Kozlowski wrote: > Make the pattern matching node names a bit stricter to improve DTS > consistency. The pattern is restricted to -N suffixes to decimal > numbers. > > Suggested-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Some time ago I did such change treewide, but mux was left out: > https://lore.kernel.org/all/20230530144851.92059-1-krzysztof.kozlowski@xxxxxxxxxx/ > --- > Documentation/devicetree/bindings/mux/mux-controller.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!