From: "Heiko Stübner" <heiko@sntech.de>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Jonas Karlman <jonas@kwiboo.se>
Cc: Yao Zi <ziyao@disroot.org>, Chukun Pan <amadeus@jmu.edu.cn>,
linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Jonas Karlman <jonas@kwiboo.se>
Subject: Re: [PATCH v3 0/2] rockchip: Enable Ethernet controller on Radxa E20C
Date: Fri, 09 May 2025 23:40:56 +0200 [thread overview]
Message-ID: <2728051.BddDVKsqQX@diego> (raw)
In-Reply-To: <20250509202402.260038-1-jonas@kwiboo.se>
Am Freitag, 9. Mai 2025, 22:23:56 Mitteleuropäische Sommerzeit schrieb Jonas Karlman:
> The Rockchip RK3528 has two Ethernet controllers, one 100/10 MAC to be
> used with the integrated PHY and a second 1000/100/10 MAC to be used
> with an external Ethernet PHY.
>
> This series add device tree nodes for the Ethernet controllers found in
> RK3528 and enable the LAN interface on Radxa E20C.
>
> This include a gmac0 node for the 100/10 MAC and its related integrated
> PHY node that only have recived limited testing. I have no board that
> expose an Ethernet port for the gmac0 and the integrated PHY. However,
> the PHY can be identified on addr 0x2 as 0044.1400 and in vendor kernel
> this relate to the Rockchip RK630 PHY. A proper PHY driver will be
> needed to support any real use of gmac0.
>
> Changes in v3:
> - Rebase on top of latest mmind/for-next
>
> Changes in v2:
> - Split from the "Add GMAC support for RK3528" driver series [1]
split from ... was that series merged already?
The linked lore-thread only talks about the series needing to be reposted.
Heiko
> - Add ethernet-phy@2 for the integrated PHY
> - Rebase on top of the "Support I2C controllers in RK3528" series [2]
>
> [1] https://lore.kernel.org/r/20250309232622.1498084-1-jonas@kwiboo.se
> [2] https://lore.kernel.org/r/20250309070603.35254-1-ziyao@disroot.org
>
> Jonas Karlman (2):
> arm64: dts: rockchip: Add GMAC nodes for RK3528
> arm64: dts: rockchip: Enable Ethernet controller on Radxa E20C
>
> .../boot/dts/rockchip/rk3528-radxa-e20c.dts | 30 +++++
> arch/arm64/boot/dts/rockchip/rk3528.dtsi | 105 ++++++++++++++++++
> 2 files changed, 135 insertions(+)
>
>
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Jonas Karlman <jonas@kwiboo.se>
Cc: Yao Zi <ziyao@disroot.org>, Chukun Pan <amadeus@jmu.edu.cn>,
linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Jonas Karlman <jonas@kwiboo.se>
Subject: Re: [PATCH v3 0/2] rockchip: Enable Ethernet controller on Radxa E20C
Date: Fri, 09 May 2025 23:40:56 +0200 [thread overview]
Message-ID: <2728051.BddDVKsqQX@diego> (raw)
In-Reply-To: <20250509202402.260038-1-jonas@kwiboo.se>
Am Freitag, 9. Mai 2025, 22:23:56 Mitteleuropäische Sommerzeit schrieb Jonas Karlman:
> The Rockchip RK3528 has two Ethernet controllers, one 100/10 MAC to be
> used with the integrated PHY and a second 1000/100/10 MAC to be used
> with an external Ethernet PHY.
>
> This series add device tree nodes for the Ethernet controllers found in
> RK3528 and enable the LAN interface on Radxa E20C.
>
> This include a gmac0 node for the 100/10 MAC and its related integrated
> PHY node that only have recived limited testing. I have no board that
> expose an Ethernet port for the gmac0 and the integrated PHY. However,
> the PHY can be identified on addr 0x2 as 0044.1400 and in vendor kernel
> this relate to the Rockchip RK630 PHY. A proper PHY driver will be
> needed to support any real use of gmac0.
>
> Changes in v3:
> - Rebase on top of latest mmind/for-next
>
> Changes in v2:
> - Split from the "Add GMAC support for RK3528" driver series [1]
split from ... was that series merged already?
The linked lore-thread only talks about the series needing to be reposted.
Heiko
> - Add ethernet-phy@2 for the integrated PHY
> - Rebase on top of the "Support I2C controllers in RK3528" series [2]
>
> [1] https://lore.kernel.org/r/20250309232622.1498084-1-jonas@kwiboo.se
> [2] https://lore.kernel.org/r/20250309070603.35254-1-ziyao@disroot.org
>
> Jonas Karlman (2):
> arm64: dts: rockchip: Add GMAC nodes for RK3528
> arm64: dts: rockchip: Enable Ethernet controller on Radxa E20C
>
> .../boot/dts/rockchip/rk3528-radxa-e20c.dts | 30 +++++
> arch/arm64/boot/dts/rockchip/rk3528.dtsi | 105 ++++++++++++++++++
> 2 files changed, 135 insertions(+)
>
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2025-05-09 21:43 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-09 20:23 [PATCH v3 0/2] rockchip: Enable Ethernet controller on Radxa E20C Jonas Karlman
2025-05-09 20:23 ` Jonas Karlman
2025-05-09 20:23 ` [PATCH v3 1/2] arm64: dts: rockchip: Add GMAC nodes for RK3528 Jonas Karlman
2025-05-09 20:23 ` Jonas Karlman
2025-05-09 20:23 ` [PATCH v3 2/2] arm64: dts: rockchip: Enable Ethernet controller on Radxa E20C Jonas Karlman
2025-05-09 20:23 ` Jonas Karlman
2025-05-09 21:40 ` Heiko Stübner [this message]
2025-05-09 21:40 ` [PATCH v3 0/2] " Heiko Stübner
2025-05-09 21:50 ` Jonas Karlman
2025-05-09 21:50 ` Jonas Karlman
2025-05-10 8:02 ` Yao Zi
2025-05-10 8:02 ` Yao Zi
2025-05-10 16:13 ` Heiko Stuebner
2025-05-10 16:13 ` Heiko Stuebner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2728051.BddDVKsqQX@diego \
--to=heiko@sntech.de \
--cc=amadeus@jmu.edu.cn \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jonas@kwiboo.se \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@kernel.org \
--cc=ziyao@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.