qcacmn: use distinct I/O remap to access CE register for ipq5018
In ipq5018 CE registers(0x08400000) kept outside WCSS(0x0C000000) block. As both regions are more than 60MB apart, not feasible to allocate single resource which include both. So, using a separate I/O region to access CE registers. Change-Id: I67bb6d5ac82a1c0ed1d3e13f7776f9d69ee19956
This commit is contained in:

committed by
nshrivas

parent
07df8d3deb
commit
c0b1d0ebf0
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015-2018 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2015-2020 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
|
||||
@@ -660,6 +660,7 @@ struct ce_reg_def {
|
||||
uint32_t d_HOST_IE_REG1_CE_LSB;
|
||||
uint32_t d_HOST_IE_REG2_CE_LSB;
|
||||
uint32_t d_HOST_IE_REG3_CE_LSB;
|
||||
uint32_t d_HOST_CE_ADDRESS;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user