adc: adc_intel_quark_d2000: Pass 0 for IRQ Priority
The Interrupt Controller on the Quark D2000 doesn't support irq priority to just pass 0 in the for the priority instead of CONFIG_ADC_0_IRQ_PRI. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
240b25e5da
commit
c167789d20
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ DEVICE_AND_API_INIT(adc_quark_d2000_0, CONFIG_ADC_0_NAME,
|
|||
|
||||
static void adc_quark_d2000_config_func_0(struct device *dev)
|
||||
{
|
||||
IRQ_CONNECT(DT_ADC_0_IRQ, CONFIG_ADC_0_IRQ_PRI,
|
||||
IRQ_CONNECT(DT_ADC_0_IRQ, 0,
|
||||
adc_quark_d2000_isr,
|
||||
DEVICE_GET(adc_quark_d2000_0),
|
||||
DT_ADC_0_IRQ_FLAGS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue