Skip to content
Snippets Groups Projects
Commit 0971f49e authored by Troy Kisky's avatar Troy Kisky
Browse files

arch-mx5: imx-regs: add define for DP_CTL_455

parent 367d78fb
No related branches found
No related tags found
No related merge requests found
......@@ -309,9 +309,10 @@
#define DP_MFN_400 1
#define DP_CTL_400 (0x1220 | DP_CTL_RESTART)
#define DP_OP_455 ((9 << 4) + ((2 - 1) << 0))
#define DP_OP_455 MAKE_OP(9, 2)
#define DP_MFD_455 (48 - 1)
#define DP_MFN_455 23
#define DP_CTL_455 (0x1220 | DP_CTL_RESTART | DP_CTL_BRMO)
#if 0
/* Too low, output must be 300 - 800 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment