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

Commit e9fd36d7 authored by Kaushal Kumar's avatar Kaushal Kumar
Browse files

soc: sdm670: Update SCT table as per new SW/HW config



Update bonus ways and reserved ways for MMU HWT as per
modified SW/HW config.

Change-Id: Ia12b455b2df8cc2a78378700ae6daaf7f07b5569
Signed-off-by: default avatarKaushal Kumar <kaushalk@codeaurora.org>
parent d0c491f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ static struct llcc_slice_config sdm670_data[] = {
	SCT_ENTRY("audio", 6, 6, 512, 1, 0, 0xF, 0x0, 0, 0, 1, 1, 0),
	SCT_ENTRY("modem",  8, 8, 512, 1, 0, 0xF,  0x0, 0, 0, 1, 1, 0),
	SCT_ENTRY("gpu", 12, 12, 384, 1, 1, 0x0, 0x0, 0, 0, 1, 1, 0),
	SCT_ENTRY("mmuhwt", 13, 13, 512, 1, 0, 0x0, 0x8, 0, 0, 1, 0, 1),
	SCT_ENTRY("mmuhwt", 13, 13, 512, 1, 0, 0xF, 0x0, 0, 0, 1, 0, 1),
	SCT_ENTRY("audiohw", 22, 22, 512, 1, 1, 0xF, 0x0, 0, 0, 1, 1, 0),
};