mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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
This commit is contained in:
parent
bbbbd246ee
commit
762539d699
@ -85,6 +85,8 @@
|
|||||||
#define SCLK_EMMC_DIV50 83
|
#define SCLK_EMMC_DIV50 83
|
||||||
#define SCLK_DDRCLK 84
|
#define SCLK_DDRCLK 84
|
||||||
#define SCLK_UART1_SRC 85
|
#define SCLK_UART1_SRC 85
|
||||||
|
#define SCLK_SDMMC_DIV 86
|
||||||
|
#define SCLK_SDMMC_DIV50 87
|
||||||
|
|
||||||
/* dclk gates */
|
/* dclk gates */
|
||||||
#define DCLK_VOPB 150
|
#define DCLK_VOPB 150
|
||||||
|
Loading…
Reference in New Issue
Block a user