Thread (21 messages) 21 messages, 3 authors, 2024-12-18

Re: [PATCH v2 2/2] arm64: dts: qcom: qcs615-ride: Enable ethernet node

From: Konrad Dybcio <hidden>
Date: 2024-11-22 12:27:05
Also in: linux-arm-msm, linux-devicetree, lkml

On 19.11.2024 11:09 AM, Yijie Yang wrote:

On 2024-11-19 09:27, Andrew Lunn wrote:
quoted
On Mon, Nov 18, 2024 at 02:44:02PM +0800, Yijie Yang wrote:
quoted
Enable the ethernet node, add the phy node and pinctrl for ethernet.

Signed-off-by: Yijie Yang <redacted>
---
  arch/arm64/boot/dts/qcom/qcs615-ride.dts | 106 +++++++++++++++++++++++++++++++
  1 file changed, 106 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/qcs615-ride.dts b/arch/arm64/boot/dts/qcom/qcs615-ride.dts
index ee6cab3924a6d71f29934a8debba3a832882abdd..299be3aa17a0633d808f4b5d32aed946f07d5dfd 100644
--- a/arch/arm64/boot/dts/qcom/qcs615-ride.dts
+++ b/arch/arm64/boot/dts/qcom/qcs615-ride.dts
@@ -5,6 +5,7 @@
  /dts-v1/;
    #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
+#include <dt-bindings/gpio/gpio.h>
  #include "qcs615.dtsi"
  / {
      model = "Qualcomm Technologies, Inc. QCS615 Ride";
@@ -196,6 +197,60 @@ vreg_l17a: ldo17 {
      };
  };
  +&ethernet {
+    status = "okay";
+
+    pinctrl-0 = <&ethernet_defaults>;
+    pinctrl-names = "default";
+
+    phy-handle = <&rgmii_phy>;
+    phy-mode = "rgmii";
That is unusual. Does the board have extra long clock lines?
Do you mean to imply that using RGMII mode is unusual? While the EMAC controller supports various modes, due to hardware design limitations, only RGMII mode can be effectively implemented.
Is that a board-specific issue, or something that concerns the SoC itself?
quoted
quoted
+    max-speed = <1000>;
Why do you have this property? It is normally used to slow the MAC
down because of issues at higher speeds.
According to the databoot, the EMAC in RGMII mode can support speeds of up to 1Gbps.
I believe the question Andrew is asking is "how is that effectively
different from the default setting (omitting the property)?"

Konrad
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help