intc: intc_cavs: Replace DT_CAVS_ICTL_BASE_ADDR with new macros
Replace various drivers and soc code that use DT_CAVS_ICTL_BASE_ADDR with DT_REG_ADDR(DT_NODELABEL(cavs0)). Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
492fbf7bba
commit
e53ddb5037
3 changed files with 4 additions and 4 deletions
|
@ -172,7 +172,7 @@ void smp_timer_init(void)
|
|||
* FIXME: Done in this way because we don't have an API
|
||||
* to enable interrupts per CPU.
|
||||
*/
|
||||
sys_set_bit(DT_CAVS_ICTL_BASE_ADDR
|
||||
sys_set_bit(DT_REG_ADDR(DT_NODELABEL(cavs0))
|
||||
+ CAVS_ICTL_INT_CPU_OFFSET(arch_curr_cpu()->id)
|
||||
+ 0x04,
|
||||
22 + TIMER);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue