Skip to content

Commit

Permalink
[PATCH] ppc32: add missing define for fs_enet Ethernet driver
Browse files Browse the repository at this point in the history
This adds the FCC_PSMR_RMII defenition, which is used in fs_enet to enable
RMII mode.

Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Vitaly Bordug authored and Linus Torvalds committed Nov 18, 2005
1 parent 44f080c commit 966cc04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-ppc/cpm2.h
Original file line number Diff line number Diff line change
Expand Up @@ -1091,5 +1091,7 @@ typedef struct im_idma {
#define CPM_IMMR_OFFSET 0x101a8
#endif

#define FCC_PSMR_RMII ((uint)0x00020000) /* Use RMII interface */

#endif /* __CPM2__ */
#endif /* __KERNEL__ */

0 comments on commit 966cc04

Please sign in to comment.