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

Commit 15677eba authored by Jitendra Sharma's avatar Jitendra Sharma
Browse files

llcc: Update SCT table entries for sdmmagpie



Update llcc SCT table entries to add entries for
NPU client.

Change-Id: Ibda79badac9274eb91dd6ae7bb172eec61e171cd
Signed-off-by: default avatarJitendra Sharma <shajit@codeaurora.org>
parent 1cef27dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ static struct llcc_slice_config sdmmagpie_data[] = {
	SCT_ENTRY("modemhw",     9,  9, 512, 0, 0, 0xF, 0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY("gpuhtw",     11, 11, 256, 1, 1, 0xF, 0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY("gpu",        12, 12, 256, 1, 1, 0xF, 0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY("npu",        23, 23, 512, 1, 0, 0xF, 0x0, 0, 0, 0, 1, 0),
};

static int sdmmagpie_qcom_llcc_probe(struct platform_device *pdev)