mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
clk: rockchip: px30: Fix boost mask
Change-Id: I507efe5bf432556a9e603275f03c81a5a8ef96ed Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -65,11 +65,11 @@ struct clk;
|
||||
#define PX30_BOOST_SWITCH_THRESHOLD 0x8024
|
||||
#define PX30_BOOST_FSM_STATUS 0x8028
|
||||
#define PX30_BOOST_PLL_L_CON(x) ((x) * 0x4 + 0x802c)
|
||||
#define PX30_BOOST_RECOVERY_MASK 0x2
|
||||
#define PX30_BOOST_RECOVERY_MASK 0x1
|
||||
#define PX30_BOOST_RECOVERY_SHIFT 1
|
||||
#define PX30_BOOST_SW_CTRL_MASK 0x4
|
||||
#define PX30_BOOST_SW_CTRL_MASK 0x1
|
||||
#define PX30_BOOST_SW_CTRL_SHIFT 2
|
||||
#define PX30_BOOST_LOW_FREQ_EN_MASK 0x8
|
||||
#define PX30_BOOST_LOW_FREQ_EN_MASK 0x1
|
||||
#define PX30_BOOST_LOW_FREQ_EN_SHIFT 3
|
||||
#define PX30_BOOST_BUSY_STATE BIT(8)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user