From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hxqVE-0003qY-Dh for barebox@lists.infradead.org; Wed, 14 Aug 2019 10:27:37 +0000 From: Oleksij Rempel Date: Wed, 14 Aug 2019 12:27:29 +0200 Message-Id: <20190814102729.23857-2-o.rempel@pengutronix.de> In-Reply-To: <20190814102729.23857-1-o.rempel@pengutronix.de> References: <20190814102729.23857-1-o.rempel@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v1 2/2] net: macb: extend support to Microchip SAMA5D2 To: barebox@lists.infradead.org Cc: Oleksij Rempel , Ahmad Fatoum From: Ahmad Fatoum Tested on Microchip SAMA5D27 SOM1 EK1 Signed-off-by: Ahmad Fatoum Signed-off-by: Oleksij Rempel --- drivers/net/macb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 0b3c909433..c4ab9efb63 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c @@ -770,6 +770,7 @@ static void macb_remove(struct device_d *dev) static const struct of_device_id macb_dt_ids[] = { { .compatible = "cdns,at91sam9260-macb",}, + { .compatible = "atmel,sama5d2-gem",}, { .compatible = "atmel,sama5d3-gem",}, { .compatible = "cdns,zynqmp-gem",}, { /* sentinel */ } -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox