From patchwork Mon Apr 26 09:59:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 427598 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2316C433ED for ; Mon, 26 Apr 2021 09:59:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 78984611BD for ; Mon, 26 Apr 2021 09:59:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232907AbhDZKAI (ORCPT ); Mon, 26 Apr 2021 06:00:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:40838 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232990AbhDZKAE (ORCPT ); Mon, 26 Apr 2021 06:00:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id BD9D1611BD; Mon, 26 Apr 2021 09:59:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1619431162; bh=Eo8NG9Ku8sejeKmIVqKHo9XuftmdYKyt1K/FbjHeb6s=; h=From:To:Cc:Subject:Date:From; b=JwF3hfw7NUXS91lbnW+cWlgAHGQs0NQ7P/ATY9Ts042O9qLyncQ2QSIJs+zbT+an6 k+vJ81LQ7MsDdf+sJf0f22rZ+Ji886NBs0OZvf4/FPXXQVbEOMCiSYaUMB5PraidaS JykACDxEDr0a/jbx+cWW5plB3vOjfQuLcxqhUlavhiaLEllJpPwhfOTiFibWfGf5uV WF0dWYqDX3xzptmZohi9GQg0MPIAm/oehfA6UJAkukNkOvgwBfoP5fEfkfGLK+U20n 7Ie8rOjDZX/zqh7I9qxCnLf3iOZ6ay1OSN0YbOwK94LjwjE/F6owa5tRD07VsnSL9J 9rV1VFuMzIDBw== Received: by wens.tw (Postfix, from userid 1000) id C2D935FBEA; Mon, 26 Apr 2021 17:59:19 +0800 (CST) From: Chen-Yu Tsai To: Heiko Stuebner Cc: Chen-Yu Tsai , devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: dts: rockchip: rk3328: rock-pi-e: Drop fephy pinctrl from gmac2phy Date: Mon, 26 Apr 2021 17:59:16 +0800 Message-Id: <20210426095916.14574-1-wens@kernel.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Chen-Yu Tsai Turns out the fephy pins are already claimed in the phy node, which is rightfully where they should be claimed. Drop the pinctrl properties from the gmac2phy node for the ROCK Pi E. Fixes: b918e81f2145 ("arm64: dts: rockchip: rk3328: Add Radxa ROCK Pi E") Signed-off-by: Chen-Yu Tsai --- arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts index 07538951a3a6..018a3a5075c7 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts @@ -177,8 +177,6 @@ rtl8211e: ethernet-phy@1 { }; &gmac2phy { - pinctrl-names = "default"; - pinctrl-0 = <&fephyled_linkm1>, <&fephyled_rxm1>; status = "okay"; };