From patchwork Mon Jan 26 02:37:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ming Lei X-Patchwork-Id: 5705991 Return-Path: X-Original-To: patchwork-linux-arm@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 326A19F333 for ; Mon, 26 Jan 2015 02:40:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6E5DE2015A for ; Mon, 26 Jan 2015 02:40:13 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B064C20154 for ; Mon, 26 Jan 2015 02:40:12 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YFZZK-0003Kp-3l; Mon, 26 Jan 2015 02:38:26 +0000 Received: from mail-qa0-f54.google.com ([209.85.216.54]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YFZZ7-0003II-Bu for linux-arm-kernel@lists.infradead.org; Mon, 26 Jan 2015 02:38:14 +0000 Received: by mail-qa0-f54.google.com with SMTP id w8so5145617qac.13 for ; Sun, 25 Jan 2015 18:37:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Yjf6c4EwfnAKYez1VN6wrK9bgJGLT+QBnFWfFx1yzpM=; b=a4dsAyBWKLbAx4LYv+NZ2ATAntsrRe+mH4EHYPQPIe++W8MTyYsEFaDHpCw+lWPVve sIE1SJcFByAtjnsvgSocOFyvVNxrI9Zxm8Fi4/XyssvINMdgEoVfnrXi/Yw3g6AFwXby H3VU/kbIQo0ynz336N7A8ZqxLVFWf0nbzEEgwmi77d6VjsprHDireXrG0tilhF4MoTMw uXTVy+5foVn0rbsw6V+0F67updBq7DB/SvYzmGsAjV77mKX2RmuRYBdttwpAMI5Dm0vY RHcb6SzCKSf15XBpmEGNFnr4EjsztdiMMBISgQK7SZFYdvFOSffVtKXSGY8Klfoxuq/L l7mw== X-Received: by 10.140.38.139 with SMTP id t11mr35819140qgt.83.1422239871656; Sun, 25 Jan 2015 18:37:51 -0800 (PST) Received: from localhost ([162.213.34.56]) by mx.google.com with ESMTPSA id 17sm8750831qgk.8.2015.01.25.18.37.50 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 25 Jan 2015 18:37:50 -0800 (PST) From: Ming Lei To: linux-arm-kernel@lists.infradead.org, "David S. Miller" Subject: [PATCH v1 1/2] ARM: exynos5440-sd5v1: switch to fixed-link DT binding Date: Mon, 26 Jan 2015 10:37:37 +0800 Message-Id: <1422239858-3452-2-git-send-email-ming.lei@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1422239858-3452-1-git-send-email-ming.lei@canonical.com> References: <1422239858-3452-1-git-send-email-ming.lei@canonical.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150125_183813_529726_39B1FE5A X-CRM114-Status: UNSURE ( 9.70 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.5 (/) Cc: Florian Fainelli , Byungho An , netdev@vger.kernel.org, Ming Lei , linux-samsung-soc@vger.kernel.org, Kukjin Kim X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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 X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_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 previous dts property isn't standard way for fixed phy support, and switch to the fixed-link DT binding. Signed-off-by: Ming Lei --- arch/arm/boot/dts/exynos5440-sd5v1.dts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/exynos5440-sd5v1.dts b/arch/arm/boot/dts/exynos5440-sd5v1.dts index 268609a..ee65a5c 100644 --- a/arch/arm/boot/dts/exynos5440-sd5v1.dts +++ b/arch/arm/boot/dts/exynos5440-sd5v1.dts @@ -28,8 +28,10 @@ }; gmac: ethernet@00230000 { - fixed_phy; - phy_addr = <1>; + fixed-link { + speed = <1000>; + full-duplex; + }; }; spi {