diff options
author | Wen He <wen.he_1@nxp.com> | 2019-11-18 13:26:09 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2019-12-26 16:00:20 +0530 |
commit | f76d88b06062febf4ede375f92d68984e7f60f1f (patch) | |
tree | d4c19109705df18ae5f2d77e6f4a1fd12ead7350 /include/configs | |
parent | 7bd1e7b7d1004367762cf595c2de1ed2f08cd0d0 (diff) |
armv8: ls1028ardb: enable DisplayPort Power support
Enable DP_PWR signal to power the DP to HDMI converter cable.
Signed-off-by: Wen He <wen.he_1@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ls1028a_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <asm/fsl_secure_boot.h> #endif |