From: Pei Yue Ho <peiyue.ho@starfivetech.com>
To: <u-boot@lists.denx.de>
Cc: <peiyue.ho@starfivetech.com>, <englee.teh@starfivetech.com>,
<weiliang.lim@starfivetech.com>
Subject: [PATCH 1/2] dt-bindings: i2c: i2c-cdns.txt: Add description for an optional parameter, fifo-depth
Date: Tue, 3 Jan 2023 23:20:04 -0800 [thread overview]
Message-ID: <20230104072005.7812-2-peiyue.ho@starfivetech.com> (raw)
In-Reply-To: <20230104072005.7812-1-peiyue.ho@starfivetech.com>
Add description for fifo-depth parameter that can be used
in the device tree.
Signed-off-by: Pei Yue Ho <peiyue.ho@starfivetech.com>
Reviewed-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
Reviewed-by: Eng Lee Teh <englee.teh@starfivetech.com>
---
doc/device-tree-bindings/i2c/i2c-cdns.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/device-tree-bindings/i2c/i2c-cdns.txt b/doc/device-tree-bindings/i2c/i2c-cdns.txt
index 202e0b7626..eaff34a555 100644
--- a/doc/device-tree-bindings/i2c/i2c-cdns.txt
+++ b/doc/device-tree-bindings/i2c/i2c-cdns.txt
@@ -9,6 +9,9 @@ Required properties:
- interrupt-parent : Must be core interrupt controller
- clocks : Clock phandles (see clock bindings for details).
+Optional properties:
+- fifo-depth : To specify the FIFO depth of the controller.
+
Example:
i2c0: i2c@e0004000 {
compatible = "cdns,i2c-r1p10";
@@ -16,5 +19,6 @@ Example:
clocks = <&clkc 38>;
interrupts = <0 25 4>;
interrupt-parent = <&intc>;
+ fifo-depth = <32>;
status = "disabled";
};
--
2.25.1
next prev parent reply other threads:[~2023-01-04 13:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-04 7:20 [PATCH 0/2] i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree Pei Yue Ho
2023-01-04 7:20 ` Pei Yue Ho [this message]
2023-02-13 5:43 ` [PATCH 1/2] dt-bindings: i2c: i2c-cdns.txt: Add description for an optional parameter, fifo-depth Heiko Schocher
2023-02-13 7:57 ` PeiYue Ho
2023-02-13 14:49 ` Heiko Schocher
2023-01-04 7:20 ` [PATCH 2/2] i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree Pei Yue Ho
2023-02-13 5:47 ` Heiko Schocher
2023-02-13 6:38 ` Heiko Schocher
2023-02-13 14:49 ` Heiko Schocher
2023-02-02 5:59 ` [PATCH 0/2] " WeiLiang Lim
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=20230104072005.7812-2-peiyue.ho@starfivetech.com \
--to=peiyue.ho@starfivetech.com \
--cc=englee.teh@starfivetech.com \
--cc=u-boot@lists.denx.de \
--cc=weiliang.lim@starfivetech.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