diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:45:10 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:45:10 +0200 |
commit | bb272ec8df6e35b7e19ce1237cae28798167a624 (patch) | |
tree | 9e8b05cce8c18296234c7596d6099038ae086485 /include/asm-arm/arch-at91/at91_pmc.h | |
parent | 9833865a2b84ad2bddb54fa9d896f0890be71797 (diff) | |
parent | c3ae126c2cad03f04be36c92dd9437b9ee2385b6 (diff) | |
download | u-boot-bb272ec8df6e35b7e19ce1237cae28798167a624.tar.gz |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include/asm-arm/arch-at91/at91_pmc.h')
-rw-r--r-- | include/asm-arm/arch-at91/at91_pmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91/at91_pmc.h b/include/asm-arm/arch-at91/at91_pmc.h index a82955c1bf..9fe94c7e4c 100644 --- a/include/asm-arm/arch-at91/at91_pmc.h +++ b/include/asm-arm/arch-at91/at91_pmc.h @@ -89,6 +89,7 @@ #define AT91SAM9_PMC_MDIV_1 (0 << 8) /* [SAM9,CAP9 only] */ #define AT91SAM9_PMC_MDIV_2 (1 << 8) #define AT91SAM9_PMC_MDIV_4 (2 << 8) +#define AT91SAM9_PMC_MDIV_3 (3 << 8) /* [some SAM9 only] */ #define AT91SAM9_PMC_MDIV_6 (3 << 8) #define AT91_PMC_PDIV (1 << 12) /* Processor Clock Division [some SAM9 only] */ #define AT91_PMC_PDIV_1 (0 << 12) |