diff options
author | Terry Lv <r65388@freescale.com> | 2011-01-05 17:03:28 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2011-01-07 15:32:24 +0800 |
commit | 1fa596e19e8ea43414d88835726b98fb90ffc877 (patch) | |
tree | b0b4b5186471cee0572d6d6342d5a962206c804f /include | |
parent | 5d92b32e22a49b32a35b5d456c8d38af04f53422 (diff) | |
download | u-boot-imx-1fa596e19e8ea43414d88835726b98fb90ffc877.zip u-boot-imx-1fa596e19e8ea43414d88835726b98fb90ffc877.tar.gz u-boot-imx-1fa596e19e8ea43414d88835726b98fb90ffc877.tar.bz2 |
ENGR00137604: Change PLL4 to 455MHz for mx53
Required by display to set ldb.
We need to set PLL4 to 455MHz.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-mx53/mx53.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mx53/mx53.h b/include/asm-arm/arch-mx53/mx53.h index 1a59998..39babf9 100644 --- a/include/asm-arm/arch-mx53/mx53.h +++ b/include/asm-arm/arch-mx53/mx53.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -374,6 +374,10 @@ #define DP_MFD_532 (24 - 1) #define DP_MFN_532 13 +#define DP_OP_455 ((8 << 4) + ((2 - 1) << 0)) +#define DP_MFD_455 (48 - 1) +#define DP_MFN_455 71 + #define DP_OP_400 ((8 << 4) + ((2 - 1) << 0)) #define DP_MFD_400 (3 - 1) #define DP_MFN_400 1 |