x86/apollo_lake: add I2C interfaces to devicetree
The Apollo Lake devicetree is augmented with its 8 I2C interfaces. The default number of dynamic IRQ stubs is increased to deal with these new interfaces having IRQ vector detection at runtime. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
309dfef511
commit
6b5f05fe20
2 changed files with 120 additions and 0 deletions
|
@ -19,6 +19,13 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
config CLFLUSH_DETECT
|
||||
default y if CACHE_FLUSHING
|
||||
|
||||
if DYNAMIC_INTERRUPTS
|
||||
|
||||
config X86_DYNAMIC_IRQ_STUBS
|
||||
default 16
|
||||
|
||||
endif # DYNAMIC_INTERRUPTS
|
||||
|
||||
if UART_NS16550
|
||||
|
||||
config UART_NS16550_PORT_0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue