Skip to content

Commit 25b4c02

Browse files
finley1226rkhuangtao
authored andcommitted
clk: rockchip: rk3066a: Fix sclk_smc
Change-Id: I7644465c572758a5237396f47600fbf60ed8835c Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
1 parent 989b63d commit 25b4c02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/clk/rockchip/clk-rk3188.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ static struct rockchip_clk_branch common_clk_branches[] __initdata = {
388388
* Clock-Architecture Diagram 4
389389
*/
390390

391-
GATE(SCLK_SMC, "sclk_smc", "hclk_peri",
392-
RK2928_CLKGATE_CON(2), 4, 0, GFLAGS),
391+
GATE(SCLK_SMC, "sclk_smc", "hclk_peri", 0,
392+
RK2928_CLKGATE_CON(2), 4, GFLAGS),
393393

394394
COMPOSITE_NOMUX(SCLK_SPI0, "sclk_spi0", "pclk_peri", 0,
395395
RK2928_CLKSEL_CON(25), 0, 7, DFLAGS,

0 commit comments

Comments
 (0)