From: Bo Shen Date: Fri, 15 Nov 2013 03:12:34 +0000 (+0800) Subject: arm: atmel: sama5d3: correct the error define of DIV X-Git-Tag: v2014.01-rc2~42^2~16^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e82265701f2972c7eb0e8742db973130bc99fd9c;p=platform%2Fkernel%2Fu-boot.git arm: atmel: sama5d3: correct the error define of DIV Correct the error define of DIV. Signed-off-by: Bo Shen Signed-off-by: Andreas Bießmann --- diff --git a/arch/arm/include/asm/arch-at91/at91_pmc.h b/arch/arm/include/asm/arch-at91/at91_pmc.h index a24971a..90a871c 100644 --- a/arch/arm/include/asm/arch-at91/at91_pmc.h +++ b/arch/arm/include/asm/arch-at91/at91_pmc.h @@ -126,8 +126,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