ソースを参照

disp: msm: sde: update sys cache enable

Cache controller version has been renamed on waipio target.
This change removes the version check as it is not necessary to
enable system cache.

Change-Id: I1d2541d3285f054caa31ae7976759048ee91db18
Signed-off-by: Nilaan Gunabalachandran <[email protected]>
Nilaan Gunabalachandran 4 年 前
コミット
97152213d7
1 ファイル変更1 行追加2 行削除
  1. 1 2
      msm/sde/sde_hw_catalog.c

+ 1 - 2
msm/sde/sde_hw_catalog.c

@@ -3492,8 +3492,7 @@ static int sde_cache_parse_dt(struct device_node *np,
 		return 0;
 
 	llcc_node = of_find_node_by_name(NULL, "cache-controller");
-	if (!llcc_node ||
-		(!of_device_is_compatible(llcc_node, "qcom,llcc-v2"))) {
+	if (!llcc_node) {
 		SDE_DEBUG("cache controller missing, will disable img cache\n");
 		return 0;
 	}