diff options
-rw-r--r-- | drivers/net/greth.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/greth.c b/drivers/net/greth.c index 27d6960..1c2dbdb 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", + }, {}, }; |