From patchwork Fri Oct 20 10:28:06 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10019501 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2ADAF602CB for ; Fri, 20 Oct 2017 10:28:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1B5E028EA3 for ; Fri, 20 Oct 2017 10:28:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1083728EE1; Fri, 20 Oct 2017 10:28:58 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 973FD28EA3 for ; Fri, 20 Oct 2017 10:28:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752787AbdJTK25 (ORCPT ); Fri, 20 Oct 2017 06:28:57 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:38765 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752092AbdJTK24 (ORCPT ); Fri, 20 Oct 2017 06:28:56 -0400 Received: from penelope.horms.nl (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPA id 8A90225BE5E; Fri, 20 Oct 2017 21:28:52 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1508495332; bh=uxnml5NsfZRuc6pJmbvb1Ib3P4NJRlvByIYBOgPBLik=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pxUXqN8N2HbeQ90lfmokf29ArJau0ls7ksgHA0unrj4A+2Ub08MBdH5FLJpmRTXLT nwHkV5D6isRRtyUOtUJKrAC+UjgJ6DlNSujQFJlckrvO4mxPRekDPdK4x9Oj52WCCg hPIkNht2QF3n+x4pv1aWHC4CyaV6TeI4SQpkeuJ4= Received: by penelope.horms.nl (Postfix, from userid 7100) id 4186AE2033A; Fri, 20 Oct 2017 12:28:35 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Yoshihiro Shimoda , Simon Horman Subject: [PATCH 03/31] arm64: dts: renesas: r8a77995: draak: drop "avb_phy_int" from avb_pins Date: Fri, 20 Oct 2017 12:28:06 +0200 Message-Id: <12bb361979b523bbae00542c17cda8f3f0048860.1508495040.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Yoshihiro Shimoda Since the Ethernet AVB driver doesn't support AVB_PHY_INT handling and it will be handled by a phy driver as a gpio pin, this patch removes the "avb_phy_int" from the avb_pins node. Reported-by: Sergei Shtylyov Fixes: 4503b50eac08 ("arm64: dts: renesas: r8a77995: draak: enable EthernetAVB") Signed-off-by: Yoshihiro Shimoda Acked-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts index 96b7ff5cc321..fac58be83383 100644 --- a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts +++ b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts @@ -41,8 +41,7 @@ &pfc { avb0_pins: avb { mux { - groups = "avb0_link", "avb0_phy_int", "avb0_mdc", - "avb0_mii"; + groups = "avb0_link", "avb0_mdc", "avb0_mii"; function = "avb0"; }; };