diff options
author | Finley Xiao <finley.xiao@rock-chips.com> | 2019-09-17 10:18:59 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | 2019-11-05 20:53:26 +0100 |
commit | 762539d6999caa1d9a916a4ce72004977b2433cf (patch) | |
tree | bbff532ce5b6a5af2094de5bf262835c0563b40c /include/dt-bindings | |
parent | bbbbd246ee12f5d41aeac3d1b470f7b5b735574c (diff) |
clk: rockchip: Add div50 clock-ids for sdmmc on px30 and nandc
EMMC and SDIO already have these clock-ids (still unused) only sdmmc is
missing them, so fix that.
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20190917081903.25139-1-heiko@sntech.de
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/px30-cru.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/px30-cru.h b/include/dt-bindings/clock/px30-cru.h index 00101479f7c4..5b1416fcde6f 100644 --- a/include/dt-bindings/clock/px30-cru.h +++ b/include/dt-bindings/clock/px30-cru.h @@ -85,6 +85,8 @@ #define SCLK_EMMC_DIV50 83 #define SCLK_DDRCLK 84 #define SCLK_UART1_SRC 85 +#define SCLK_SDMMC_DIV 86 +#define SCLK_SDMMC_DIV50 87 /* dclk gates */ #define DCLK_VOPB 150 |