From: Frank Li <Frank.Li@nxp.com>
To: ilpo.jarvinen@linux.intel.com
Cc: Frank.Li@nxp.com, alexandre.belloni@bootlin.com,
conor.culhane@silvaco.com, devicetree@vger.kernel.org,
gregkh@linuxfoundation.org, imx@lists.linux.dev,
jirislaby@kernel.org, joe@perches.com,
krzysztof.kozlowski+dt@linaro.org,
krzysztof.kozlowski@linaro.org, linux-i3c@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
miquel.raynal@bootlin.com, robh@kernel.org,
zbigniew.lukwinski@linux.intel.com
Subject: [PATCH v5 2/8] dt-bindings: i3c: svc: add proptery mode
Date: Mon, 29 Jan 2024 14:53:15 -0500 [thread overview]
Message-ID: <20240129195321.229867-3-Frank.Li@nxp.com> (raw)
In-Reply-To: <20240129195321.229867-1-Frank.Li@nxp.com>
Add 'mode' property to distinguish between 'controller' and 'target' modes.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Notes:
Change from v3 to v4
-fix dtb check error
Change from v2 to v3
- using 'mode' distringuish master and target mode
.../devicetree/bindings/i3c/silvaco,i3c-master.yaml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml b/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
index 133855f11b4f5..3af77d143f018 100644
--- a/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
+++ b/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/i3c/silvaco,i3c-master.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: Silvaco I3C master
+title: Silvaco I3C master/target
maintainers:
- Conor Culhane <conor.culhane@silvaco.com>
@@ -22,6 +22,15 @@ properties:
interrupts:
maxItems: 1
+ mode:
+ description:
+ Tells Dual-Role I3C controllers that we want to work on a particular
+ mode. In case this attribute isn't passed via DT, I3C controllers
+ should default to 'controller'.
+ $ref: /schemas/types.yaml#/definitions/string
+ enum: [controller, target]
+ default: controller
+
clocks:
items:
- description: system clock
--
2.34.1
next prev parent reply other threads:[~2024-01-29 19:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-29 19:53 [PATCH v5 0/8] I3C target mode support Frank Li
2024-01-29 19:53 ` [PATCH v5 1/8] i3c: add " Frank Li
2024-02-02 17:29 ` kernel test robot
2024-02-02 21:18 ` kernel test robot
2024-01-29 19:53 ` Frank Li [this message]
2024-01-30 8:15 ` [PATCH v5 2/8] dt-bindings: i3c: svc: add proptery mode Krzysztof Kozlowski
2024-01-29 19:53 ` [PATCH v5 3/8] Documentation: i3c: Add I3C target mode controller and function Frank Li
2024-01-29 19:53 ` [PATCH v5 4/8] i3c: svc: Add svc-i3c-main.c and svc-i3c.h Frank Li
2024-01-29 19:53 ` [PATCH v5 5/8] i3c: target: add svc target controller support Frank Li
2024-01-29 19:53 ` [PATCH v5 6/8] i3c: target: func: add tty driver Frank Li
2024-01-29 19:53 ` [PATCH v5 7/8] i3c: add API i3c_dev_gettstatus_format1() to get target device status Frank Li
2024-01-29 19:53 ` [PATCH v5 8/8] tty: i3c: add TTY over I3C master support Frank Li
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=20240129195321.229867-3-Frank.Li@nxp.com \
--to=frank.li@nxp.com \
--cc=alexandre.belloni@bootlin.com \
--cc=conor.culhane@silvaco.com \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=imx@lists.linux.dev \
--cc=jirislaby@kernel.org \
--cc=joe@perches.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-i3c@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=miquel.raynal@bootlin.com \
--cc=robh@kernel.org \
--cc=zbigniew.lukwinski@linux.intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).