Skip to content
Snippets Groups Projects
Commit e8226570 authored by Bo Shen's avatar Bo Shen Committed by Andreas Bießmann
Browse files

arm: atmel: sama5d3: correct the error define of DIV


Correct the error define of DIV.

Signed-off-by: default avatarBo Shen <voice.shen@atmel.com>
Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
parent 7ac2e7c1
No related branches found
No related tags found
No related merge requests found
...@@ -126,8 +126,8 @@ typedef struct at91_pmc { ...@@ -126,8 +126,8 @@ typedef struct at91_pmc {
#define AT91_PMC_MCKR_MDIV_MASK 0x00000300 #define AT91_PMC_MCKR_MDIV_MASK 0x00000300
#endif #endif
#define AT91_PMC_MCKR_PLLADIV_1 0x00001000 #define AT91_PMC_MCKR_PLLADIV_1 0x00000000
#define AT91_PMC_MCKR_PLLADIV_2 0x00002000 #define AT91_PMC_MCKR_PLLADIV_2 0x00001000
#define AT91_PMC_IXR_MOSCS 0x00000001 #define AT91_PMC_IXR_MOSCS 0x00000001
#define AT91_PMC_IXR_LOCKA 0x00000002 #define AT91_PMC_IXR_LOCKA 0x00000002
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment