mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
clk: rockchip: rk3568: export PCLK_EDPPHY_GRF clock id
Change-Id: Ic16fbe5ab6831d7797d417bfce75d9a3c3964fe4 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -1463,6 +1463,8 @@ static struct rockchip_clk_branch rk3568_clk_branches[] __initdata = {
|
||||
RK3568_CLKGATE_CON(34), 12, GFLAGS),
|
||||
GATE(PCLK_OTPPHY, "pclk_otpphy", "pclk_top", 0,
|
||||
RK3568_CLKGATE_CON(34), 13, GFLAGS),
|
||||
GATE(PCLK_EDPPHY_GRF, "pclk_edpphy_grf", "pclk_top", 0,
|
||||
RK3568_CLKGATE_CON(34), 14, GFLAGS),
|
||||
};
|
||||
|
||||
static struct rockchip_clk_branch rk3568_clk_pmu_branches[] __initdata = {
|
||||
|
||||
@@ -460,8 +460,9 @@
|
||||
#define SCLK_SDMMC2_SAMPLE 399
|
||||
#define SCLK_EMMC_DRV 400
|
||||
#define SCLK_EMMC_SAMPLE 401
|
||||
#define PCLK_EDPPHY_GRF 402
|
||||
|
||||
#define CLK_NR_CLKS (SCLK_EMMC_SAMPLE + 1)
|
||||
#define CLK_NR_CLKS (PCLK_EDPPHY_GRF + 1)
|
||||
|
||||
/* pmu soft-reset indices */
|
||||
/* pmucru_softrst_con0 */
|
||||
|
||||
Reference in New Issue
Block a user