Message ID | 20210115174723.7424-4-jackp@codeaurora.org |
---|---|
State | Superseded |
Headers | show |
Series | SM8350 USB and dt-bindings updates | expand |
On Fri 15 Jan 11:47 CST 2021, Jack Pham wrote: > Add the compatible strings for the USB2 PHYs found on QCOM > SM8250 & SM8350 SoCs. > > Note that the SM8250 compatible is already in use in the dts and > driver implementation but was missing from the documentation. > Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Regards, Bjorn > Signed-off-by: Jack Pham <jackp@codeaurora.org> > --- > .../devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml > index 4949a2851532..ee77c6458326 100644 > --- a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml > +++ b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml > @@ -17,6 +17,8 @@ properties: > enum: > - qcom,usb-snps-hs-7nm-phy > - qcom,sm8150-usb-hs-phy > + - qcom,sm8250-usb-hs-phy > + - qcom,sm8350-usb-hs-phy > - qcom,usb-snps-femto-v2-phy > > reg: > -- > 2.24.0 >
On 15-01-21, 09:47, Jack Pham wrote: > Add the compatible strings for the USB2 PHYs found on QCOM > SM8250 & SM8350 SoCs. > > Note that the SM8250 compatible is already in use in the dts and > driver implementation but was missing from the documentation. Applied, thanks
diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml index 4949a2851532..ee77c6458326 100644 --- a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml @@ -17,6 +17,8 @@ properties: enum: - qcom,usb-snps-hs-7nm-phy - qcom,sm8150-usb-hs-phy + - qcom,sm8250-usb-hs-phy + - qcom,sm8350-usb-hs-phy - qcom,usb-snps-femto-v2-phy reg:
Add the compatible strings for the USB2 PHYs found on QCOM SM8250 & SM8350 SoCs. Note that the SM8250 compatible is already in use in the dts and driver implementation but was missing from the documentation. Signed-off-by: Jack Pham <jackp@codeaurora.org> --- .../devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml | 2 ++ 1 file changed, 2 insertions(+)