From patchwork Thu Apr 4 10:46:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kim Kukjin X-Patchwork-Id: 2391831 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id 4C3913FD8C for ; Thu, 4 Apr 2013 10:48:55 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNhiw-00060Z-Bf for patchwork-linux-arm@patchwork.kernel.org; Thu, 04 Apr 2013 10:48:54 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNhhS-0007AM-Dl; Thu, 04 Apr 2013 10:47:22 +0000 Received: from mail-da0-x22b.google.com ([2607:f8b0:400e:c00::22b]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNhhE-00077u-Kd for linux-arm-kernel@lists.infradead.org; Thu, 04 Apr 2013 10:47:09 +0000 Received: by mail-da0-f43.google.com with SMTP id u36so1086543dak.30 for ; Thu, 04 Apr 2013 03:47:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=zELhMfjtJQr58qxV5wGnwmIVM7XtRh55FRE3eI8MLmw=; b=IKfDsrapF4wk5/S8Ncd0K1qMFdy9McriNVDfJFfkD/u0xTBa1La9vtdliLzBAuHiaO wpRsGbVp/CVse5kUaW0burftua0RJL1Q/qNe9M6CRwb9LVE81hsySkCDzdz1GKSrXvZW o7M0wYVIdTN5ghetIYyjqiRrIdCLDHFrrTpUE/J+IYyHIVvfu4M7oeRobRV8lA9ESU/G SwhurePXeuLwvXCdeQ43kzTbRI2IuXNm89sRLPzHjlXCIDiUYcYZRuK2xNdUxyNwBAwG M95t61HRHYQEQtUDULDHkn3o5N88QnM42dLZcli61tTIZRGBfq6pnOnrZn5Hexqp/7Wm rcMQ== X-Received: by 10.68.162.129 with SMTP id ya1mr8002098pbb.22.1365072426623; Thu, 04 Apr 2013 03:47:06 -0700 (PDT) Received: from localhost.localdomain ([121.136.168.198]) by mx.google.com with ESMTPS id qh4sm10998802pac.8.2013.04.04.03.47.03 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 04 Apr 2013 03:47:05 -0700 (PDT) From: Kukjin Kim To: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org Subject: [PATCH 1/4] ARM: dts: Add node for GMAC for exynos5440 Date: Thu, 4 Apr 2013 19:46:44 +0900 Message-Id: <1365072407-4320-2-git-send-email-kgene.kim@samsung.com> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1365072407-4320-1-git-send-email-kgene.kim@samsung.com> References: <1365072407-4320-1-git-send-email-kgene.kim@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130404_064708_808999_F7FB9B4D X-CRM114-Status: GOOD ( 11.71 ) X-Spam-Score: -1.1 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.8 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [121.136.168.198 listed in dnsbl.sorbs.net] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (kgene.kim[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Kukjin Kim , Byungho An X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Byungho An This patch adds node for GMAC for exynos5440 EXYNOS5440 SoC supported by GMAC driver. Signed-off-by: Byungho An Signed-off-by: Kukjin Kim --- arch/arm/boot/dts/exynos5440.dtsi | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index 7132358..7bd1f3b 100644 --- a/arch/arm/boot/dts/exynos5440.dtsi +++ b/arch/arm/boot/dts/exynos5440.dtsi @@ -147,6 +147,17 @@ clock-names = "watchdog"; }; + gmac: ethernet@00230000 { + compatible = "snps,dwmac-3.70a"; + reg = <0x00230000 0x8000>; + interrupt-parent = <&gic>; + interrupts = <0 31 4>; + interrupt-names = "macirq"; + phy-mode = "sgmii"; + clocks = <&clock 12>; + clock-names = "stmmaceth"; + }; + amba { #address-cells = <1>; #size-cells = <1>;