devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: rockchip-dw-mshc: use consistent clock names
@ 2018-03-01 10:34 John Keeping
  2018-03-01 10:57 ` Heiko Stübner
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: John Keeping @ 2018-03-01 10:34 UTC (permalink / raw)
  To: devicetree
  Cc: Mark Rutland, Ulf Hansson, Heiko Stuebner, linux-mmc,
	linux-rockchip, Rob Herring, John Keeping, linux-arm-kernel

The names of these clocks are "ciu-drive" and "ciu-sample" as described
for the clock-names property.  Avoid confusion by spelling these
correctly everywhere they are referenced.

Signed-off-by: John Keeping <john@metanate.com>
---
 Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.txt
index c6558785e61b..8ce49b255974 100644
--- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.txt
+++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.txt
@@ -21,7 +21,7 @@ Required Properties:
 	- "rockchip,rk3399-dw-mshc", "rockchip,rk3288-dw-mshc": for Rockchip RK3399
 
 Optional Properties:
-* clocks: from common clock binding: if ciu_drive and ciu_sample are
+* clocks: from common clock binding: if ciu-drive and ciu-sample are
   specified in clock-names, should contain handles to these clocks.
 
 * clock-names: Apart from the clock-names described in synopsys-dw-mshc.txt
@@ -29,7 +29,7 @@ Optional Properties:
   to control the clock phases, "ciu-sample" is required for tuning high-
   speed modes.
 
-* rockchip,default-sample-phase: The default phase to set ciu_sample at
+* rockchip,default-sample-phase: The default phase to set ciu-sample at
   probing, low speeds or in case where all phases work at tuning time.
   If not specified 0 deg will be used.
 
-- 
2.16.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: rockchip-dw-mshc: use consistent clock names
  2018-03-01 10:34 [PATCH] dt-bindings: rockchip-dw-mshc: use consistent clock names John Keeping
@ 2018-03-01 10:57 ` Heiko Stübner
  2018-03-05  7:45 ` Shawn Lin
       [not found] ` <20180301103447.7059-1-john-HooS5bfzL4hWk0Htik3J/w@public.gmane.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Heiko Stübner @ 2018-03-01 10:57 UTC (permalink / raw)
  To: John Keeping
  Cc: Mark Rutland, devicetree, Ulf Hansson, linux-mmc, linux-rockchip,
	Rob Herring, linux-arm-kernel

Am Donnerstag, 1. März 2018, 11:34:47 CET schrieb John Keeping:
> The names of these clocks are "ciu-drive" and "ciu-sample" as described
> for the clock-names property.  Avoid confusion by spelling these
> correctly everywhere they are referenced.
> 
> Signed-off-by: John Keeping <john@metanate.com>

Reviewed-by: Heiko Stuebner <heiko@sntech.de>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: rockchip-dw-mshc: use consistent clock names
  2018-03-01 10:34 [PATCH] dt-bindings: rockchip-dw-mshc: use consistent clock names John Keeping
  2018-03-01 10:57 ` Heiko Stübner
@ 2018-03-05  7:45 ` Shawn Lin
       [not found] ` <20180301103447.7059-1-john-HooS5bfzL4hWk0Htik3J/w@public.gmane.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Shawn Lin @ 2018-03-05  7:45 UTC (permalink / raw)
  To: John Keeping
  Cc: Mark Rutland, devicetree, Ulf Hansson, Heiko Stuebner, shawn.lin,
	linux-mmc, linux-rockchip, Rob Herring, linux-arm-kernel

Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: rockchip-dw-mshc: use consistent clock names
       [not found] ` <20180301103447.7059-1-john-HooS5bfzL4hWk0Htik3J/w@public.gmane.org>
@ 2018-03-07 19:31   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2018-03-07 19:31 UTC (permalink / raw)
  To: John Keeping
  Cc: Mark Rutland, devicetree-u79uwXL29TY76Z2rM5mHXA, Ulf Hansson,
	Heiko Stuebner, linux-mmc-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Thu, Mar 01, 2018 at 10:34:47AM +0000, John Keeping wrote:
> The names of these clocks are "ciu-drive" and "ciu-sample" as described
> for the clock-names property.  Avoid confusion by spelling these
> correctly everywhere they are referenced.
> 
> Signed-off-by: John Keeping <john-HooS5bfzL4hWk0Htik3J/w@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-07 19:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-01 10:34 [PATCH] dt-bindings: rockchip-dw-mshc: use consistent clock names John Keeping
2018-03-01 10:57 ` Heiko Stübner
2018-03-05  7:45 ` Shawn Lin
     [not found] ` <20180301103447.7059-1-john-HooS5bfzL4hWk0Htik3J/w@public.gmane.org>
2018-03-07 19:31   ` Rob Herring

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).