From patchwork Thu Sep 24 06:28:27 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 49739 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8O6SW4I009784 for ; Thu, 24 Sep 2009 06:28:32 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752260AbZIXG21 (ORCPT ); Thu, 24 Sep 2009 02:28:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752562AbZIXG21 (ORCPT ); Thu, 24 Sep 2009 02:28:27 -0400 Received: from mail.renesas.com ([202.234.163.13]:49440 "EHLO mail01.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752260AbZIXG21 (ORCPT ); Thu, 24 Sep 2009 02:28:27 -0400 X-AuditID: ac140384-00000008000004f6-8a-4abb118c0212 Received: from guardian02.idc.renesas.com ([172.20.8.201]) by mail01.idc.renesas.com (sendmail) with ESMTP id n8O6SS9r026348; Thu, 24 Sep 2009 15:28:28 +0900 (JST) Received: (from root@localhost) by guardian02.idc.renesas.com with id n8O6SSUP005688; Thu, 24 Sep 2009 15:28:28 +0900 (JST) Received: from mta03.idc.renesas.com (localhost [127.0.0.1]) by mta03.idc.renesas.com with ESMTP id n8O6SUSD019779; Thu, 24 Sep 2009 15:28:30 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KQG00KRBPZGZU@ims05.idc.renesas.com>; Thu, 24 Sep 2009 15:28:28 +0900 (JST) Date: Thu, 24 Sep 2009 15:28:27 +0900 From: Kuninori Morimoto Subject: [PATCH] sh: mach-ecovec24: Add active low setting for sh_eth To: SH-Linux Cc: RSO shimoda , Paul Mundt Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.1 (i386-mingw-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.00-dev (KIKU) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Signed-off-by: Kuninori Morimoto --- arch/sh/boards/mach-ecovec24/setup.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 96bc169..5f9881e 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -121,6 +121,7 @@ static struct resource sh_eth_resources[] = { struct sh_eth_plat_data sh_eth_plat = { .phy = 0x1f, /* SMSC LAN8700 */ .edmac_endian = EDMAC_LITTLE_ENDIAN, + .ether_link_active_low = 1 }; static struct platform_device sh_eth_device = {