From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6C2E0C3ABCC for ; Wed, 14 May 2025 14:19:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OzPqJ6oFU1sNJvHeYFniIAVPu5f6YvqgMC/6YhiFRmo=; b=3JBYTrQG/7+WTj yfwItGGgkmhypj1PwKgHhWGmaIgGUry2Y/j1956PIXa2xZ7UiENSxYXwO5sBxwgGsfqIO2UWUHEfC 1WtufCQUJ71tVR1xYEOA8gRUPPlIdNvSFLxxAr9CAnl6b1DpUETdcLdwXgfzeYPtR/B2w2ZvXWYO5 4tCp76OTY9LGCtYQqXQFkCYrsXKtF+twnCPCR/R0+qkd7Qi4nNKVRW/26YWIpCPV90L+tEADMlxSy w5JrMcNf8Hz19fzZ0qLE4WFeQPL4N1NlJLBBIyGfFLhIC2uuk9CcVhcfddzVTB0n1fOzq6EwZjm2k nRo9keyMI7FBkuVshh/g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uFCx0-0000000FOLJ-2Sf1; Wed, 14 May 2025 14:19:14 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uFAvK-0000000Eyzk-1x0Q; Wed, 14 May 2025 12:09:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID; bh=RV3QvTlWfQTkDjPmndYOu91G7Myw8NKGakZkfON1fQE=; b=k0pHId3vv5dkgHeKqe7BKSWbUj A1aVdokSQszW0BY6A2Cyg5+WnDRyAy6NJrGT1i/SF4sdAyTFi1g7+M27xbWPUk8kec6M9WvFyv25a 7m0XmI4qq/6YVQ/dpAEQrdhSpGW6DRjtISYPHEEx9XjZJlKZYNUWqDz9hU7MVVpACDh8dllAJ46M5 De/cCT+hUvZS485cdREe/WRFpRnQprDo5YzNDyaEvOQUnTNmewgFhM4/m/e0nWMFi395wCO4uIb7L o3R/Wh2PaDVkGU2wDialKFfrAEaEp84i5uzKhUZx28pojksDDP45tyJ8LNPCP0FDhgiecsCV2xQZU 7AZ9c6qw==; Received: from i53875a50.versanet.de ([83.135.90.80] helo=localhost.localdomain) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uFAvI-0005f9-Gp; Wed, 14 May 2025 14:09:20 +0200 From: Heiko Stuebner To: heiko@sntech.de Cc: quentin.schulz@cherry.de, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Heiko Stuebner Subject: [PATCH v3 1/6] arm64: dts: rockchip: add basic mdio node to px30 Date: Wed, 14 May 2025 14:09:01 +0200 Message-ID: <20250514120906.2412588-2-heiko@sntech.de> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250514120906.2412588-1-heiko@sntech.de> References: <20250514120906.2412588-1-heiko@sntech.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250514_050922_518666_30031EF0 X-CRM114-Status: GOOD ( 11.72 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org From: Heiko Stuebner Using snps,reset-* properties for handling the phy-reset is deprecated and instead a real phy node should be defined that then contains the reset-gpios handling. To facilitate this, add the core mdio node under the px30's gmac, similar to how the other Rockchip socs already do this. Signed-off-by: Heiko Stuebner Reviewed-by: Quentin Schulz --- arch/arm64/boot/dts/rockchip/px30.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/rockchip/px30.dtsi index 9137dd76e72c..feabdadfa440 100644 --- a/arch/arm64/boot/dts/rockchip/px30.dtsi +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi @@ -985,6 +985,12 @@ gmac: ethernet@ff360000 { resets = <&cru SRST_GMAC_A>; reset-names = "stmmaceth"; status = "disabled"; + + mdio: mdio { + compatible = "snps,dwmac-mdio"; + #address-cells = <1>; + #size-cells = <0>; + }; }; sdmmc: mmc@ff370000 { -- 2.47.2 _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip