[PATCH 3/3] arm64: dts: rockchip: Add Radxa E24C
Andrew Lunn
andrew at lunn.ch
Sun Jul 27 09:44:27 PDT 2025
On Sun, Jul 27, 2025 at 06:26:03PM +0200, Jonas Karlman wrote:
> Hi Andrew,
>
> On 7/27/2025 6:15 PM, Andrew Lunn wrote:
> >> +&gmac1 {
> >> + clock_in_out = "output";
> >> + phy-mode = "rgmii-id";
> >> + phy-supply = <&avdd_rtl8367rb>;
> >> + pinctrl-names = "default";
> >> + pinctrl-0 = <&rgmii_miim>, <&rgmii_tx_bus2>, <&rgmii_rx_bus2>,
> >> + <&rgmii_rgmii_clk>, <&rgmii_rgmii_bus>, <&gmac1_rstn_l>;
> >> + status = "okay";
> >> +
> >> + fixed-link {
> >> + speed = <1000>;
> >> + full-duplex;
> >> + };
> >
> > A fixed-link without an obvious reason gets me asking questions...
> >
> > The schematic indicates there is a realtek 6387 switch on the other
> > end. rtl8365mb.c seems to support this. Is there a reason you did not
> > include this now?
>
> Sorry, this was mentioned in the cover letter, and patches to enable use
> of the switch is incoming in a separate series very shortly.
>
> """
> This also leaves out describing the RTL8367RB-VB switch as support for
> the switch requires dt-binding and/or driver changes to make it work,
> something that will be handled in a separate follow-up series.
> """
Ah, sorry, missed that.
Please Cc: me when you post these patches.
For the gmac1 node only:
Reviewed-by: Andrew Lunn <andrew at lunn.ch>
It is nice to see the correct phy-mode being used.
Andrew
More information about the linux-arm-kernel
mailing list