[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <30ce8f45b8752c603acc861ebb2f18d74d2f8a07.1706105494.git.esben@geanix.com>
Date: Wed, 24 Jan 2024 15:33:06 +0100
From: Esben Haabendal <esben@...nix.com>
To: devicetree@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Alexandre Torgue <alexandre.torgue@...s.st.com>,
Giuseppe Cavallaro <peppe.cavallaro@...com>,
Jose Abreu <joabreu@...opsys.com>
Cc: netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/3] dt-bindings: net: snps,dwmac: Add time-based-scheduling property
Time Based Scheduling can be enabled per TX queue, if supported by the
controller.
Signed-off-by: Esben Haabendal <esben@...nix.com>
---
Documentation/devicetree/bindings/net/snps,dwmac.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
index 5c2769dc689a..301e9150ecc3 100644
--- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
@@ -399,6 +399,12 @@ properties:
type: boolean
description: TX checksum offload is unsupported by the TX queue.
+ snps,time-based-scheduling:
+ type: boolean
+ description:
+ Time Based Scheduling will be enabled for TX queue.
+ This is typically not supported for TX queue 0.
+
allOf:
- if:
required:
--
2.43.0
Powered by blists - more mailing lists