mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
mfd: rk808: init CLK32KOUT func for rk818
Change-Id: I1e5c261233c08dcbae29a543029fe6455044b9a4 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
parent
f976947cbc
commit
4e4c56833d
|
|
@ -565,6 +565,7 @@ static const struct rk808_reg_data rk818_pre_init_reg[] = {
|
|||
{ RK818_SLEEP_SET_OFF_REG1, OTG_SLP_SET_MASK, OTG_SLP_SET_OFF },
|
||||
{ RK818_BUCK4_CONFIG_REG, BUCK_ILMIN_MASK, BUCK_ILMIN_250MA },
|
||||
{ RK808_RTC_CTRL_REG, RTC_STOP, RTC_STOP},
|
||||
{RK808_CLK32OUT_REG, CLK32KOUT2_FUNC_MASK, CLK32KOUT2_FUNC},
|
||||
};
|
||||
|
||||
static struct rk808_reg_data rk818_suspend_reg[] = {
|
||||
|
|
|
|||
|
|
@ -347,6 +347,8 @@ enum rk805_reg {
|
|||
|
||||
#define VOUT_LO_INT BIT(0)
|
||||
#define CLK32KOUT2_EN BIT(0)
|
||||
#define CLK32KOUT2_FUNC (0 << 1)
|
||||
#define CLK32KOUT2_FUNC_MASK BIT(1)
|
||||
#define H5V_EN_MASK BIT(0)
|
||||
#define H5V_EN_ENABLE BIT(0)
|
||||
#define REF_RDY_CTRL_MASK BIT(1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user