From mboxrd@z Thu Jan 1 00:00:00 1970 From: amstan@chromium.org (Alexandru M Stan) Date: Wed, 26 Nov 2014 17:30:26 -0800 Subject: [PATCH v4 1/2] clk: rockchip: add bindings for the mmc clocks In-Reply-To: <1417051827-12564-1-git-send-email-amstan@chromium.org> References: <1417051827-12564-1-git-send-email-amstan@chromium.org> Message-ID: <1417051827-12564-2-git-send-email-amstan@chromium.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org These clocks represent the physical clocks (including phases) and they will later be used for clock phase tuning. Suggested-by: Heiko Stuebner Signed-off-by: Alexandru M Stan --- Changes in v4: None Changes in v3: None Changes in v2: None include/dt-bindings/clock/rk3288-cru.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index 100a08c..b4e9142 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -72,6 +72,16 @@ #define SCLK_HEVC_CABAC 111 #define SCLK_HEVC_CORE 112 +#define SCLK_SDMMC_DRV 113 +#define SCLK_SDIO0_DRV 114 +#define SCLK_SDIO1_DRV 115 +#define SCLK_EMMC_DRV 116 + +#define SCLK_SDMMC_SAMPLE 117 +#define SCLK_SDIO0_SAMPLE 118 +#define SCLK_SDIO1_SAMPLE 119 +#define SCLK_EMMC_SAMPLE 120 + #define DCLK_VOP0 190 #define DCLK_VOP1 191 -- 2.2.0.rc0.207.ga3a616c