aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/parade/ps8640/ps8640.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/parade/ps8640/ps8640.h')
-rw-r--r--src/drivers/parade/ps8640/ps8640.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/parade/ps8640/ps8640.h b/src/drivers/parade/ps8640/ps8640.h
index f7b40061f0..4540122420 100644
--- a/src/drivers/parade/ps8640/ps8640.h
+++ b/src/drivers/parade/ps8640/ps8640.h
@@ -26,6 +26,9 @@ enum {
PS_GPIO9 = BIT(1),
I2C_BYPASS_EN = BIT(7),
+ PAGE2_MCS_EN = 0xf3,
+ MCS_EN_SHIFT = 0,
+ MCS_EN_MASK = 0x1,
PAGE3_SET_ADD = 0xfe,
PAGE3_SET_VAL = 0xff,
VDO_CTL_ADD = 0x13,