commit | 3680354209dcdeb84671ad3740ef52ab754e05d0 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Sun May 19 04:38:46 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 22 15:00:51 2013 -0700 |
tree | 1ff86a7eaf7dcdd07ee1d8ac972044863d24d5b2 | |
parent | 147a90887baa98d73db1fa7ed9e755bf48960c21 [diff] |
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>