diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2021-12-13 09:26:05 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-12-14 08:38:26 +0100 |
commit | 918aaae300a634c4e0e98ad6820c9dc31eba09af (patch) | |
tree | 1c06a4f1ae9e69545168423dada2739902dc55ca /Documentation | |
parent | phy: tegra: xusb: Fix return value of tegra_xusb_find_port_node function (diff) | |
download | linux-918aaae300a634c4e0e98ad6820c9dc31eba09af.tar.xz linux-918aaae300a634c4e0e98ad6820c9dc31eba09af.zip |
dt-bindings: phy: qcom,qusb2: Add SM6350 compatible
Add devicetree compatible for the usb phy on SM6350 SoC.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20211213082614.22651-5-luca.weiss@fairphone.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml index aa2e409a1a09..e651a63a4be3 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml @@ -30,6 +30,7 @@ properties: - enum: - qcom,sc7180-qusb2-phy - qcom,sdm845-qusb2-phy + - qcom,sm6350-qusb2-phy - const: qcom,qusb2-v2-phy reg: maxItems: 1 |