Message ID | 20231005093247.128166-2-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 9e8368a332fd4ffd71ab7232bffa512eada75128 |
Headers | show |
Series | [1/2] dt-bindings: serial: fix regex pattern for matching serial node children | expand |
On Thu, 05 Oct 2023 11:32:47 +0200, Krzysztof Kozlowski wrote: > Some devices attached over UART combine Bluetooth and GNSS/GPS receiver, > so allow "bluetooth-gnss" naming of children nodes. > > Link: https://lore.kernel.org/all/20231004070309.2408745-1-andreas@kemnade.info/ > Suggested-by: Andreas Kemnade <andreas@kemnade.info> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/serial/serial.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/serial/serial.yaml b/Documentation/devicetree/bindings/serial/serial.yaml index 5727bd549dec..468af429c3e6 100644 --- a/Documentation/devicetree/bindings/serial/serial.yaml +++ b/Documentation/devicetree/bindings/serial/serial.yaml @@ -96,7 +96,7 @@ then: rts-gpios: false patternProperties: - "^(bluetooth|gnss|gps|mcu)$": + "^(bluetooth|bluetooth-gnss|gnss|gps|mcu)$": if: type: object then:
Some devices attached over UART combine Bluetooth and GNSS/GPS receiver, so allow "bluetooth-gnss" naming of children nodes. Link: https://lore.kernel.org/all/20231004070309.2408745-1-andreas@kemnade.info/ Suggested-by: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/serial/serial.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)