Re: [PATCH v4 1/2] arm64: dts: qcom: qcs8300: add the first 2.5G ethernet

From: Andrew Lunn
Date: Sat Nov 23 2024 - 14:37:18 EST


> + ethernet0: ethernet@23040000 {
> + compatible = "qcom,qcs8300-ethqos", "qcom,sa8775p-ethqos";
> + reg = <0x0 0x23040000 0x0 0x10000>,
> + <0x0 0x23056000 0x0 0x100>;
> + reg-names = "stmmaceth", "rgmii";

Dumb question which should not stop this getting merged.

Since this is now a MAC using a SERDES, do you still need the rmgii
registers? Can the silicon actually do RGMII?

Andrew