From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Subject: Re: [PATCH 2/9] dt-bindings: mmc: sprd: Add another optional clock documentation Date: Mon, 3 Jun 2019 15:34:10 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Baolin Wang Cc: Adrian Hunter , Chunyan Zhang , Orson Zhai , Rob Herring , Mark Rutland , Arnd Bergmann , Olof Johansson , Vincent Guittot , arm@kernel.org, Linux ARM , "linux-mmc@vger.kernel.org" , Linux Kernel Mailing List , DTML List-Id: devicetree@vger.kernel.org On Mon, 20 May 2019 at 12:12, Baolin Wang wrote: > > For some Spreadtrum platforms like SC9860 platform, we should enable another > gate clock '2x_enable' to make the SD host controller work well. Thus add > documentation for this optional clock. > > Signed-off-by: Baolin Wang > --- > .../devicetree/bindings/mmc/sdhci-sprd.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-sprd.txt b/Documentation/devicetree/bindings/mmc/sdhci-sprd.txt > index 45c9978..a285c77 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-sprd.txt > +++ b/Documentation/devicetree/bindings/mmc/sdhci-sprd.txt > @@ -14,6 +14,7 @@ Required properties: > - clock-names: Should contain the following: > "sdio" - SDIO source clock (required) > "enable" - gate clock which used for enabling/disabling the device (required) > + "2x_enable" - gate clock controlling the device for some special platforms (optional) This is a bit vague, could you please elaborate (and fold in that information to the doc) on what kind of clock this is? [...] Kind regards Uffe