diff options
author | Lily Zhang <r58066@freescale.com> | 2011-09-23 20:36:23 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2011-09-23 21:04:43 +0800 |
commit | aae7b1d7215fc2cc5c5ecc9f1ace637cff56425f (patch) | |
tree | 351efa2a65387197957b87e765c5db1c6e91968a /board | |
parent | 0ff764f10e14df31e80cb4d6cc3766e8e7813384 (diff) | |
download | u-boot-imx-aae7b1d7215fc2cc5c5ecc9f1ace637cff56425f.zip u-boot-imx-aae7b1d7215fc2cc5c5ecc9f1ace637cff56425f.tar.gz u-boot-imx-aae7b1d7215fc2cc5c5ecc9f1ace637cff56425f.tar.bz2 |
ENGR00157538 remove VDIG_PLL setting in plug-in code
According to the datasheet, VDIG_PLL needs to be increased
to 1.3v for TO2.0. This operation has been done in the
low_level_init.S. Remove the duplicated code here.
Signed-off-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx53_ard/flash_header.S | 5 | ||||
-rw-r--r-- | board/freescale/mx53_evk/flash_header.S | 5 | ||||
-rw-r--r-- | board/freescale/mx53_loco/flash_header.S | 5 | ||||
-rw-r--r-- | board/freescale/mx53_smd/flash_header.S | 5 |
4 files changed, 0 insertions, 20 deletions
diff --git a/board/freescale/mx53_ard/flash_header.S b/board/freescale/mx53_ard/flash_header.S index a85870c..ccb1019 100644 --- a/board/freescale/mx53_ard/flash_header.S +++ b/board/freescale/mx53_ard/flash_header.S @@ -208,11 +208,6 @@ plugin_start: REG_LD_AND_STR_END(ESDCTL_BASE_ADDR) #endif - /* For TO2 only, increase LD0 for VDIG_PLL to 1.3V */ - REG_LD_AND_STR_INIT(IOMUXC_BASE_ADDR) - REG_LD_AND_STR_OP(52, 0x4, 0x00194005) - REG_LD_AND_STR_END(IOMUXC_BASE_ADDR) - /* * The following is to fill in those arguments for this ROM function * pu_irom_hwcnfg_setup(void **start, size_t *bytes, const void *boot_data) diff --git a/board/freescale/mx53_evk/flash_header.S b/board/freescale/mx53_evk/flash_header.S index 5a8c2e2..6cadf3f 100644 --- a/board/freescale/mx53_evk/flash_header.S +++ b/board/freescale/mx53_evk/flash_header.S @@ -147,11 +147,6 @@ plugin_start: REG_LD_AND_STR_OP(64, 0x040, 0x04b80003) REG_LD_AND_STR_END(ESDCTL_BASE_ADDR) - /* For TO2 only, increase LD0 for VDIG_PLL to 1.3V */ - REG_LD_AND_STR_INIT(IOMUXC_BASE_ADDR) - REG_LD_AND_STR_OP(52, 0x4, 0x00194005) - REG_LD_AND_STR_END(IOMUXC_BASE_ADDR) - /* * The following is to fill in those arguments for this ROM function * pu_irom_hwcnfg_setup(void **start, size_t *bytes, const void *boot_data) diff --git a/board/freescale/mx53_loco/flash_header.S b/board/freescale/mx53_loco/flash_header.S index 16adb99..5a9dc0f 100644 --- a/board/freescale/mx53_loco/flash_header.S +++ b/board/freescale/mx53_loco/flash_header.S @@ -134,11 +134,6 @@ plugin_start: REG_LD_AND_STR_OP(51, 0x01C, 0x00000000) REG_LD_AND_STR_END(ESDCTL_BASE_ADDR) - /* For TO2 only, increase LD0 for VDIG_PLL to 1.3V */ - REG_LD_AND_STR_INIT(IOMUXC_BASE_ADDR) - REG_LD_AND_STR_OP(52, 0x4, 0x00194005) - REG_LD_AND_STR_END(IOMUXC_BASE_ADDR) - /* * The following is to fill in those arguments for this ROM function * pu_irom_hwcnfg_setup(void **start, size_t *bytes, const void *boot_data) diff --git a/board/freescale/mx53_smd/flash_header.S b/board/freescale/mx53_smd/flash_header.S index 1dc22a2..0411f1b 100644 --- a/board/freescale/mx53_smd/flash_header.S +++ b/board/freescale/mx53_smd/flash_header.S @@ -134,11 +134,6 @@ plugin_start: REG_LD_AND_STR_OP(51, 0x01C, 0x00000000) REG_LD_AND_STR_END(ESDCTL_BASE_ADDR) - /* For TO2 only, increase LD0 for VDIG_PLL to 1.3V */ - REG_LD_AND_STR_INIT(IOMUXC_BASE_ADDR) - REG_LD_AND_STR_OP(52, 0x4, 0x00194005) - REG_LD_AND_STR_END(IOMUXC_BASE_ADDR) - /* * The following is to fill in those arguments for this ROM function * pu_irom_hwcnfg_setup(void **start, size_t *bytes, const void *boot_data) |