Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 966cc04b authored by Vitaly Bordug's avatar Vitaly Bordug Committed by Linus Torvalds
Browse files

[PATCH] ppc32: add missing define for fs_enet Ethernet driver



This adds the FCC_PSMR_RMII defenition, which is used in fs_enet to enable
RMII mode.

Signed-off-by: default avatarVitaly Bordug <vbordug@ru.mvista.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 44f080c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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__ */