From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.rapiddevelopmentkit.de ([217.6.246.34] helo=root.phytec.de) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZgVzu-0001QG-Nk for barebox@lists.infradead.org; Mon, 28 Sep 2015 10:49:31 +0000 Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by root.phytec.de (Postfix) with ESMTP id 1B686A003EC for ; Mon, 28 Sep 2015 12:49:14 +0200 (CEST) From: Wadim Egorov Date: Mon, 28 Sep 2015 12:47:59 +0200 Message-Id: <1443437281-33316-1-git-send-email-w.egorov@phytec.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 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 1/3] ARM: dts: am335x-phytec-phycore-som: Disable mac node. To: barebox@lists.infradead.org Signed-off-by: Wadim Egorov --- arch/arm/dts/am335x-phytec-phycore-som-mlo.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts b/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts index f70835f..32b43dd 100644 --- a/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts +++ b/arch/arm/dts/am335x-phytec-phycore-som-mlo.dts @@ -27,3 +27,7 @@ &gpmc { status = "disabled"; }; + +&mac { + status = "disabled"; +}; -- 1.9.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox