From: Christoph Winklhofer <cj.winklhofer@gmail.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Christoph Winklhofer <cj.winklhofer@gmail.com>,
Rob Herring <robh@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Slaby <jirislaby@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Jonathan Corbet <corbet@lwn.net>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-serial@vger.kernel.org, linux-doc@vger.kernel.org
Subject: [PATCH v6 1/3] dt-bindings: serial: allow onewire as child node
Date: Fri, 09 Feb 2024 07:22:37 +0100 [thread overview]
Message-ID: <20240209-w1-uart-v6-1-3e753c149196@gmail.com> (raw)
In-Reply-To: <20240209-w1-uart-v6-0-3e753c149196@gmail.com>
The UART 1-Wire bus utilizes the Serial Device Bus to create the 1-wire
timing patterns.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Christoph Winklhofer <cj.winklhofer@gmail.com>
---
Documentation/devicetree/bindings/serial/serial.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
--
2.43.0
WARNING: multiple messages have this Message-ID (diff)
From: Christoph Winklhofer via B4 Relay <devnull+cj.winklhofer.gmail.com@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Christoph Winklhofer <cj.winklhofer@gmail.com>,
Rob Herring <robh@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Slaby <jirislaby@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Jonathan Corbet <corbet@lwn.net>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-serial@vger.kernel.org, linux-doc@vger.kernel.org
Subject: [PATCH v6 1/3] dt-bindings: serial: allow onewire as child node
Date: Fri, 09 Feb 2024 07:22:37 +0100 [thread overview]
Message-ID: <20240209-w1-uart-v6-1-3e753c149196@gmail.com> (raw)
In-Reply-To: <20240209-w1-uart-v6-0-3e753c149196@gmail.com>
From: Christoph Winklhofer <cj.winklhofer@gmail.com>
The UART 1-Wire bus utilizes the Serial Device Bus to create the 1-wire
timing patterns.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Christoph Winklhofer <cj.winklhofer@gmail.com>
---
Documentation/devicetree/bindings/serial/serial.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
--
2.43.0
next prev parent reply other threads:[~2024-02-09 6:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-09 6:22 [PATCH v6 0/3] w1: add UART w1 bus driver Christoph Winklhofer
2024-02-09 6:22 ` Christoph Winklhofer via B4 Relay
2024-02-09 6:22 ` Christoph Winklhofer [this message]
2024-02-09 6:22 ` [PATCH v6 1/3] dt-bindings: serial: allow onewire as child node Christoph Winklhofer via B4 Relay
2024-02-12 15:32 ` (subset) " Krzysztof Kozlowski
2024-02-09 6:22 ` [PATCH v6 2/3] dt-bindings: w1: UART 1-Wire bus Christoph Winklhofer
2024-02-09 6:22 ` Christoph Winklhofer via B4 Relay
2024-02-12 15:32 ` (subset) " Krzysztof Kozlowski
2024-02-09 6:22 ` [PATCH v6 3/3] w1: add UART w1 bus driver Christoph Winklhofer
2024-02-09 6:22 ` Christoph Winklhofer via B4 Relay
2024-02-12 15:30 ` Krzysztof Kozlowski
2024-02-13 7:02 ` Christoph Winklhofer
2024-02-13 8:27 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240209-w1-uart-v6-1-3e753c149196@gmail.com \
--to=cj.winklhofer@gmail.com \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.