qcacmn: Trigger IRQ on Peregrine/swift by setting IRQ Bit of LF_TIMER 0

Set Interrupt bit of LF_TIMER 0 to induce interrupt on swift/peregrine

Change-Id: I8a3941262dd7a4b19f8734b4017c9293fbb1b981
This commit is contained in:
Sathyanarayanan Esakkiappan
2018-09-06 12:43:36 +05:30
committed by nshrivas
parent f9cf9461fd
commit fa1ddd5447
10 changed files with 71 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-2017 The Linux Foundation. All rights reserved.
* Copyright (c) 2015-2018 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -231,6 +231,7 @@ struct targetdef_s {
uint32_t d_CPU_INTR_ADDRESS;
uint32_t d_SOC_LF_TIMER_CONTROL0_ADDRESS;
uint32_t d_SOC_LF_TIMER_CONTROL0_ENABLE_MASK;
uint32_t d_SOC_LF_TIMER_STATUS0_ADDRESS;
/* chip id start */
uint32_t d_SI_CONFIG_ERR_INT_MASK;