Skip to content

Commit

Permalink
avr32: add two new at91 to cpu.h definition
Browse files Browse the repository at this point in the history
Somme common drivers will need those at91 cpu_is_xxx() definitions. As
at91sam9g10 and at91sam9g45 are on the way to linus' tree, here is the patch
that adds those chips to cpu.h in AVR32 architecture.

Signed-off-by: Nicolas Ferre <[email protected]>
Signed-off-by: Haavard Skinnemoen <[email protected]>
  • Loading branch information
Nicolas Ferre committed Nov 3, 2009
1 parent 38dc634 commit 2f5d46d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/avr32/mach-at32ap/include/mach/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@
#define cpu_is_at91sam9263() (0)
#define cpu_is_at91sam9rl() (0)
#define cpu_is_at91cap9() (0)
#define cpu_is_at91sam9g10() (0)
#define cpu_is_at91sam9g45() (0)

#endif /* __ASM_ARCH_CPU_H */

0 comments on commit 2f5d46d

Please sign in to comment.