From: Detlev Casanova <detlev.casanova@collabora.com>
To: linux-kernel@vger.kernel.org
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
Jaehoon Chung <jh80.chung@samsung.com>,
linux-mmc@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org,
Detlev Casanova <detlev.casanova@collabora.com>
Subject: [PATCH 1/3] dt-bindings: pinctrl: Add rk3576 dw-mshc bindings
Date: Fri, 2 Aug 2024 11:31:27 -0400 [thread overview]
Message-ID: <20240802153609.296197-2-detlev.casanova@collabora.com> (raw)
In-Reply-To: <20240802153609.296197-1-detlev.casanova@collabora.com>
Add the compatible string for rockchip,rk3576-dw-mshc and add support
for the rockchip,use-v2-tuning flag, a new feature of this core.
Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
---
.../devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
index 211cd0b0bc5f3..dd8d1e773bb38 100644
--- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
+++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
@@ -39,6 +39,7 @@ properties:
- rockchip,rk3368-dw-mshc
- rockchip,rk3399-dw-mshc
- rockchip,rk3568-dw-mshc
+ - rockchip,rk3576-dw-mshc
- rockchip,rk3588-dw-mshc
- rockchip,rv1108-dw-mshc
- rockchip,rv1126-dw-mshc
@@ -95,6 +96,16 @@ properties:
If not specified, the host will do tuning for 360 times,
namely tuning for each degree.
+ rockchip,use-v2-tuning:
+ $ref: /schemas/types.yaml#/definitions/flag
+ description:
+ If present, use tuning version 2.
+ v2 tuning will inherit pre-stage loader's phase settings for the first
+ time, and do re-tune if necessary.
+ Re-tune will still try the rough degrees, for instance, 90, 180, 270,
+ 360 but continue to do the fine tuning if sample window isn't good
+ enough.
+
required:
- compatible
- reg
--
2.46.0
WARNING: multiple messages have this Message-ID (diff)
From: Detlev Casanova <detlev.casanova@collabora.com>
To: linux-kernel@vger.kernel.org
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
Jaehoon Chung <jh80.chung@samsung.com>,
linux-mmc@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org,
Detlev Casanova <detlev.casanova@collabora.com>
Subject: [PATCH 1/3] dt-bindings: pinctrl: Add rk3576 dw-mshc bindings
Date: Fri, 2 Aug 2024 11:31:27 -0400 [thread overview]
Message-ID: <20240802153609.296197-2-detlev.casanova@collabora.com> (raw)
In-Reply-To: <20240802153609.296197-1-detlev.casanova@collabora.com>
Add the compatible string for rockchip,rk3576-dw-mshc and add support
for the rockchip,use-v2-tuning flag, a new feature of this core.
Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
---
.../devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
index 211cd0b0bc5f3..dd8d1e773bb38 100644
--- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
+++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
@@ -39,6 +39,7 @@ properties:
- rockchip,rk3368-dw-mshc
- rockchip,rk3399-dw-mshc
- rockchip,rk3568-dw-mshc
+ - rockchip,rk3576-dw-mshc
- rockchip,rk3588-dw-mshc
- rockchip,rv1108-dw-mshc
- rockchip,rv1126-dw-mshc
@@ -95,6 +96,16 @@ properties:
If not specified, the host will do tuning for 360 times,
namely tuning for each degree.
+ rockchip,use-v2-tuning:
+ $ref: /schemas/types.yaml#/definitions/flag
+ description:
+ If present, use tuning version 2.
+ v2 tuning will inherit pre-stage loader's phase settings for the first
+ time, and do re-tune if necessary.
+ Re-tune will still try the rough degrees, for instance, 90, 180, 270,
+ 360 but continue to do the fine tuning if sample window isn't good
+ enough.
+
required:
- compatible
- reg
--
2.46.0
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2024-08-02 15:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-02 15:31 [PATCH 0/3] Add dw_mmc support for rk3576 Detlev Casanova
2024-08-02 15:31 ` Detlev Casanova
2024-08-02 15:31 ` Detlev Casanova [this message]
2024-08-02 15:31 ` [PATCH 1/3] dt-bindings: pinctrl: Add rk3576 dw-mshc bindings Detlev Casanova
2024-08-02 15:39 ` Detlev Casanova
2024-08-02 15:39 ` Detlev Casanova
2024-08-04 9:55 ` Krzysztof Kozlowski
2024-08-04 9:55 ` Krzysztof Kozlowski
2024-08-02 15:31 ` [PATCH 2/3] mmc: dw_mmc-rockchip: Add v2 tuning support Detlev Casanova
2024-08-02 15:31 ` Detlev Casanova
2024-08-02 15:31 ` [PATCH 3/3] mmc: dw_mmc-rockchip: Add internal phase support Detlev Casanova
2024-08-02 15:31 ` Detlev Casanova
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=20240802153609.296197-2-detlev.casanova@collabora.com \
--to=detlev.casanova@collabora.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=jh80.chung@samsung.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@kernel.org \
--cc=ulf.hansson@linaro.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.