diff options
| author | Krzysztof Kozlowski <[email protected]> | 2023-10-05 11:32:47 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-10-07 11:19:13 +0200 |
| commit | 9e8368a332fd4ffd71ab7232bffa512eada75128 (patch) | |
| tree | 778f01c7b0a81477a840433a3448a5da805c99a8 | |
| parent | 42851dfd4dbe38e34724a00063a9fad5cfc48dcd (diff) | |
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/[email protected]/
Suggested-by: Andreas Kemnade <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/serial/serial.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |