net: fec: use a more proper compatible string for MVF type device
authorShawn Guo <shawn.guo@linaro.org>
Sun, 19 May 2013 04:38:46 +0000 (04:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 May 2013 22:00:51 +0000 (15:00 -0700)
commit3680354209dcdeb84671ad3740ef52ab754e05d0
tree1ff86a7eaf7dcdd07ee1d8ac972044863d24d5b2
parent147a90887baa98d73db1fa7ed9e755bf48960c21
net: fec: use a more proper compatible string for MVF type device

MVF is a family while MVF600 is a particular SoC in the family.  We
generally prefer to use SoC rather than family name in compatible string
to define a particular type of fec device.  And this is how fec_dt_ids
works for all those IMX fec variants.  Let's change mvf to mvf600 to
have it work in the same way.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec_main.c