All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 1/3] dt-bindings: phy: qcom,qmp-usb3-dp: Add sm6350 compatible
@ 2022-11-25  9:27 ` Luca Weiss
  0 siblings, 0 replies; 26+ messages in thread
From: Luca Weiss @ 2022-11-25  9:27 UTC (permalink / raw)
  To: linux-arm-msm, Johan Hovold
  Cc: ~postmarketos/upstreaming, phone-devel, Luca Weiss, Andy Gross,
	Bjorn Andersson, Konrad Dybcio, Vinod Koul,
	Kishon Vijay Abraham I, Rob Herring, Krzysztof Kozlowski,
	linux-phy, devicetree, linux-kernel

Add the compatible describing the combo phy found on SM6350.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
@Johan Hovold, I've sent this v2 as RFC because there are several things
where I have questions on how it should be done.

In this patch, you can see there's cfg_ahb (&xo_board) and power-domains
is not set. In msm-4.19 &gcc_usb30_prim_gdsc is only used in the
ssusb@a600000 node, or should I also add it to qmpphy?

 .../bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml          | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml
index 6f31693d9868..3e39e3e0504d 100644
--- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml
@@ -17,16 +17,18 @@ properties:
   compatible:
     enum:
       - qcom,sc8280xp-qmp-usb43dp-phy
+      - qcom,sm6350-qmp-usb3-dp-phy
 
   reg:
     maxItems: 1
 
   clocks:
-    maxItems: 4
+    maxItems: 5
 
   clock-names:
     items:
       - const: aux
+      - const: cfg_ahb
       - const: ref
       - const: com_aux
       - const: usb3_pipe
@@ -61,7 +63,6 @@ required:
   - reg
   - clocks
   - clock-names
-  - power-domains
   - resets
   - reset-names
   - vdda-phy-supply
-- 
2.38.1


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

end of thread, other threads:[~2022-11-29 15:29 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25  9:27 [RFC PATCH v2 1/3] dt-bindings: phy: qcom,qmp-usb3-dp: Add sm6350 compatible Luca Weiss
2022-11-25  9:27 ` Luca Weiss
2022-11-25  9:27 ` [RFC PATCH v2 2/3] phy: qcom-qmp-combo: Add config for SM6350 Luca Weiss
2022-11-25  9:27   ` Luca Weiss
2022-11-25 10:01   ` Johan Hovold
2022-11-25 10:01     ` Johan Hovold
2022-11-25 10:14     ` Luca Weiss
2022-11-25 10:14       ` Luca Weiss
2022-11-25 10:23       ` Johan Hovold
2022-11-25 10:23         ` Johan Hovold
2022-11-25  9:27 ` [RFC PATCH v2 3/3] arm64: dts: qcom: sm6350: Use specific qmpphy compatible Luca Weiss
2022-11-25 10:11   ` Johan Hovold
2022-11-25  9:50 ` [RFC PATCH v2 1/3] dt-bindings: phy: qcom,qmp-usb3-dp: Add sm6350 compatible Johan Hovold
2022-11-25  9:50   ` Johan Hovold
2022-11-25  9:55   ` Luca Weiss
2022-11-25  9:55     ` Luca Weiss
2022-11-25 10:19     ` Johan Hovold
2022-11-25 10:19       ` Johan Hovold
2022-11-25 12:53       ` Luca Weiss
2022-11-25 12:53         ` Luca Weiss
2022-11-25 13:52         ` Johan Hovold
2022-11-25 13:52           ` Johan Hovold
2022-11-25 14:12           ` Luca Weiss
2022-11-25 14:12             ` Luca Weiss
2022-11-29 15:29             ` Johan Hovold
2022-11-29 15:29               ` Johan Hovold

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.