Skip to content

Commit 234afe2

Browse files
GTLin08nashif
authored andcommitted
ITE: soc: it8xxx2: export PLL control routine to the head file
Export the PLL control routine to the head file for hibernate mode accessing. Signed-off-by: Tim Lin <[email protected]>
1 parent c09dfb3 commit 234afe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

soc/riscv/riscv-ite/common/soc_common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ extern void ite_intc_isr_clear(unsigned int irq);
9292
void timer_5ms_one_shot(void);
9393
#endif
9494

95+
void chip_pll_ctrl(enum chip_pll_mode mode);
96+
9597
#endif /* !_ASMLANGUAGE */
9698

9799
#endif /* __SOC_COMMON_H_ */

0 commit comments

Comments
 (0)