From f76d88b06062febf4ede375f92d68984e7f60f1f Mon Sep 17 00:00:00 2001 From: Wen He Date: Mon, 18 Nov 2019 13:26:09 +0800 Subject: armv8: ls1028ardb: enable DisplayPort Power support Enable DP_PWR signal to power the DP to HDMI converter cable. Signed-off-by: Wen He Signed-off-by: Priyanka Jain --- include/configs/ls1028a_common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h index 4bd510d42e..05b8cf00ee 100644 --- a/include/configs/ls1028a_common.h +++ b/include/configs/ls1028a_common.h @@ -210,6 +210,9 @@ #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5 +/* DisplayPort */ +#define DP_PWD_EN_DEFAULT_MASK 0x8 + #ifdef CONFIG_NXP_ESBC #include #endif -- cgit