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

Commit e90aa9ad authored by Neeraj Upadhyay's avatar Neeraj Upadhyay Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: Update slice config table for Lito



Remove write subcache entry for Lito SoC.

Change-Id: I9fdb2ce5d098648f86b4bfae899762feee4ed621
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent c77acc02
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 *
 */

@@ -61,7 +61,6 @@ static struct llcc_slice_config lito_data[] = {
	SCT_ENTRY(LLCC_AUDHW,    22, 1024, 1, 1, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_NPU,      23, 512, 2, 0, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_MODEMVPE, 29, 128, 1, 1, 0xFFF, 0x0, 0, 0, 0, 0, 1, 0),
	SCT_ENTRY(LLCC_WRTCH,    31, 128, 1, 1, 0xFFF, 0x0, 0, 0, 0, 0, 0, 1),
};

static int lito_qcom_llcc_probe(struct platform_device *pdev)