Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: serial: allow naming of Bluetooth with GPS children

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>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20231005093247.128166-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
9e8368a3 42851dfd

+1 -1
+1 -1
Documentation/devicetree/bindings/serial/serial.yaml
··· 96 96 rts-gpios: false 97 97 98 98 patternProperties: 99 - "^(bluetooth|gnss|gps|mcu)$": 99 + "^(bluetooth|bluetooth-gnss|gnss|gps|mcu)$": 100 100 if: 101 101 type: object 102 102 then: