diff options
author | Christoph Winklhofer <[email protected]> | 2024-02-09 07:22:37 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2024-02-15 14:55:05 +0100 |
commit | 12d2a81c57042337b68ef7d1b400a6f2b707dc94 (patch) | |
tree | 74efc5ecc29049961237097fc83a700bb28da8c6 | |
parent | a5251cd9614cf2ac24a513359b5265b44605cf82 (diff) |
dt-bindings: serial: allow onewire as child node
The UART 1-Wire bus utilizes the Serial Device Bus to create the 1-wire
timing patterns.
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Christoph Winklhofer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[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 65804ca274ae..ffc9198ae214 100644 --- a/Documentation/devicetree/bindings/serial/serial.yaml +++ b/Documentation/devicetree/bindings/serial/serial.yaml @@ -88,7 +88,7 @@ properties: TX FIFO threshold configuration (in bytes). patternProperties: - "^(bluetooth|bluetooth-gnss|gnss|gps|mcu)$": + "^(bluetooth|bluetooth-gnss|gnss|gps|mcu|onewire)$": if: type: object then: |