diff options
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-mx5/imx-regs.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-mx5/imx-regs.h b/arch/arm/include/asm/arch-mx5/imx-regs.h index e83ca2900..fb2c66fa0 100644 --- a/arch/arm/include/asm/arch-mx5/imx-regs.h +++ b/arch/arm/include/asm/arch-mx5/imx-regs.h @@ -235,6 +235,11 @@  /* Assuming 24MHz input clock with doubler ON */  /*                            MFI         PDF */ +#define DP_OP_864	((8 << 4) + ((1 - 1)  << 0)) +#define DP_MFD_864	(180 - 1) /* PL Dither mode */ +#define DP_MFN_864	180 +#define DP_MFN_800_DIT	60 /* PL Dither mode */ +  #define DP_OP_850	((8 << 4) + ((1 - 1)  << 0))  #define DP_MFD_850	(48 - 1)  #define DP_MFN_850	41 |