From patchwork Thu Feb 6 21:58:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 3598341 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id F37089F382 for ; Thu, 6 Feb 2014 20:58:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1625C20109 for ; Thu, 6 Feb 2014 20:58:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 36F742010B for ; Thu, 6 Feb 2014 20:58:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751296AbaBFU6D (ORCPT ); Thu, 6 Feb 2014 15:58:03 -0500 Received: from mail-la0-f48.google.com ([209.85.215.48]:34868 "EHLO mail-la0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbaBFU6C (ORCPT ); Thu, 6 Feb 2014 15:58:02 -0500 Received: by mail-la0-f48.google.com with SMTP id mc6so1909421lab.7 for ; Thu, 06 Feb 2014 12:58:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=vr4m7OoFNYvW/nEyl3mPKFr3bbsNFWoByM6+nKYHy9I=; b=fogwlFV0c0mgXvX2Dmvng+NzPvH4HF49Eh0qXR1G5fAMZy6nwO1mrzMBRojXhLsLsy 8UUfYKuj0o1rAQ7YjtsE/FnX464RuQ8jtRD+Gidp79kD+RFr76kqA86gf+Tsxx8N+NhN Quhmno0eoMtOXa3yNIazhZWdXhXoZRLo+rmiwmD/Fe2AUsecq802ut6tENlKws0Hw7Ly rIF5wKK5dW28GarNywTIlEL40KaPMsP4tauf7me1/vsCSzZbpXU95m2LtWhjtjWSIjv9 yh9o/dfWkLjgmfnccw3ZpwCJeX0d48Uj6aPNjEncsXlpppgtZXUyBgwgDJ7L5V74o/Pw 7isA== X-Gm-Message-State: ALoCoQkCRTafAaIGr3PDBviadrypbapn5/YErg+FAdBu+wlfjPNwKKxdn6pky3tRXfJxjTCV55sF X-Received: by 10.112.211.233 with SMTP id nf9mr2794750lbc.50.1391720280465; Thu, 06 Feb 2014 12:58:00 -0800 (PST) Received: from wasted.cogentembedded.com (ppp83-237-58-87.pppoe.mtu-net.ru. [83.237.58.87]) by mx.google.com with ESMTPSA id l4sm2298564lbd.15.2014.02.06.12.57.59 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 06 Feb 2014 12:58:00 -0800 (PST) From: Sergei Shtylyov Organization: Cogent Embedded To: horms@verge.net.au, linux-sh@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org Subject: [PATCH 2/2] ARM: shmobile: lager: add Ether DT support Date: Fri, 7 Feb 2014 00:58:30 +0300 User-Agent: KMail/1.13.5 (Linux/2.6.32.26-175.fc12.i686.PAE; KDE/4.4.5; i686; ; ) Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org References: <201402070054.39989.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201402070054.39989.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Message-Id: <201402070058.31405.sergei.shtylyov@cogentembedded.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,KHOP_BIG_TO_CC, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Define the Lager board dependent part of the Ether device node. Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7790-lager.dts | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: renesas/arch/arm/boot/dts/r8a7790-lager.dts =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7790-lager.dts +++ renesas/arch/arm/boot/dts/r8a7790-lager.dts @@ -1,7 +1,8 @@ /* * Device Tree Source for the Lager board * - * Copyright (C) 2013 Renesas Solutions Corp. + * Copyright (C) 2013-2014 Renesas Solutions Corp. + * Copyright (C) 2014 Cogent Embedded, Inc. * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any @@ -76,12 +77,40 @@ renesas,function = "scif1"; }; + ether_pins: ether { + renesas,groups = "eth_link", "eth_mdio", "eth_rmii"; + renesas,function = "eth"; + }; + + phy1_pins: phy1 { + renesas,groups = "intc_irq0"; + renesas,function = "intc"; + }; + mmc1_pins: mmc1 { renesas,groups = "mmc1_data8", "mmc1_ctrl"; renesas,function = "mmc1"; }; }; +ðer { + pinctrl-0 = <ðer_pins>; + pinctrl-names = "default"; + + phy-handle = <&phy1>; + renesas,ether-link-active-low; + status = "ok"; + + phy1: ethernet-phy@1 { + reg = <1>; + interrupt-parent = <&irqc0>; + interrupts = <0 IRQ_TYPE_LEVEL_LOW>; + + pinctrl-0 = <&phy1_pins>; + pinctrl-names = "default"; + }; +}; + &mmcif1 { pinctrl-0 = <&mmc1_pins>; pinctrl-names = "default";