Commit 0fd5e591 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] m68knommu: use correct register offsets for ColdFire 527x FEC ethernet

The ColdFire 527x and 528x use the same FEC ethernet register offsets.
Conditionally use the correct structure.
Signed-off-by: default avatarGreg Ungerer <gerg@snapgear.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 954824e5
/****************************************************************************/
/*
* fec.h -- Fast Ethernet Controller for Motorola ColdFire 5272
* and 5282..
* fec.h -- Fast Ethernet Controller for Motorola ColdFire 5270,
5271, 5272, 5274, 5275, 5280 and 5282.
*
* (C) Copyright 2000-2003, Greg Ungerer (gerg@snapgear.com)
* (C) Copyright 2000-2001, Lineo (www.lineo.com)
......@@ -13,7 +13,7 @@
#define FEC_H
/****************************************************************************/
#ifdef CONFIG_M5282
#if defined(CONFIG_M527x) || defined(CONFIG_M528x)
/*
* Just figures, Motorola would have to change the offsets for
* registers in the same peripheral device on different models
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment