summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/mediatek/mt8188/include/soc/ddp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8188/include/soc/ddp.h b/src/soc/mediatek/mt8188/include/soc/ddp.h
index 475485eb623b..da14a2c4e7d8 100644
--- a/src/soc/mediatek/mt8188/include/soc/ddp.h
+++ b/src/soc/mediatek/mt8188/include/soc/ddp.h
@@ -283,7 +283,8 @@ enum {
};
enum disp_path_sel {
- DISP_PATH_EDP = 0,
+ DISP_PATH_NONE = 0,
+ DISP_PATH_EDP,
DISP_PATH_MIPI,
};