Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: phy: drop obsolete qcom,usb-8x16-phy bindings
@ 2024-07-11 12:20 Rayyan Ansari
  2024-07-11 22:53 ` Rob Herring (Arm)
  2024-08-01  6:55 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Rayyan Ansari @ 2024-07-11 12:20 UTC (permalink / raw)
  To: devicetree
  Cc: Rayyan Ansari, Vinod Koul, Kishon Vijay Abraham I, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, linux-phy,
	linux-kernel

Remove the bindings for the Qualcomm 8x16 PHY driver that was dropped
in commit 4756f35fdf14 ("usb: phy: remove phy-qcom-8x16-usb.c") in 2017.

Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org>
---
 .../bindings/phy/qcom,usb-8x16-phy.txt        | 76 -------------------
 1 file changed, 76 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-8x16-phy.txt

diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-8x16-phy.txt b/Documentation/devicetree/bindings/phy/qcom,usb-8x16-phy.txt
deleted file mode 100644
index 2cb2168cef41..000000000000
--- a/Documentation/devicetree/bindings/phy/qcom,usb-8x16-phy.txt
+++ /dev/null
@@ -1,76 +0,0 @@
-Qualcomm's APQ8016/MSM8916 USB transceiver controller
-
-- compatible:
-    Usage: required
-    Value type: <string>
-    Definition: Should contain "qcom,usb-8x16-phy".
-
-- reg:
-    Usage: required
-    Value type: <prop-encoded-array>
-    Definition: USB PHY base address and length of the register map
-
-- clocks:
-    Usage: required
-    Value type: <prop-encoded-array>
-    Definition: See clock-bindings.txt section "consumers". List of
-                two clock specifiers for interface and core controller
-                clocks.
-
-- clock-names:
-    Usage: required
-    Value type: <string>
-    Definition: Must contain "iface" and "core" strings.
-
-- vddcx-supply:
-    Usage: required
-    Value type: <phandle>
-    Definition: phandle to the regulator VDCCX supply node.
-
-- v1p8-supply:
-    Usage: required
-    Value type: <phandle>
-    Definition: phandle to the regulator 1.8V supply node.
-
-- v3p3-supply:
-    Usage: required
-    Value type: <phandle>
-    Definition: phandle to the regulator 3.3V supply node.
-
-- resets:
-    Usage: required
-    Value type: <prop-encoded-array>
-    Definition: See reset.txt section "consumers". PHY reset specifier.
-
-- reset-names:
-    Usage: required
-    Value type: <string>
-    Definition: Must contain "phy" string.
-
-- switch-gpio:
-    Usage: optional
-    Value type: <prop-encoded-array>
-    Definition: Some boards are using Dual SPDT USB Switch, witch is
-                controlled by GPIO to de/multiplex D+/D- USB lines
-                between connectors.
-
-Example:
-	usb_phy: phy@78d9000 {
-		compatible = "qcom,usb-8x16-phy";
-		reg = <0x78d9000 0x400>;
-
-		vddcx-supply = <&pm8916_s1_corner>;
-		v1p8-supply = <&pm8916_l7>;
-		v3p3-supply = <&pm8916_l13>;
-
-		clocks = <&gcc GCC_USB_HS_AHB_CLK>,
-			     <&gcc GCC_USB_HS_SYSTEM_CLK>;
-		clock-names = "iface", "core";
-
-		resets = <&gcc GCC_USB2A_PHY_BCR>;
-		reset-names = "phy";
-
-		// D+/D- lines: 1 - Routed to HUB, 0 - Device connector
-		switch-gpio = <&pm8916_gpios 4 GPIO_ACTIVE_HIGH>;
-	};
-
-- 
2.45.2


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

* Re: [PATCH] dt-bindings: phy: drop obsolete qcom,usb-8x16-phy bindings
  2024-07-11 12:20 [PATCH] dt-bindings: phy: drop obsolete qcom,usb-8x16-phy bindings Rayyan Ansari
@ 2024-07-11 22:53 ` Rob Herring (Arm)
  2024-08-01  6:55 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2024-07-11 22:53 UTC (permalink / raw)
  To: Rayyan Ansari
  Cc: Vinod Koul, linux-arm-msm, linux-phy, Conor Dooley, devicetree,
	linux-kernel, Krzysztof Kozlowski, Kishon Vijay Abraham I


On Thu, 11 Jul 2024 13:20:14 +0100, Rayyan Ansari wrote:
> Remove the bindings for the Qualcomm 8x16 PHY driver that was dropped
> in commit 4756f35fdf14 ("usb: phy: remove phy-qcom-8x16-usb.c") in 2017.
> 
> Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org>
> ---
>  .../bindings/phy/qcom,usb-8x16-phy.txt        | 76 -------------------
>  1 file changed, 76 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-8x16-phy.txt
> 

Deleted files are an automatic Reviewed-by. ;)

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>


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

* Re: [PATCH] dt-bindings: phy: drop obsolete qcom,usb-8x16-phy bindings
  2024-07-11 12:20 [PATCH] dt-bindings: phy: drop obsolete qcom,usb-8x16-phy bindings Rayyan Ansari
  2024-07-11 22:53 ` Rob Herring (Arm)
@ 2024-08-01  6:55 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2024-08-01  6:55 UTC (permalink / raw)
  To: devicetree, Rayyan Ansari
  Cc: Kishon Vijay Abraham I, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, linux-phy, linux-kernel


On Thu, 11 Jul 2024 13:20:14 +0100, Rayyan Ansari wrote:
> Remove the bindings for the Qualcomm 8x16 PHY driver that was dropped
> in commit 4756f35fdf14 ("usb: phy: remove phy-qcom-8x16-usb.c") in 2017.
> 
> 

Applied, thanks!

[1/1] dt-bindings: phy: drop obsolete qcom,usb-8x16-phy bindings
      commit: b52a38ab1e157e43a2f5f1d846c4f52ef2105763

Best regards,
-- 
Vinod Koul <vkoul@kernel.org>


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

end of thread, other threads:[~2024-08-01  6:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 12:20 [PATCH] dt-bindings: phy: drop obsolete qcom,usb-8x16-phy bindings Rayyan Ansari
2024-07-11 22:53 ` Rob Herring (Arm)
2024-08-01  6:55 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox