diff options
author | Bryan Wu <bryan.wu@analog.com> | 2007-05-21 06:09:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-21 12:50:23 -0400 |
commit | 19381f024b01413d83cec1655c3fc4c9c09ae274 (patch) | |
tree | 4ba1d63900e031c97130638c2d678aaf15c3d37e /include/asm-blackfin/mach-bf537/defBF537.h | |
parent | c09c4e006590210001ced90d59e62182bfd396f9 (diff) |
Blackfin arch: update blackfin header files to latest one in VDSP.
a) add new processor BF52x/BF54x header files
b) update blackfin BF533/BF537/BF561 header files to latest one in VDSP.
c) scrub watchdog/rtc masks from headers as we dont need/want them (too generic and the drivers dont use them)
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Roy Huang <roy.huang@analog.com>
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-blackfin/mach-bf537/defBF537.h')
-rw-r--r-- | include/asm-blackfin/mach-bf537/defBF537.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-blackfin/mach-bf537/defBF537.h b/include/asm-blackfin/mach-bf537/defBF537.h index 26f9c02eb73c..3f455909c418 100644 --- a/include/asm-blackfin/mach-bf537/defBF537.h +++ b/include/asm-blackfin/mach-bf537/defBF537.h | |||
@@ -32,12 +32,12 @@ | |||
32 | #ifndef _DEF_BF537_H | 32 | #ifndef _DEF_BF537_H |
33 | #define _DEF_BF537_H | 33 | #define _DEF_BF537_H |
34 | 34 | ||
35 | /*include all Core registers and bit definitions*/ | 35 | /* Include all Core registers and bit definitions*/ |
36 | #include "defBF537.h" | ||
37 | |||
38 | /*include core specific register pointer definitions*/ | ||
39 | #include <asm/mach-common/cdef_LPBlackfin.h> | 36 | #include <asm/mach-common/cdef_LPBlackfin.h> |
40 | 37 | ||
38 | /* Include all MMR and bit defines common to BF534 */ | ||
39 | #include "defBF534.h" | ||
40 | |||
41 | /************************************************************************************ | 41 | /************************************************************************************ |
42 | ** Define EMAC Section Unique to BF536/BF537 | 42 | ** Define EMAC Section Unique to BF536/BF537 |
43 | *************************************************************************************/ | 43 | *************************************************************************************/ |