Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e7a1345 authored by Amir Levy's avatar Amir Levy
Browse files

msm: ipa3: Fixed comment for IPA RAM Map structure



IPA RAM Map is read from DTS as one array, so the appropriate
structure should have exact fields, therefore should have an
accurate documentation.

Change-Id: I2e0d8aad8684d18a71e434624ee6e5d0f804f8dc
CRs-Fixed: 2039458
Acked-by: default avatarDmitry Kogan <dmitryk@qti.qualcomm.com>
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent 16496105
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -1246,7 +1246,9 @@ struct ipa3_plat_drv_res {
 * Order and type of members should not be changed without a suitable change
 * to DTS file or the code that reads it.
 *
 * IPA v3.0 SRAM memory layout:
 * IPA SRAM memory layout:
 * +-------------------------+
 * |    UC MEM               |
 * +-------------------------+
 * |    UC INFO              |
 * +-------------------------+
@@ -1314,10 +1316,14 @@ struct ipa3_plat_drv_res {
 * +-------------------------+
 * |    CANARY               |
 * +-------------------------+
 * |    CANARY               |
 * +-------------------------+
 * |  MODEM MEM              |
 * +-------------------------+
 * |    CANARY               |
 * +-------------------------+
 * |  UC EVENT RING          | From IPA 3.5
 * +-------------------------+
 */
struct ipa3_mem_partition {
	u32 ofst_start;