From patchwork Mon Oct 26 11:47:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Fedin X-Patchwork-Id: 7487501 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 50C43BEEA4 for ; Mon, 26 Oct 2015 11:48:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 40F39207EF for ; Mon, 26 Oct 2015 11:48:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 55605207E8 for ; Mon, 26 Oct 2015 11:47:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753597AbbJZLrx (ORCPT ); Mon, 26 Oct 2015 07:47:53 -0400 Received: from mailout1.w1.samsung.com ([210.118.77.11]:38229 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753498AbbJZLrw (ORCPT ); Mon, 26 Oct 2015 07:47:52 -0400 Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout1.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NWT002VHSRQLM10@mailout1.w1.samsung.com> for linux-samsung-soc@vger.kernel.org; Mon, 26 Oct 2015 11:47:50 +0000 (GMT) X-AuditID: cbfec7f5-f794b6d000001495-38-562e12e62cab Received: from eusync4.samsung.com ( [203.254.199.214]) by eucpsbgm2.samsung.com (EUCPMTA) with SMTP id 39.D8.05269.6E21E265; Mon, 26 Oct 2015 11:47:50 +0000 (GMT) Received: from fedinw7x64.rnd.samsung.ru ([106.109.131.169]) by eusync4.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0NWT00EJWSRKNJA0@eusync4.samsung.com>; Mon, 26 Oct 2015 11:47:50 +0000 (GMT) From: Pavel Fedin To: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Kukjin Kim , Krzysztof Kozlowski , Russell King , Pankaj Dubey Subject: [PATCH 3/4] ARM: dts: Add Ethernet chip to SMDK5410 Date: Mon, 26 Oct 2015 14:47:43 +0300 Message-id: X-Mailer: git-send-email 2.4.4 In-reply-to: References: In-reply-to: References: X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrMLMWRmVeSWpSXmKPExsVy+t/xa7rPhPTCDKa9MLd4/cLQov/xa2aL TY+vsVrMOL+PyeL2ZV6LRVu/sDuwebQ097B5bFrVyeaxeUm9R9+WVYwenzfJBbBGcdmkpOZk lqUW6dslcGX829LLUjCbr2LOiRksDYxt3F2MnBwSAiYSX6//ZIewxSQu3FvP1sXIxSEksJRR Yur2bcwQThuTxK31n5hBqtgE1CVOf/3AAmKLCHhLTD7zlx2kiFlgCaPEy31XmUASwgI2Eqs3 XANrYBFQlfi1/D4jiM0rEC1x4lU/M8Q6OYkr16ezgdicAuYS217uAhrEAbTNDGioNA7hCYz8 CxgZVjGKppYmFxQnpeca6RUn5haX5qXrJefnbmKEBN3XHYxLj1kdYhTgYFTi4XXg1w0TYk0s K67MPcQowcGsJMLr8xsoxJuSWFmVWpQfX1Sak1p8iFGag0VJnHfmrvchQgLpiSWp2ampBalF MFkmDk6pBkaXP/Mb7hbrPD2VmaKYFtLE5nL4c9EkH7tddezr7i7/yV13llHKvMTx7baE7jlx i6c2Gmjuij3zTudFueI/lQjpXPup7ZbrunO7rt7QWHtLaUaR89NfhfVd3rNZTfKkL004IxI+ d8vuba83W6boZcp/LD7IsPo439sO3tNy54v4Qs56Om5bIavEUpyRaKjFXFScCACoDxW9NgIA AA== 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..154e37b 100644 --- a/arch/arm/boot/dts/exynos5410-smdk5410.dts +++ b/arch/arm/boot/dts/exynos5410-smdk5410.dts @@ -35,6 +35,17 @@ reg = <0x02037000 0x1000>; }; + etherhet@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_0 { + pinctrl-names = "default"; + pinctrl-0 = <&srom_ctl>, <&srom_ebi>; + bank@3 { + bank = <3>; + width = <2>; + srom-timing = <1 9 12 1 9 1 1>; + }; +};