mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
clk: rockchip: px30: Fix div_core_mask
Change-Id: I985d27841de00ec7e6f9ca3454c0c4c4f8debacb Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
parent
345820113a
commit
401c07e068
|
|
@ -123,7 +123,7 @@ static struct rockchip_cpuclk_rate_table px30_cpuclk_rates[] __initdata = {
|
|||
static const struct rockchip_cpuclk_reg_data px30_cpuclk_data = {
|
||||
.core_reg = PX30_CLKSEL_CON(0),
|
||||
.div_core_shift = 0,
|
||||
.div_core_mask = 0x1f,
|
||||
.div_core_mask = 0xf,
|
||||
.mux_core_alt = 1,
|
||||
.mux_core_main = 0,
|
||||
.mux_core_shift = 7,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user