bugfix(i2s): remove_i2s_bbpll_clk_enable

* In the latest version, i2c_bbpll is turned on by PHY by default. Configuring the register again may affect the bbpll state.

* Model sleep does not affect the I2S clock. I2S cannot be used under light sleep.
This commit is contained in:
xiongyu
2020-04-28 17:02:57 +08:00
parent a6fb921b38
commit b2dd2d7c6d
2 changed files with 2 additions and 29 deletions

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef _SLC_REGISTER_H_
#define _SLC_REGISTER_H_
#ifndef _I2S_REGISTER_H_
#define _I2S_REGISTER_H_
#include "eagle_soc.h"