fix S3 bbpll calibrate fail bug in high temperature

This commit is contained in:
sly
2021-07-21 16:58:04 +08:00
committed by chaijie
parent 7e1b3f401f
commit 117c30e835
2 changed files with 9 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
#define I2C_MST_ANA_CONF0_REG 0x6000E040
#define I2C_MST_BBPLL_STOP_FORCE_HIGH (BIT(2))
#define I2C_MST_BBPLL_STOP_FORCE_LOW (BIT(3))
#define I2C_MST_BBPLL_CAL_DONE (BIT(24))
#define ANA_CONFIG_REG 0x6000E044
#define ANA_CONFIG_S (8)