diff options
| author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-07-12 06:01:33 -0400 |
|---|---|---|
| committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-01-14 04:45:26 -0500 |
| commit | 6c09bb851e572bf45a3418af5f57148a31e33f9b (patch) | |
| tree | 856b8e062eb318bbd981d851de7b7b3a730986d1 /Documentation/devicetree/bindings/mmc | |
| parent | d8c3a392a5a2a7113767e33b53f8af8f5312e323 (diff) | |
mmc: sunxi: Convert MMC driver to the standard clock phase API
Now that we have proper support to use the generic phase API in our clock
driver, switch the MMC driver to use it.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: David Lanzendörfer <david.lanzendoerfer@o2s.ch>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Tested-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc')
| -rw-r--r-- | Documentation/devicetree/bindings/mmc/sunxi-mmc.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/mmc/sunxi-mmc.txt b/Documentation/devicetree/bindings/mmc/sunxi-mmc.txt index 91b3a3467150..4bf41d833804 100644 --- a/Documentation/devicetree/bindings/mmc/sunxi-mmc.txt +++ b/Documentation/devicetree/bindings/mmc/sunxi-mmc.txt | |||
| @@ -10,8 +10,8 @@ Absolute maximum transfer rate is 200MB/s | |||
| 10 | Required properties: | 10 | Required properties: |
| 11 | - compatible : "allwinner,sun4i-a10-mmc" or "allwinner,sun5i-a13-mmc" | 11 | - compatible : "allwinner,sun4i-a10-mmc" or "allwinner,sun5i-a13-mmc" |
| 12 | - reg : mmc controller base registers | 12 | - reg : mmc controller base registers |
| 13 | - clocks : a list with 2 phandle + clock specifier pairs | 13 | - clocks : a list with 4 phandle + clock specifier pairs |
| 14 | - clock-names : must contain "ahb" and "mmc" | 14 | - clock-names : must contain "ahb", "mmc", "output" and "sample" |
| 15 | - interrupts : mmc controller interrupt | 15 | - interrupts : mmc controller interrupt |
| 16 | 16 | ||
| 17 | Optional properties: | 17 | Optional properties: |
| @@ -25,8 +25,8 @@ Examples: | |||
| 25 | mmc0: mmc@01c0f000 { | 25 | mmc0: mmc@01c0f000 { |
| 26 | compatible = "allwinner,sun5i-a13-mmc"; | 26 | compatible = "allwinner,sun5i-a13-mmc"; |
| 27 | reg = <0x01c0f000 0x1000>; | 27 | reg = <0x01c0f000 0x1000>; |
| 28 | clocks = <&ahb_gates 8>, <&mmc0_clk>; | 28 | clocks = <&ahb_gates 8>, <&mmc0_clk>, <&mmc0_output_clk>, <&mmc0_sample_clk>; |
| 29 | clock-names = "ahb", "mod"; | 29 | clock-names = "ahb", "mod", "output", "sample"; |
| 30 | interrupts = <0 32 4>; | 30 | interrupts = <0 32 4>; |
| 31 | status = "disabled"; | 31 | status = "disabled"; |
| 32 | }; | 32 | }; |
