diff options
author | Wolfgang Denk <wd@denx.de> | 2009-10-24 22:25:08 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-24 22:25:08 +0200 |
commit | 4ee63268152594bb7af6bec2b59d53bba68082bf (patch) | |
tree | 9232060ebf7ec2aff40f007cbf099e9a58a8a96a /include/ppc440.h | |
parent | 62506ae1401c69f208b6aed1111ac57d820c06a0 (diff) | |
parent | cfc25874624a328f53ad59b1206e2103f2e62d74 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'include/ppc440.h')
-rw-r--r-- | include/ppc440.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/ppc440.h b/include/ppc440.h index fe0db93b51..e54a977dc1 100644 --- a/include/ppc440.h +++ b/include/ppc440.h @@ -1701,9 +1701,14 @@ #define PLLSYS1_NTO1_MASK 0x00000001 /* CPU:PLB N-to-1 ratio */ #endif /* CONFIG_440GX */ -#if defined (CONFIG_440EPX) || defined (CONFIG_440GRX) +#if defined(CONFIG_440EP) || defined(CONFIG_440GR) || \ + defined(CONFIG_440EPX) || defined(CONFIG_440GRX) #define CPR0_ICFG_RLI_MASK 0x80000000 #define CPR0_SPCID_SPCIDV0_MASK 0x03000000 +#define CPR0_SPCID_SPCIDV0_DIV1 0x01000000 +#define CPR0_SPCID_SPCIDV0_DIV2 0x02000000 +#define CPR0_SPCID_SPCIDV0_DIV3 0x03000000 +#define CPR0_SPCID_SPCIDV0_DIV4 0x00000000 #define CPR0_PERD_PERDV0_MASK 0x07000000 #endif |