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@xxxxxxxxxx> --- .../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%) diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml similarity index 98% rename from Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml rename to Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml index 04c24f8e4526..8343e24b669a 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/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@xxxxxxxxxx> @@ -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: -- 2.35.1