diff options
author | Pierre Aubert <p.aubert@staubli.com> | 2013-09-19 17:48:59 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-10-17 09:44:20 +0200 |
commit | 762a88ccf8540948fbf8c31b40a29d1e0684a25b (patch) | |
tree | 88ef2ce631c2f425c2625e8dec9b4c6c17fda3ad /arch/arm/include | |
parent | 262f08d6ea18a62f827b8ccb60f355ca2eaf6e2b (diff) | |
download | u-boot-imx-762a88ccf8540948fbf8c31b40a29d1e0684a25b.zip u-boot-imx-762a88ccf8540948fbf8c31b40a29d1e0684a25b.tar.gz u-boot-imx-762a88ccf8540948fbf8c31b40a29d1e0684a25b.tar.bz2 |
mx6: compute PLL PFD frequencies rather than using defines
Signed-off-by: Pierre Aubert <p.aubert@staubli.com>
CC: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-mx6/crm_regs.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h b/arch/arm/include/asm/arch-mx6/crm_regs.h index 2813593..7202073 100644 --- a/arch/arm/include/asm/arch-mx6/crm_regs.h +++ b/arch/arm/include/asm/arch-mx6/crm_regs.h @@ -890,15 +890,4 @@ struct mxc_ccm_reg { #define BF_ANADIG_PFD_528_PFD0_FRAC(v) \ (((v) << 0) & BM_ANADIG_PFD_528_PFD0_FRAC) -#define PLL2_PFD0_FREQ 352000000 -#define PLL2_PFD1_FREQ 594000000 -#define PLL2_PFD2_FREQ 396000000 -#define PLL2_PFD2_DIV_FREQ 200000000 -#define PLL3_PFD0_FREQ 720000000 -#define PLL3_PFD1_FREQ 540000000 -#define PLL3_PFD2_FREQ 508200000 -#define PLL3_PFD3_FREQ 454700000 -#define PLL3_80M 80000000 -#define PLL3_60M 60000000 - #endif /*__ARCH_ARM_MACH_MX6_CCM_REGS_H__ */ |