qcacmn: Add changes to move ioremap outside interrupt context
Add changes to move ioremap of PMM SCRATCH register outside interrupt context, as ioremap in interrupt context in not valid. Change-Id: I0fa645c55e10a5241011a1f4ffdccdca48c50d29 CRs-Fixed: 3371194
This commit is contained in:

committed by
Madan Koyyalamudi

parent
6414ec0d33
commit
f75a30225c
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2015-2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. 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
|
||||
@@ -665,6 +665,7 @@ struct ce_reg_def {
|
||||
uint32_t d_HOST_IE_REG3_CE_LSB;
|
||||
uint32_t d_HOST_CE_ADDRESS;
|
||||
uint32_t d_HOST_CMEM_ADDRESS;
|
||||
uint32_t d_PMM_SCRATCH_BASE;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user