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

Commit 52d3187a authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "llcc: Update SCT table entries for sdmmagpie"

parents 1e40e6c3 6c164486
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -58,10 +58,10 @@

static struct llcc_slice_config sdmmagpie_data[] =  {
	SCT_ENTRY("cpuss",       1,  1, 512, 1, 0, 0xF, 0x0, 0, 0, 0, 1, 1),
	SCT_ENTRY("modem",       8,  8, 512, 1, 0, 0xF, 0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY("modemhw",     9,  9, 512, 1, 0, 0xF, 0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY("gpuhtw",     11, 11, 128, 0, 1, 0xF, 0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY("gpu",        12, 12, 384, 0, 1, 0xF, 0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY("modem",       8,  8, 512, 0, 0, 0xF, 0x0, 0, 0, 0, 1, 0),
	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),
};

static int sdmmagpie_qcom_llcc_probe(struct platform_device *pdev)