diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-10-21 13:33:07 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-12-08 18:59:32 +0300 |
commit | d1cfda3b1e4dba015d7cbceb49fb35fdf10b743a (patch) | |
tree | bab2c1cc853925ac1f6633550def767cd704c3d1 | |
parent | d567679f2b6a8bcea20589bbea6488c0236886cd (diff) | |
download | linux-d1cfda3b1e4dba015d7cbceb49fb35fdf10b743a.tar.xz |
dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Add SAR2130P compatible
Document compatible for the USB+DP Combo PHY on SAR2130P platform.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20241021-sar2130p-phys-v2-1-d883acf170f7@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml | 2 |
1 files changed, 2 insertions, 0 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 2d0d7e9e6431..358a6736a951 100644 --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml @@ -16,6 +16,7 @@ description: properties: compatible: enum: + - qcom,sar2130p-qmp-usb3-dp-phy - qcom,sc7180-qmp-usb3-dp-phy - qcom,sc7280-qmp-usb3-dp-phy - qcom,sc8180x-qmp-usb3-dp-phy @@ -127,6 +128,7 @@ allOf: properties: compatible: enum: + - qcom,sar2130p-qmp-usb3-dp-phy - qcom,sc8280xp-qmp-usb43dp-phy - qcom,sm6350-qmp-usb3-dp-phy - qcom,sm8550-qmp-usb3-dp-phy |