summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tqs.de>2013-09-11 15:30:14 +0200
committerStefano Babic <sbabic@denx.de>2013-09-20 17:55:35 +0200
commitb4c927b33d520102deb19c318986695a8b19b467 (patch)
tree3d7699a455e87ccf79c4c6391f10d950ef6e4370 /arch/arm
parentf62cd00d3d92aee6bd3adeb1db2423500c012185 (diff)
downloadtalos-obmc-uboot-b4c927b33d520102deb19c318986695a8b19b467.tar.gz
talos-obmc-uboot-b4c927b33d520102deb19c318986695a8b19b467.zip
ARM: arch-mx6: fix PLL2_PFD2_FREQ
according to the manual frequency of PLL2 PFD2 is 396.000.000 instead of 400.000.000 Signed-off-by: Markus Niebel <Markus.Niebel@tqs.de> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/include/asm/arch-mx6/crm_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h b/arch/arm/include/asm/arch-mx6/crm_regs.h
index 74aefe60f4..2813593e25 100644
--- a/arch/arm/include/asm/arch-mx6/crm_regs.h
+++ b/arch/arm/include/asm/arch-mx6/crm_regs.h
@@ -892,7 +892,7 @@ struct mxc_ccm_reg {
#define PLL2_PFD0_FREQ 352000000
#define PLL2_PFD1_FREQ 594000000
-#define PLL2_PFD2_FREQ 400000000
+#define PLL2_PFD2_FREQ 396000000
#define PLL2_PFD2_DIV_FREQ 200000000
#define PLL3_PFD0_FREQ 720000000
#define PLL3_PFD1_FREQ 540000000
OpenPOWER on IntegriCloud