Message ID | 20240417065454.3599824-1-github.com@herrie.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [v3] dt-bindings: phy: qcom,usb-hs-phy: Add compatible | expand |
On 17-04-24, 08:54, Herman van Hazendonk wrote: > Adds qcom,usb-hs-phy-msm8660 compatible > > Used by HP Touchpad (tenderloin) for example. This lgtm, where is the dts for this, would like to check that before I pick this > > Signed-off-by: Herman van Hazendonk <github.com@herrie.org> > --- > Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml > index f042d6af1594..e03b516c698c 100644 > --- a/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml > @@ -15,6 +15,7 @@ if: > contains: > enum: > - qcom,usb-hs-phy-apq8064 > + - qcom,usb-hs-phy-msm8660 > - qcom,usb-hs-phy-msm8960 > then: > properties: > @@ -41,6 +42,7 @@ properties: > - enum: > - qcom,usb-hs-phy-apq8064 > - qcom,usb-hs-phy-msm8226 > + - qcom,usb-hs-phy-msm8660 > - qcom,usb-hs-phy-msm8916 > - qcom,usb-hs-phy-msm8960 > - qcom,usb-hs-phy-msm8974 > > -- > linux-phy mailing list > linux-phy@lists.infradead.org > https://lists.infradead.org/mailman/listinfo/linux-phy
On Wed, 17 Apr 2024 08:54:54 +0200, Herman van Hazendonk wrote: > Adds qcom,usb-hs-phy-msm8660 compatible > > Used by HP Touchpad (tenderloin) for example. > > Signed-off-by: Herman van Hazendonk <github.com@herrie.org> > --- > Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
On Wed, 17 Apr 2024 08:54:54 +0200, Herman van Hazendonk wrote: > Adds qcom,usb-hs-phy-msm8660 compatible > > Used by HP Touchpad (tenderloin) for example. > > Applied, thanks! [1/1] dt-bindings: phy: qcom,usb-hs-phy: Add compatible commit: cd13368db059de22d27e86665a378aa2a388db85 Best regards,
diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml index f042d6af1594..e03b516c698c 100644 --- a/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml @@ -15,6 +15,7 @@ if: contains: enum: - qcom,usb-hs-phy-apq8064 + - qcom,usb-hs-phy-msm8660 - qcom,usb-hs-phy-msm8960 then: properties: @@ -41,6 +42,7 @@ properties: - enum: - qcom,usb-hs-phy-apq8064 - qcom,usb-hs-phy-msm8226 + - qcom,usb-hs-phy-msm8660 - qcom,usb-hs-phy-msm8916 - qcom,usb-hs-phy-msm8960 - qcom,usb-hs-phy-msm8974
Adds qcom,usb-hs-phy-msm8660 compatible Used by HP Touchpad (tenderloin) for example. Signed-off-by: Herman van Hazendonk <github.com@herrie.org> --- Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml | 2 ++ 1 file changed, 2 insertions(+)