diff options
author | Rudraksha Gupta <guptarud@gmail.com> | 2023-06-07 07:00:21 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-06-21 19:58:52 +0200 |
commit | bc958b3adf9f83fd80e81fa723de955bb90c8eca (patch) | |
tree | 39d81351719f47aea9cb0ec814de5193eba796cb /Documentation | |
parent | phy: tegra: xusb: check return value of devm_kzalloc() (diff) | |
download | linux-bc958b3adf9f83fd80e81fa723de955bb90c8eca.tar.xz linux-bc958b3adf9f83fd80e81fa723de955bb90c8eca.zip |
dt-bindings: phy: qcom,usb-hs-phy: Add compatible
Adds qcom,usb-hs-phy-msm8960 compatible
Signed-off-by: Rudraksha Gupta <guptarud@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230607050025.86636-3-guptarud@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml index aa97478dd016..f042d6af1594 100644 --- a/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml @@ -13,7 +13,9 @@ if: properties: compatible: contains: - const: qcom,usb-hs-phy-apq8064 + enum: + - qcom,usb-hs-phy-apq8064 + - qcom,usb-hs-phy-msm8960 then: properties: resets: @@ -40,6 +42,7 @@ properties: - qcom,usb-hs-phy-apq8064 - qcom,usb-hs-phy-msm8226 - qcom,usb-hs-phy-msm8916 + - qcom,usb-hs-phy-msm8960 - qcom,usb-hs-phy-msm8974 - const: qcom,usb-hs-phy |