Module: xenomai-3 Branch: arm64 Commit: 82bb96c63c8413f2e0d6cd050caeee676aaf6d77 URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=82bb96c63c8413f2e0d6cd050caeee676aaf6d77
Author: Gilles Chanteperdrix <[email protected]> Date: Sat Oct 3 14:20:56 2015 +0200 rtnet/macb: add compatible string for sama5d3 gem --- kernel/drivers/net/drivers/macb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/drivers/net/drivers/macb.c b/kernel/drivers/net/drivers/macb.c index e166db9..04f4c77 100644 --- a/kernel/drivers/net/drivers/macb.c +++ b/kernel/drivers/net/drivers/macb.c @@ -1539,6 +1539,7 @@ static const struct of_device_id macb_dt_ids[] = { { .compatible = "cdns,macb" }, { .compatible = "cdns,pc302-gem" }, { .compatible = "cdns,gem" }, + { .compatible = "atmel,sama5d3-gem" }, { /* sentinel */ } }; MODULE_DEVICE_TABLE(of, macb_dt_ids); _______________________________________________ Xenomai-git mailing list [email protected] http://xenomai.org/mailman/listinfo/xenomai-git
