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 3454DC369D3 for ; Thu, 24 Apr 2025 01:06:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=bucGeGzue6hZV/iDgVGfGlRPhPd6Yu16i4byedFs2po=; b=SOznL5BGCbZrVcgS4C2Kp3tdQw XHgtoPF7PK0bvEDKm9Vh5++P0bjQ1o0pTSKZGVA1ZOqJGb2+3nKf40DlCbsHjLW1pMgphhxz+IK1A uaA259vThcjHyLp13MMHWOUcbX/2i9do5A4bO6+BXSkvtTGE8GAVRTGAEWlkyY9dzGX9Z6kamG8xB pA1wt96YaQ7QpBavakT8SwrLbQhn8Qv7uYyT7Wt7Wzm5phdpgSt21IoTylzsfCYCbK0tLbNuOGv4z 4IS8gqF9I4adc05xsgiEyimIxis1fee0ZQNReE+LpkB+6+h8xtVkZIWrGhdh8VUN3td57LtDybTK1 kdek9AXA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u7l31-0000000CTfy-45QJ; Thu, 24 Apr 2025 01:06:39 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u7khN-0000000CQcr-3jfP for linux-arm-kernel@lists.infradead.org; Thu, 24 Apr 2025 00:44:19 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3ED171063; Wed, 23 Apr 2025 17:44:12 -0700 (PDT) Received: from minigeek.lan (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B84733F59E; Wed, 23 Apr 2025 17:44:14 -0700 (PDT) Date: Thu, 24 Apr 2025 01:43:14 +0100 From: Andre Przywara To: Yixun Lan Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Maxime Ripard , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 3/5] arm64: dts: allwinner: a523: Add EMAC0 ethernet MAC Message-ID: <20250424014314.146e088f@minigeek.lan> In-Reply-To: <20250423-01-sun55i-emac0-v1-3-46ee4c855e0a@gentoo.org> References: <20250423-01-sun55i-emac0-v1-0-46ee4c855e0a@gentoo.org> <20250423-01-sun55i-emac0-v1-3-46ee4c855e0a@gentoo.org> Organization: Arm Ltd. X-Mailer: Claws Mail 4.2.0 (GTK 3.24.31; x86_64-slackware-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250423_174418_025660_7DAF17A6 X-CRM114-Status: GOOD ( 18.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 23 Apr 2025 22:03:24 +0800 Yixun Lan wrote: Hi Yixun, thanks for sending those patches! > Add EMAC0 ethernet MAC support which found on A523 variant SoCs, > including the A527/T527 chips. maybe add here that MAC0 is compatible to the A64, and requires an external PHY. And that we only add the RGMII pins for now. > Signed-off-by: Yixun Lan > --- > arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi | 42 ++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > > diff --git a/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi b/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi > index ee485899ba0af69f32727a53de20051a2e31be1d..c3ba2146c4b45f72c2a5633ec434740d681a21fb 100644 > --- a/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi > +++ b/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi > @@ -126,6 +126,17 @@ pio: pinctrl@2000000 { > interrupt-controller; > #interrupt-cells = <3>; > > + emac0_pins: emac0-pins { Both the alias and the node name should contain rgmii instead of emac0, as the other SoCs do, I think: rgmii0_pins: rgmii0-pins { > + pins = "PH0", "PH1", "PH2", "PH3", > + "PH4", "PH5", "PH6", "PH7", > + "PH9", "PH10","PH13","PH14", > + "PH15","PH16","PH17","PH18"; I think there should be a space behind each comma, and the first quotation marks in each line should align. PH13 is EPHY-25M, that's the (optional) 25 MHz output clock pin, for PHYs without a crystal. That's not controlled by the MAC, so I would leave it out of this list, as also both the Avaota and the Radxa don't need it. If there will be a user, they can add this separately. > + allwinner,pinmux = <5>; > + function = "emac0"; > + drive-strength = <40>; > + bias-pull-up; Shouldn't this be push-pull, so no pull-up? The rest looks correct, when compared to the A523 manual. Cheers, Andre > + }; > + > mmc0_pins: mmc0-pins { > pins = "PF0" ,"PF1", "PF2", "PF3", "PF4", "PF5"; > allwinner,pinmux = <2>; > @@ -409,6 +420,15 @@ i2c5: i2c@2503400 { > #size-cells = <0>; > }; > > + syscon: syscon@3000000 { > + compatible = "allwinner,sun55i-a523-system-control", > + "allwinner,sun50i-a64-system-control"; > + reg = <0x03000000 0x1000>; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges; > + }; > + > gic: interrupt-controller@3400000 { > compatible = "arm,gic-v3"; > #address-cells = <1>; > @@ -521,6 +541,28 @@ ohci1: usb@4200400 { > status = "disabled"; > }; > > + emac0: ethernet@4500000 { > + compatible = "allwinner,sun55i-a523-emac0", > + "allwinner,sun50i-a64-emac"; > + reg = <0x04500000 0x10000>; > + clocks = <&ccu CLK_BUS_EMAC0>; > + clock-names = "stmmaceth"; > + resets = <&ccu RST_BUS_EMAC0>; > + reset-names = "stmmaceth"; > + interrupts = ; > + interrupt-names = "macirq"; > + pinctrl-names = "default"; > + pinctrl-0 = <&emac0_pins>; > + syscon = <&syscon>; > + status = "disabled"; > + > + mdio0: mdio { > + compatible = "snps,dwmac-mdio"; > + #address-cells = <1>; > + #size-cells = <0>; > + }; > + }; > + > r_ccu: clock-controller@7010000 { > compatible = "allwinner,sun55i-a523-r-ccu"; > reg = <0x7010000 0x250>; >