[U-Boot] [RFC PATCH 4/7] arm: atmel: sama5: correct the error define of DIV
Bo Shen
voice.shen at atmel.com
Wed Oct 30 10:15:04 CET 2013
Correct the error define of DIV.
Signed-off-by: Bo Shen <voice.shen at atmel.com>
---
arch/arm/include/asm/arch-at91/at91_pmc.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/include/asm/arch-at91/at91_pmc.h b/arch/arm/include/asm/arch-at91/at91_pmc.h
index 0d82960..c063213 100644
--- a/arch/arm/include/asm/arch-at91/at91_pmc.h
+++ b/arch/arm/include/asm/arch-at91/at91_pmc.h
@@ -128,8 +128,8 @@ typedef struct at91_pmc {
#define AT91_PMC_MCKR_MDIV_MASK 0x00000300
#endif
-#define AT91_PMC_MCKR_PLLADIV_1 0x00001000
-#define AT91_PMC_MCKR_PLLADIV_2 0x00002000
+#define AT91_PMC_MCKR_PLLADIV_1 0x00000000
+#define AT91_PMC_MCKR_PLLADIV_2 0x00001000
#define AT91_PMC_IXR_MOSCS 0x00000001
#define AT91_PMC_IXR_LOCKA 0x00000002
--
1.7.9.5
More information about the U-Boot
mailing list