From: Shawn Lin <shawn.lin@rock-chips.com>
To: Rob Herring <robh+dt@kernel.org>, Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-mmc@vger.kernel.org,
Adrian Hunter <adrian.hunter@intel.com>,
devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org,
Shawn Lin <shawn.lin@rock-chips.com>
Subject: [PATCH 2/3] dt-bindings: mmc: sdhci-of-dwcmhsc: Add rockchip support
Date: Wed, 3 Mar 2021 15:48:42 +0800 [thread overview]
Message-ID: <1614757723-225262-2-git-send-email-shawn.lin@rock-chips.com> (raw)
In-Reply-To: <1614757723-225262-1-git-send-email-shawn.lin@rock-chips.com>
This patch adds rockchip support in sdhci-of-dwcmhsc.yaml
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
---
.../devicetree/bindings/mmc/sdhci-of-dwcmshc.yaml | 24 ++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-of-dwcmshc.yaml b/Documentation/devicetree/bindings/mmc/sdhci-of-dwcmshc.yaml
index ff2bff1..4808094 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-of-dwcmshc.yaml
+++ b/Documentation/devicetree/bindings/mmc/sdhci-of-dwcmshc.yaml
@@ -22,6 +22,7 @@ select:
properties:
compatible:
enum:
+ - rockchip,dwcmshc-sdhci
- snps,dwcmshc-sdhci
reg:
@@ -33,16 +34,26 @@ properties:
clocks:
minItems: 1
- maxItems: 2
+ maxItems: 5
description:
Handle to "core" for core clock and "bus" for optional bus clock.
+ "axi", "block" and "timer" are for Rockchip specified which aims for
+ DMA, pipe and internal timer respectively.
clock-names:
minItems: 1
- maxItems: 2
+ maxItems: 5
items:
- const: bus
- const: core
+ - const: axi
+ - const: block
+ - const: timer
+
+ rockchip,txclk-tapnum:
+ description: Specify the number of delay for tx sampling.
+ $ref: /schemas/types.yaml#/definitions/uint32
+
required:
- compatible
@@ -55,6 +66,15 @@ unevaluatedProperties: false
examples:
- |
+ sdhci@fe310000 {
+ compatible = "rockchip,dwcmshc-sdhci";
+ reg = <0xfe310000 0x10000>;
+ interrupts = <0 25 0x4>;
+ bus-width = <8>;
+ clocks = <&cru 17>, <&cru 18>, <&cru 19>, <&cru 20>;
+ clock-names = "core", "axi", "block", "timer";
+ };
+ - |
sdhci@aa0000 {
compatible = "snps,dwcmshc-sdhci";
reg = <0xaa000 0x1000>;
--
2.7.4
next prev parent reply other threads:[~2021-03-03 19:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-03 7:48 [PATCH 1/3] dt-bindings: mmc: sdhci-of-dwcmhsc: Convert to yaml file Shawn Lin
2021-03-03 7:48 ` Shawn Lin [this message]
2021-03-03 7:48 ` [PATCH 3/3] mmc: sdhci-of-dwcmshc: add rockchip platform support Shawn Lin
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=1614757723-225262-2-git-send-email-shawn.lin@rock-chips.com \
--to=shawn.lin@rock-chips.com \
--cc=adrian.hunter@intel.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh+dt@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 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).