mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-19 01:03:27 +08:00
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>
This commit is contained in:
parent
184c551b85
commit
7ac2e7c187
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user