diff options
author | Alexandru M Stan <amstan@chromium.org> | 2014-11-26 20:30:26 -0500 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-11-27 18:40:53 -0500 |
commit | c1c9f2cced4e3ba22b3fc25603dd3bd2ec7dc173 (patch) | |
tree | 0995e5a9525403a4df9ddf1d4373e36743fcf9a1 | |
parent | 6d288b169bdfbed28d308b077af3d9196025cd8b (diff) |
clk: rockchip: add bindings for the mmc clocks
These clocks represent the physical clocks (including phases) and they will
later be used for clock phase tuning.
Suggested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Alexandru M Stan <amstan@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | include/dt-bindings/clock/rk3288-cru.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index edf011039b07..f60ce72a2b2c 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h | |||
@@ -72,6 +72,14 @@ | |||
72 | #define SCLK_HEVC_CABAC 111 | 72 | #define SCLK_HEVC_CABAC 111 |
73 | #define SCLK_HEVC_CORE 112 | 73 | #define SCLK_HEVC_CORE 112 |
74 | #define SCLK_I2S0_OUT 113 | 74 | #define SCLK_I2S0_OUT 113 |
75 | #define SCLK_SDMMC_DRV 114 | ||
76 | #define SCLK_SDIO0_DRV 115 | ||
77 | #define SCLK_SDIO1_DRV 116 | ||
78 | #define SCLK_EMMC_DRV 117 | ||
79 | #define SCLK_SDMMC_SAMPLE 118 | ||
80 | #define SCLK_SDIO0_SAMPLE 119 | ||
81 | #define SCLK_SDIO1_SAMPLE 120 | ||
82 | #define SCLK_EMMC_SAMPLE 121 | ||
75 | 83 | ||
76 | #define DCLK_VOP0 190 | 84 | #define DCLK_VOP0 190 |
77 | #define DCLK_VOP1 191 | 85 | #define DCLK_VOP1 191 |