From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759534AbaEMIyI (ORCPT ); Tue, 13 May 2014 04:54:08 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:51540 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759055AbaEMIxm (ORCPT ); Tue, 13 May 2014 04:53:42 -0400 Message-ID: <5371DD94.1050400@ti.com> Date: Tue, 13 May 2014 14:23:40 +0530 From: Mugunthan V N User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: , CC: , , Subject: Re: [PATCH 0/3] Add DRA7xx CPSW Ethernet support in Device Tree References: <1399968246-21166-1-git-send-email-mugunthanvnm@ti.com> In-Reply-To: <1399968246-21166-1-git-send-email-mugunthanvnm@ti.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Regards Mugunthan V N