On Thu, 05 Oct 2023 11:32:46 +0200, Krzysztof Kozlowski wrote: > The regular expression pattern for matching serial node children should > accept only nodes starting and ending with the set of words: bluetooth, > gnss, gps or mcu. Add missing brackets to enforce such matching. > > Fixes: 0c559bc8abfb ("dt-bindings: serial: restrict possible child node names") > Reported-by: Andreas Kemnade <andreas@xxxxxxxxxxxx> > Closes: https://lore.kernel.org/all/20231004170021.36b32465@aktux/ > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/serial/serial.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>