From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753409AbaENXNB (ORCPT ); Wed, 14 May 2014 19:13:01 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:17211 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751874AbaENXM7 (ORCPT ); Wed, 14 May 2014 19:12:59 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 99.127.230.128 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18PxTK4i3hT/4crrmDgbiQ4 Date: Wed, 14 May 2014 16:12:54 -0700 From: Tony Lindgren To: Mugunthan V N Cc: bcousson@baylibre.com, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree Message-ID: <20140514231254.GA13427@atomide.com> References: <1399968246-21166-1-git-send-email-mugunthanvnm@ti.com> <5371DD94.1050400@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5371DD94.1050400@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mugunthan V N [140513 01:54]: > Tony/Benoit > > On Tuesday 13 May 2014 01:34 PM, Mugunthan V N wrote: > > Adding device tree entry for CPSW to make it work in Dual EMAC mode. > > > > DRA7 cpsw phy sel driver patch has been pulled in net-next git with the > > following commit id *d415fa1b88748d664b7b6a310dd8e699d2686cf7* > > > > Mugunthan V N (3): > > pinctrl: dra7: dt-bindings: add pin off modes for dra7 SoC > > arm/dts: dra7xx: Add CPSW and MDIO module nodes for dra7xx > > arm/dts: dra7xx: Enable CPSW and MDIO for dra7xx EVM > > > > arch/arm/boot/dts/dra7-evm.dts | 103 ++++++++++++++++++++++++++++++++++++++ > > arch/arm/boot/dts/dra7.dtsi | 59 ++++++++++++++++++++++ > > include/dt-bindings/pinctrl/dra.h | 8 +++ > > 3 files changed, 170 insertions(+) > > > > This patch series depends on Cross bar dt patch set > http://comments.gmane.org/gmane.linux.drivers.devicetree/73025 That's not enabled yet and sounds like it needs some more work. I suggest you repost this tested without the crossbar. Regards, Tony