Commit 6adb1b95 authored by John Keeping's avatar John Keeping Committed by Rob Herring

dt-bindings: rockchip-dw-mshc: use consistent clock names

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: default avatarJohn Keeping <john@metanate.com>
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
Reviewed-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent ce290211
...@@ -21,7 +21,7 @@ Required Properties: ...@@ -21,7 +21,7 @@ Required Properties:
- "rockchip,rk3399-dw-mshc", "rockchip,rk3288-dw-mshc": for Rockchip RK3399 - "rockchip,rk3399-dw-mshc", "rockchip,rk3288-dw-mshc": for Rockchip RK3399
Optional Properties: 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. specified in clock-names, should contain handles to these clocks.
* clock-names: Apart from the clock-names described in synopsys-dw-mshc.txt * clock-names: Apart from the clock-names described in synopsys-dw-mshc.txt
...@@ -29,7 +29,7 @@ Optional Properties: ...@@ -29,7 +29,7 @@ Optional Properties:
to control the clock phases, "ciu-sample" is required for tuning high- to control the clock phases, "ciu-sample" is required for tuning high-
speed modes. 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. probing, low speeds or in case where all phases work at tuning time.
If not specified 0 deg will be used. If not specified 0 deg will be used.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment