Message ID | 20210622203240.559979-3-iskren.chernev@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Add USB HS support for SM4250/6115 | expand |
On Tue 22 Jun 15:32 CDT 2021, Iskren Chernev wrote: > This compatible string is for the HS USB PHY on sm4250 and sm6115 > platforms. > Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Regards, Bjorn > Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> > --- > Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml > index 9f9cf07b7d45..70258540676a 100644 > --- a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml > @@ -23,6 +23,8 @@ properties: > - qcom,msm8998-qusb2-phy > - qcom,sdm660-qusb2-phy > - qcom,ipq6018-qusb2-phy > + - qcom,sm4250-qusb2-phy > + - qcom,sm6115-qusb2-phy > - items: > - enum: > - qcom,sc7180-qusb2-phy > -- > 2.31.1 >
diff --git a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml index 9f9cf07b7d45..70258540676a 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml @@ -23,6 +23,8 @@ properties: - qcom,msm8998-qusb2-phy - qcom,sdm660-qusb2-phy - qcom,ipq6018-qusb2-phy + - qcom,sm4250-qusb2-phy + - qcom,sm6115-qusb2-phy - items: - enum: - qcom,sc7180-qusb2-phy
This compatible string is for the HS USB PHY on sm4250 and sm6115 platforms. Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> --- Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 2 ++ 1 file changed, 2 insertions(+)