Message ID | 1572345042-101207-2-git-send-email-manish.narani@xilinx.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v4,1/8] mmc: sdhci-of-arasan: Separate out clk related data to another structure | expand |
On Tue, 29 Oct 2019 16:00:36 +0530, Manish Narani wrote: > Add documentation for an optional input clock which is essentially used > in sampling the input data coming from the card. > > Signed-off-by: Manish Narani <manish.narani@xilinx.com> > --- > Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
Hi Rob, > -----Original Message----- > From: Rob Herring <robh@kernel.org> > Sent: Wednesday, October 30, 2019 12:10 AM > To: Manish Narani <MNARANI@xilinx.com> > Cc: ulf.hansson@linaro.org; robh+dt@kernel.org; mark.rutland@arm.com; > adrian.hunter@intel.com; Michal Simek <michals@xilinx.com>; Jolly Shah > <JOLLYS@xilinx.com>; Nava kishore Manne <navam@xilinx.com>; Rajan Vaja > <RAJANV@xilinx.com>; Manish Narani <MNARANI@xilinx.com>; linux- > mmc@vger.kernel.org; devicetree@vger.kernel.org; linux- > kernel@vger.kernel.org; linux-arm-kernel@lists.infradead.org; git > <git@xilinx.com> > Subject: Re: [PATCH v4 2/8] dt-bindings: mmc: arasan: Update > Documentation for the input clock > > On Tue, 29 Oct 2019 16:00:36 +0530, Manish Narani wrote: > > Add documentation for an optional input clock which is essentially used > > in sampling the input data coming from the card. > > > > Signed-off-by: Manish Narani <manish.narani@xilinx.com> > > --- > > Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > Please add Acked-by/Reviewed-by tags when posting new versions. > However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. That was mistakenly not added. My apologies. However, Uffe has some comments on this version, so will send out v5 with addressing them and will include the 'reviewed-by' tag. Thanks, Manish
diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt index 7ca0aa7ccc0b..b51e40b2e0c5 100644 --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt @@ -38,9 +38,9 @@ Optional Properties: - clock-output-names: If specified, this will be the name of the card clock which will be exposed by this device. Required if #clock-cells is specified. - - #clock-cells: If specified this should be the value <0>. With this property - in place we will export a clock representing the Card Clock. This clock - is expected to be consumed by our PHY. You must also specify + - #clock-cells: If specified this should be the value <0> or <1>. With this + property in place we will export one or two clocks representing the Card + Clock. These clocks are expected to be consumed by our PHY. - xlnx,fails-without-test-cd: when present, the controller doesn't work when the CD line is not connected properly, and the line is not connected properly. Test mode can be used to force the controller to function.
Add documentation for an optional input clock which is essentially used in sampling the input data coming from the card. Signed-off-by: Manish Narani <manish.narani@xilinx.com> --- Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)