mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
clk: rockchip: px30: Add pclk for cif and isp
Change-Id: Ied25f2c6746e7cc233c4c22436f45ba82900631a Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
parent
f37ae45b20
commit
38cd02b946
|
|
@ -424,6 +424,10 @@ static struct rockchip_clk_branch px30_clk_branches[] __initdata = {
|
|||
COMPOSITE(SCLK_CIF_OUT, "clk_cif_out", mux_cif_out_p, 0,
|
||||
PX30_CLKSEL_CON(13), 6, 2, MFLAGS, 0, 6, DFLAGS,
|
||||
PX30_CLKGATE_CON(4), 11, GFLAGS),
|
||||
GATE(PCLK_ISP, "pclkin_isp", "ext_pclkin", 0,
|
||||
PX30_CLKGATE_CON(4), 13, GFLAGS),
|
||||
GATE(PCLK_CIF, "pclkin_cif", "ext_pclkin", 0,
|
||||
PX30_CLKGATE_CON(4), 14, GFLAGS),
|
||||
|
||||
/*
|
||||
* Clock-Architecture Diagram 6
|
||||
|
|
|
|||
|
|
@ -178,8 +178,10 @@
|
|||
#define PCLK_GPIO1 348
|
||||
#define PCLK_GPIO2 349
|
||||
#define PCLK_GPIO3 350
|
||||
#define PCLK_ISP 351
|
||||
#define PCLK_CIF 352
|
||||
|
||||
#define CLK_NR_CLKS (PCLK_GPIO3 + 1)
|
||||
#define CLK_NR_CLKS (PCLK_CIF + 1)
|
||||
|
||||
/* pmu-clocks indices */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user