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

Commit 5c76adbb authored by Mayank Grover's avatar Mayank Grover
Browse files

drivers: soc: qcom: Update atoll SCT entry for modem SS



Update atoll sct entry for modem Subsystem, to make it align
with recommendation from hardware team.

Change-Id: I3396bc49c4a2af5caf5abca998ab407883af05a3
Signed-off-by: default avatarMayank Grover <groverm@codeaurora.org>
parent 5431ddf1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@

static struct llcc_slice_config atoll_data[] =  {
	SCT_ENTRY("cpuss",       1, 1, 256, 1, 0, 0xF, 0x0, 0, 0, 0, 1, 1),
	SCT_ENTRY("modem",       8, 8, 256, 0, 0, 0xF, 0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY("modem",       8, 8, 128, 1, 0, 0xF, 0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY("gpuhtw",      11, 11, 128, 1, 0, 0xF, 0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY("gpu",         12, 12, 128, 1, 0, 0xF, 0x0, 0, 0, 0, 1, 0),
};