summaryrefslogtreecommitdiff
path: root/board/st/u8500/dsilink_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/u8500/dsilink_regs.h')
-rw-r--r--board/st/u8500/dsilink_regs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/st/u8500/dsilink_regs.h b/board/st/u8500/dsilink_regs.h
index 69b08718b..f921150f7 100644
--- a/board/st/u8500/dsilink_regs.h
+++ b/board/st/u8500/dsilink_regs.h
@@ -81,6 +81,10 @@
#define DSI_MCTL_MAIN_DATA_CTL_DISP_EOT_GEN_MASK 0x00002000
#define DSI_MCTL_MAIN_DATA_CTL_DISP_EOT_GEN(__x) \
DSI_VAL2REG(DSI_MCTL_MAIN_DATA_CTL, DISP_EOT_GEN, __x)
+#define DSI_MCTL_MAIN_DATA_CTL_DLX_REMAP_EN_SHIFT 14
+#define DSI_MCTL_MAIN_DATA_CTL_DLX_REMAP_EN_MASK 0x00004000
+#define DSI_MCTL_MAIN_DATA_CTL_DLX_REMAP_EN(__x) \
+ DSI_VAL2REG(DSI_MCTL_MAIN_DATA_CTL, DLX_REMAP_EN, __x)
#define DSI_MCTL_MAIN_PHY_CTL 0x00000008
#define DSI_MCTL_MAIN_PHY_CTL_LANE2_EN_SHIFT 0
#define DSI_MCTL_MAIN_PHY_CTL_LANE2_EN_MASK 0x00000001