drivers/clock: Add clock drivers of it51xxx
Add clock drivers for ITE it51xxx series. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
parent
f67c2a3d33
commit
df56c85e94
8 changed files with 291 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
struct ite_clk_cfg {
|
||||
uint8_t ctrl;
|
||||
uint8_t bits;
|
||||
};
|
||||
|
||||
#ifdef CONFIG_HAS_ITE_INTC
|
||||
/*
|
||||
* Save current interrupt state of soc-level into ier_setting[] with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue