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

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

Merge "drivers: llcc: Amended llcc reserved ways on sdxlemur"

parents 7025aee1 c23dc73a
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -50,11 +50,11 @@
	}
	}


static struct llcc_slice_config sdxlemur_data[] =  {
static struct llcc_slice_config sdxlemur_data[] =  {
	SCT_ENTRY(LLCC_MDMHPGRW, 7, 128, 1, 1, 0xF,  0xF, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MDMHPGRW, 7, 128, 1, 1, 0xF,  0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MDMHW,    9, 128, 1, 1, 0xF,  0xF, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MDMHW,    9, 128, 1, 1, 0xF,  0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MDMVPE,  29,  64, 1, 1, 0xF,  0xF, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MDMVPE,  29,  64, 1, 1, 0xF,  0x0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_APTCM,   30, 128, 3, 1, 0xF,  0xF, 1, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_APTCM,   30, 128, 3, 1, 0xF,  0x2, 1, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MDMCLD2, 25, 128, 1, 1, 0xF,  0xF, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MDMCLD2, 25, 128, 1, 1, 0xF,  0x0, 0, 0, 0, 1, 0),
};
};


static int sdxlemur_qcom_llcc_probe(struct platform_device *pdev)
static int sdxlemur_qcom_llcc_probe(struct platform_device *pdev)