mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
rk3066b: fix gpu src select bit
This commit is contained in:
@@ -1282,7 +1282,7 @@ static struct clk clk_gpu = {
|
||||
.clksel_con = CRU_CLKSELS_CON(33),
|
||||
.gate_idx = CLK_GATE_CLK_GPU,
|
||||
CRU_DIV_SET(0x1f, 0, 32),
|
||||
CRU_SRC_SET(0x1, 8),
|
||||
CRU_SRC_SET(0x1, 7),
|
||||
CRU_PARENTS_SET(gpu_parents),
|
||||
};
|
||||
#ifdef ARCH_RK31
|
||||
|
||||
Reference in New Issue
Block a user