summaryrefslogtreecommitdiffstats
path: root/include/configs/pm9261.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2013-11-15 11:12:33 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-12-01 22:38:40 +0100
commit7ac2e7c18708c352737fbd34d53ea176ca8173c0 (patch)
treeb9a8d8eee812ca276b421312025c9b1a7caf9d5b /include/configs/pm9261.h
parent184c551b8582fee6b685d513d026b44f558285b5 (diff)
downloadtalos-obmc-uboot-7ac2e7c18708c352737fbd34d53ea176ca8173c0.tar.gz
talos-obmc-uboot-7ac2e7c18708c352737fbd34d53ea176ca8173c0.zip
arm: at91: pm9261: remove undefined bit in mckr
The PLLADIV2 bit is not defined in at91sam9261 SoC, so remove it. Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/pm9261.h')
-rw-r--r--include/configs/pm9261.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h
index fc95cf0bfa..acf6d610e7 100644
--- a/include/configs/pm9261.h
+++ b/include/configs/pm9261.h
@@ -50,15 +50,13 @@
#define CONFIG_SYS_MCKR1_VAL \
(AT91_PMC_MCKR_CSS_SLOW | \
AT91_PMC_MCKR_PRES_1 | \
- AT91_PMC_MCKR_MDIV_2 | \
- AT91_PMC_MCKR_PLLADIV_1)
+ AT91_PMC_MCKR_MDIV_2)
/* PCK/2 = MCK Master Clock from PLLA */
#define CONFIG_SYS_MCKR2_VAL \
(AT91_PMC_MCKR_CSS_PLLA | \
AT91_PMC_MCKR_PRES_1 | \
- AT91_PMC_MCKR_MDIV_2 | \
- AT91_PMC_MCKR_PLLADIV_1)
+ AT91_PMC_MCKR_MDIV_2)
/* define PDC[31:16] as DATA[31:16] */
#define CONFIG_SYS_PIOC_PDR_VAL1 0xFFFF0000
OpenPOWER on IntegriCloud