[PATCH 1/3] dt-bindings: net: stmmac: Tune rx sampling occasion
Yijie Yang
quic_yijiyang at quicinc.com
Wed Dec 25 02:04:45 PST 2024
Add documentation detailing the capability for tuning the RX sampling
occasion of the Qualcomm MAC. Introduce a new flag to indicate that a
board requires switching the timing of signal sampling, instead of relying
solely on the EMAC version in the driver code. For older DTS, the logic
for current boards is hard-coded in the driver code to ensure they
function as previously.
Signed-off-by: Yijie Yang <quic_yijiyang at quicinc.com>
---
Documentation/devicetree/bindings/net/qcom,ethqos.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
index f117471fb06fb3b507df811d55d41d0b610ac15f..dab6d9ccfa9a0b64e314a4cca84f25b97f6cee40 100644
--- a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
@@ -78,6 +78,12 @@ properties:
phy-names:
const: serdes
+ qcom,rx-prog-swap:
+ type: boolean
+ description:
+ Swap the sampling occasion on the RX side. This can be used for
+ tuning when connected to a third-party PHY.
+
required:
- compatible
- clocks
--
2.34.1
More information about the linux-arm-kernel
mailing list