Skip to content

Commit 762539d

Browse files
finley1226mmind
authored andcommitted
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 <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent bbbbd24 commit 762539d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/dt-bindings/clock/px30-cru.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585
#define SCLK_EMMC_DIV50 83
8686
#define SCLK_DDRCLK 84
8787
#define SCLK_UART1_SRC 85
88+
#define SCLK_SDMMC_DIV 86
89+
#define SCLK_SDMMC_DIV50 87
8890

8991
/* dclk gates */
9092
#define DCLK_VOPB 150

0 commit comments

Comments
 (0)