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

Commit 9b3d0764 authored by Mayank Grover's avatar Mayank Grover Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: Update SCT table for Lagoon



Change to updated SCT table
 - Add support for modem_vpe.
 - Update SCID allocations as per configuration spec.

Change-Id: Ib6e7acb303e7cf287597b3b57d498e3720a1c44e
Signed-off-by: default avatarMayank Grover <groverm@codeaurora.org>
parent 82e0a0f5
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -52,11 +52,12 @@

static struct llcc_slice_config lagoon_data[] =  {
	SCT_ENTRY(LLCC_CPUSS,    1,  768, 1, 0, 0xFFF, 0x0, 0, 0, 0, 0, 1, 1),
	SCT_ENTRY(LLCC_MDM,      8, 256, 2, 0, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MDM,      8,  512, 2, 0, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_GPUHTW,   11, 256, 1, 0, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_GPU,      12, 256, 1, 0, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MDMPNG,   21, 768, 1, 1, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_GPU,      12, 512, 1, 0, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MDMPNG,   21, 768, 0, 1, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_NPU,      23, 768, 1, 0, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MODEMVPE, 29,  64, 1, 1, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
};

static int lagoon_qcom_llcc_probe(struct platform_device *pdev)