similarity index 98%
rename from Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
rename to Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml
@@ -2,10 +2,10 @@
%YAML 1.2
---
-$id: "http://devicetree.org/schemas/phy/qcom,qmp-phy.yaml#"
+$id: "http://devicetree.org/schemas/phy/qcom,qmp-usb-phy.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
-title: Qualcomm QMP PHY controller
+title: Qualcomm QMP PHY controller (USB)
maintainers:
- Vinod Koul <vkoul@kernel.org>
@@ -130,6 +130,7 @@ allOf:
required:
- vdda-phy-supply
- vdda-pll-supply
+
- if:
properties:
compatible:
@@ -160,6 +161,7 @@ allOf:
required:
- vdda-phy-supply
- vdda-pll-supply
+
- if:
properties:
compatible:
@@ -191,6 +193,7 @@ allOf:
required:
- vdda-phy-supply
- vdda-pll-supply
+
- if:
properties:
compatible:
@@ -225,6 +228,7 @@ allOf:
required:
- vdda-phy-supply
- vdda-pll-supply
+
- if:
properties:
compatible:
@@ -255,6 +259,7 @@ allOf:
required:
- vdda-phy-supply
- vdda-pll-supply
+
- if:
properties:
compatible:
The QMP PHY DT schema is getting unwieldy. Break out the USB PHY binding in a separate file. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> --- .../phy/{qcom,qmp-phy.yaml => qcom,qmp-usb-phy.yaml} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename Documentation/devicetree/bindings/phy/{qcom,qmp-phy.yaml => qcom,qmp-usb-phy.yaml} (98%)