summaryrefslogtreecommitdiff
path: root/include/configs/ls1028a_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-03 09:48:47 -0500
committerTom Rini <trini@konsulko.com>2020-01-03 09:48:47 -0500
commit8fbbec12f7d2c18f8883f3371cfca74a98b5dd87 (patch)
treea0e6f0bd143fa9baefe2c927b7fe089ebe8d51d7 /include/configs/ls1028a_common.h
parent87f69f467a8335b171c71bf217d2625d515acd7c (diff)
parent63618e71e89b3fc669d56bcb4389e70a6b3a4ea8 (diff)
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq into next
- updates and fixes on ls1028a, lx2, ls1046a, MC-DPSPARSER support
Diffstat (limited to 'include/configs/ls1028a_common.h')
-rw-r--r--include/configs/ls1028a_common.h3
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