From patchwork Wed Oct 28 07:57:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Fedin X-Patchwork-Id: 7507881 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6C1689F37F for ; Wed, 28 Oct 2015 07:57:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 88F4220811 for ; Wed, 28 Oct 2015 07:57:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A3FA22081A for ; Wed, 28 Oct 2015 07:57:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964788AbbJ1H5t (ORCPT ); Wed, 28 Oct 2015 03:57:49 -0400 Received: from mailout2.w1.samsung.com ([210.118.77.12]:62480 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932449AbbJ1H5s (ORCPT ); Wed, 28 Oct 2015 03:57:48 -0400 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NWX006UE7G9D540@mailout2.w1.samsung.com> for linux-samsung-soc@vger.kernel.org; Wed, 28 Oct 2015 07:57:45 +0000 (GMT) X-AuditID: cbfec7f4-f79c56d0000012ee-2c-56307ff9a3f2 Received: from eusync2.samsung.com ( [203.254.199.212]) by eucpsbgm1.samsung.com (EUCPMTA) with SMTP id 3F.5A.04846.9FF70365; Wed, 28 Oct 2015 07:57:45 +0000 (GMT) Received: from fedinw7x64.rnd.samsung.ru ([106.109.131.169]) by eusync2.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0NWX008E27G2RN30@eusync2.samsung.com>; Wed, 28 Oct 2015 07:57:45 +0000 (GMT) From: Pavel Fedin To: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Kukjin Kim , Krzysztof Kozlowski , Pankaj Dubey Subject: [PATCH v3 4/4] ARM: dts: Add Ethernet chip to SMDK5410 Date: Wed, 28 Oct 2015 10:57:38 +0300 Message-id: X-Mailer: git-send-email 2.4.4 In-reply-to: References: In-reply-to: References: X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprFLMWRmVeSWpSXmKPExsVy+t/xK7o/6w3CDFr+iVi8fmFo0f/4NbPF psfXWC1mnN/HZLFo6xd2B1aPTas62Tw2L6n36NuyitHj8ya5AJYoLpuU1JzMstQifbsEroyu qbIFM/kqvi3dztjA2MLdxcjJISFgIrFmyR52CFtM4sK99WxdjFwcQgJLGSVa331hhXDamCQm dc9nAaliE1CXOP31A5gtIuAtMfnMX7BuZoFaiTUHD4LFhQXsJfZ8eskMYrMIqEq0HN0AFucV iJbY3/2MDWKbnMSV69PBbE4Bc4n/Hy+D2UICZhJHp3zHKT6BkX8BI8MqRtHU0uSC4qT0XEO9 4sTc4tK8dL3k/NxNjJAQ+7KDcfExq0OMAhyMSjy8BhV6YUKsiWXFlbmHGCU4mJVEeGsEDcKE eFMSK6tSi/Lji0pzUosPMUpzsCiJ887d9T5ESCA9sSQ1OzW1ILUIJsvEwSnVwJh0yq+6+3H3 Sr0W5kOHqm+GTK8u2nIi8KeGQdf/O58zf27bXz+t9XO4yMsbs1dcMInMspj7fPedFev2Hag5 sXCdi3apbv8E/r8/TwncmVareO9+1gy1Fh2uxqKkm9Gvt6t2+RsUut4vFF1muHtNaMvjXmFX j2W/+Vf8OtvfnH29+Y+FJ6/1BhYlluKMREMt5qLiRAAc1LUbLQIAAA== Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 The chip is smsc9115, connected via SROMc bank 3. Additionally, some GPIO initialization is required. Signed-off-by: Pavel Fedin --- arch/arm/boot/dts/exynos5410-smdk5410.dts | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/arch/arm/boot/dts/exynos5410-smdk5410.dts b/arch/arm/boot/dts/exynos5410-smdk5410.dts index cebeaab..2a6a5ac 100644 --- a/arch/arm/boot/dts/exynos5410-smdk5410.dts +++ b/arch/arm/boot/dts/exynos5410-smdk5410.dts @@ -35,6 +35,17 @@ reg = <0x02037000 0x1000>; }; + ethernet@07000000 { + compatible = "smsc,lan9115"; + reg = <0x07000000 0x10000>; + phy-mode = "mii"; + interrupt-parent = <&gpx0>; + interrupts = <5 8>; + reg-io-width = <2>; + smsc,irq-push-pull; + smsc,force-internal-phy; + }; + }; &mmc_0 { @@ -61,6 +72,27 @@ disable-wp; }; +&pinctrl_0 { + srom_ctl: srom-ctl { + samsung,pins = "gpy0-3", "gpy0-4", "gpy0-5", + "gpy1-0", "gpy1-1", "gpy1-2", "gpy1-3"; + samsung,pin-function = <2>; + samsung,pin-drv = <0>; + }; + + srom_ebi: srom-ebi { + samsung,pins = "gpy3-0", "gpy3-1", "gpy3-2", "gpy3-3", + "gpy3-4", "gpy3-5", "gpy3-6", "gpy3-7", + "gpy5-0", "gpy5-1", "gpy5-2", "gpy5-3", + "gpy5-4", "gpy5-5", "gpy5-6", "gpy5-7", + "gpy6-0", "gpy6-1", "gpy6-2", "gpy6-3", + "gpy6-4", "gpy6-5", "gpy6-6", "gpy6-7"; + samsung,pin-function = <2>; + samsung,pin-pud = <3>; + samsung,pin-drv = <0>; + }; +}; + &uart0 { status = "okay"; }; @@ -72,3 +104,13 @@ &uart2 { status = "okay"; }; + +&sromc { + pinctrl-names = "default"; + pinctrl-0 = <&srom_ctl>, <&srom_ebi>; + bank@3 { + bank = <3>; + width = <2>; + srom-timing = <1 9 12 1 9 1 1>; + }; +};