From: Daniel Hellstrom Date: Fri, 14 Jan 2011 03:02:37 +0000 (+0000) Subject: GRETH: added raw AMBA vendor/device number to match against. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ad4650a89ac47bd153cbb76c3fd6eb1fa6f315b7;p=linux-beck.git GRETH: added raw AMBA vendor/device number to match against. Signed-off-by: Daniel Hellstrom Signed-off-by: David S. Miller --- diff --git a/drivers/net/greth.c b/drivers/net/greth.c index 27d6960ce09e..1c2dbdb43631 100644 --- a/drivers/net/greth.c +++ b/drivers/net/greth.c @@ -1600,6 +1600,9 @@ static struct of_device_id greth_of_match[] = { { .name = "GAISLER_ETHMAC", }, + { + .name = "01_01d", + }, {}, };