Commit c88b36e2c828c78c51e90002351f9d9068b75dec
Committed by
Linus Torvalds
1 parent
73b6af8a21
Exists in
master
and in
7 other branches
[PATCH] m68knommu: 532x FEC eth struct map
Specify the struct mapping used on the new Freescale 532x CPU family's FEC ethernet core. Patch submitted by Matt Waddel <Matt.Waddel@freescale.com>. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/net/fec.h
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | /****************************************************************************/ |
15 | 15 | |
16 | 16 | #if defined(CONFIG_M523x) || defined(CONFIG_M527x) || defined(CONFIG_M528x) || \ |
17 | - defined(CONFIG_M520x) | |
17 | + defined(CONFIG_M520x) || defined(CONFIG_M532x) | |
18 | 18 | /* |
19 | 19 | * Just figures, Motorola would have to change the offsets for |
20 | 20 | * registers in the same peripheral device on different models |