aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@linaro.org>2014-01-13 04:14:29 -0500
committerChris Ball <chris@printf.net>2014-01-17 17:59:17 -0500
commit0e662440e9658163128b71a925dbf6a30d4db625 (patch)
treea456a2ca1f2b57f2be57b394c425a3995e84abdf /Documentation/devicetree
parent7cf347bd20ec8169add381ad23f9fb25c6c076f0 (diff)
mmc: dw_mmc: k3: remove clk_table
Remove clk_table and directly use ios->clock as clock source rate. Abstract init clock rate and max clock limitation in clk.c Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Acked-by: Seungwon Jeon <tgih.jun@samsung.com> Signed-off-by: Chris Ball <chris@printf.net>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt
index d7e2d7f159bb..b8653ea97957 100644
--- a/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt
+++ b/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt
@@ -14,18 +14,6 @@ Required Properties:
14* compatible: should be one of the following. 14* compatible: should be one of the following.
15 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extentions. 15 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extentions.
16 16
17* clock-freq-table: should be the frequency (in Hz) array of the ciu clock
18 in each supported mode.
19 0. CIU clock rate in Hz for DS mode
20 1. CIU clock rate in Hz for MMC HS mode
21 2. CIU clock rate in Hz for SD HS mode
22 3. CIU clock rate in Hz for SDR12 mode
23 4. CIU clock rate in Hz for SDR25 mode
24 5. CIU clock rate in Hz for SDR50 mode
25 6. CIU clock rate in Hz for SDR104 mode
26 7. CIU clock rate in Hz for DDR50 mode
27 8. CIU clock rate in Hz for HS200 mode
28
29Example: 17Example:
30 18
31 /* for Hi3620 */ 19 /* for Hi3620 */
@@ -39,8 +27,6 @@ Example:
39 #size-cells = <0>; 27 #size-cells = <0>;
40 clocks = <&mmc_clock HI3620_SD_CIUCLK>, <&clock HI3620_DDRC_PER_CLK>; 28 clocks = <&mmc_clock HI3620_SD_CIUCLK>, <&clock HI3620_DDRC_PER_CLK>;
41 clock-names = "ciu", "biu"; 29 clock-names = "ciu", "biu";
42 clock-freq-table =
43 <25000000 0 50000000 25000000 50000000 100000000 0 50000000>;
44 }; 30 };
45 31
46 /* Board portion */ 32 /* Board portion */