From patchwork Fri Dec 14 15:58:44 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10731381 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 73555112C for ; Fri, 14 Dec 2018 15:59:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 124D72D703 for ; Fri, 14 Dec 2018 15:59:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0629C2D706; Fri, 14 Dec 2018 15:59:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id A98D62D703 for ; Fri, 14 Dec 2018 15:59:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=xrN+MdDp8JULZ5RRi0d5sbooG97OSDxDcM24hmyisLE=; b=Zf7 rcF6UmTPz9yOBWqTmLGPIYKghIa8p9gHOZ9rxDeXTWriiyKTIbciykJOsSiF7lWuDT8QdIYz10ASh XKXGaQtsYd7EBxdGn63YxEObKAT6guA2g3EZ5Iumf45ogdG+a+YXVJcM41QGrDBBwq/qh/tlgIvCq GB8h7nZh5lmv3KTBLU0eeTGv+iHJcsEpL1gd7qe45HgzHAsFQdkvGvn+NJWMeYsJBxYK/EM1wnEvS zB1sWVVKH/kc28q/97YLqdlV73ahrZs9oX6AE/6+Tc9lxrtdWwB77+uRAPYx+/Fu9PGKdsedRfMTU tM7o/AARc2q1vxKNcTI0xQgFQFDvVuQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gXpro-0004Vo-QG; Fri, 14 Dec 2018 15:59:08 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gXprl-0004VC-6a for linux-arm-kernel@lists.infradead.org; Fri, 14 Dec 2018 15:59:07 +0000 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 61D3725B75B; Sat, 15 Dec 2018 02:58:52 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1544803132; bh=2et4Vkd0a14rD7PjYLwkWzPjF0BAmNZLh1cpZuXea1E=; h=From:To:Cc:Subject:Date:From; b=XDWunSu6y2hdrIS52Hm5KPbTclDy1hKM6Qa+bMZq83AoAdu+IH9qNc/DuGRmnljmg lr/35yzbiMYm0ICE6vXn4U+npi94ovFGnaPlFO4Ef0dvoZzNQth6mf+ne6f+EbBOEe UMlwD+s9U3VTbZj0mOBQKUJJ35aJYg8jnptYcDdM= Received: by reginn.horms.nl (Postfix, from userid 7100) id 886429403C3; Fri, 14 Dec 2018 16:58:50 +0100 (CET) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Subject: [PATCH v2] arm64: dts: renesas: r8a77990: ebisu: Fix EthernetAVB phy mode to rgmii Date: Fri, 14 Dec 2018 16:58:44 +0100 Message-Id: <20181214155844.25662-1-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181214_075905_902827_962AF758 X-CRM114-Status: UNSURE ( 8.99 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Takeshi Kihara , Magnus Damm , Biju Das , Simon Horman , linux-arm-kernel@lists.infradead.org, Kazuya Mizuguchi MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Kazuya Mizuguchi According to the R-Car Gen3 Hardware Manual Errata for Rev 1.00 of August 24, 2018, the TX clock internal delay mode doesn't support on R-Car E3. This patch fixes EthernetAVB phy mode to rgmii. v2 [Simon Horman] * Simply drop phy-mode property from r8a77990-ebisu.dts as the default property for this for r8a77990, as set in r8a77990.dtsi, is "rgmii". Signed-off-by: Kazuya Mizuguchi Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Ulrich Hecht --- arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 1 - 1 file changed, 1 deletion(-) Based on renesas-devel-20181213-v4.20-rc6 diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts index 62bdddcbbae7..b7082c5bab60 100644 --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts @@ -248,7 +248,6 @@ pinctrl-names = "default"; renesas,no-ether-link; phy-handle = <&phy0>; - phy-mode = "rgmii-txid"; status = "okay"; phy0: ethernet-phy@0 {