All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/4] dt-bindings: usb: dwc3: add reference clock period
@ 2021-08-31  5:57 ` Baruch Siach
  0 siblings, 0 replies; 14+ messages in thread
From: Baruch Siach @ 2021-08-31  5:57 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Felipe Balbi, Rob Herring
  Cc: Baruch Siach, Kathiravan T, Balaji Prakash J, Jack Pham,
	Thinh Nguyen, Robert Marko, linux-arm-msm, linux-arm-kernel,
	linux-usb, devicetree

Document the snps,ref-clock-period-ns property that describes reference
clock period when it deviates from the default set value.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
v2:

Address comments from Rob Herring:

  Use standard unit suffix

  Reword description
---
 Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
index 41416fbd92aa..413ac37c447f 100644
--- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
@@ -252,6 +252,14 @@ properties:
     minimum: 0
     maximum: 0x3f
 
+  snps,ref-clock-period-ns:
+    description:
+      Value for REFCLKPER field of GUCTL register for reference clock period in
+      nanoseconds, when the hardware set default does not match the actual
+      clock.
+    minimum: 1
+    maximum: 0x3ff
+
   snps,rx-thr-num-pkt-prd:
     description:
       Periodic ESS RX packet threshold count (host mode only). Set this and
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-09-01  1:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31  5:57 [PATCH v3 1/4] dt-bindings: usb: dwc3: add reference clock period Baruch Siach
2021-08-31  5:57 ` Baruch Siach
2021-08-31  5:57 ` [PATCH v3 2/4] usb: dwc3: reference clock period configuration Baruch Siach
2021-08-31  5:57   ` Baruch Siach
2021-08-31  7:27   ` Felipe Balbi
2021-08-31  7:27     ` Felipe Balbi
2021-08-31  5:57 ` [PATCH v3 3/4] dt-bindings: usb: qcom,dwc3: add binding for IPQ6018 Baruch Siach
2021-08-31  5:57   ` Baruch Siach
2021-08-31  5:57 ` [PATCH v3 4/4] arm64: qcom: ipq6018: add usb3 DT description Baruch Siach
2021-08-31  5:57   ` Baruch Siach
2021-08-31  7:27 ` [PATCH v3 1/4] dt-bindings: usb: dwc3: add reference clock period Felipe Balbi
2021-08-31  7:27   ` Felipe Balbi
2021-09-01  1:37 ` Rob Herring
2021-09-01  1:37   ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.