Message ID | 20221116120157.2706810-3-abel.vesa@linaro.org |
---|---|
State | Changes Requested |
Headers | show |
Series | phy: qualcomm: Add support for SM8550 | expand |
On Wed, Nov 16, 2022 at 02:01:49PM +0200, Abel Vesa wrote: > Document the QMP UFS PHY compatible for SM8550. > > Signed-off-by: Abel Vesa <abel.vesa@linaro.org> > --- > .../phy/qcom,msm8996-qmp-ufs-phy.yaml | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml > index be41acbd3b6c..1ea5fcd4a59e 100644 > --- a/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml > @@ -29,6 +29,7 @@ properties: > - qcom,sm8250-qmp-ufs-phy > - qcom,sm8350-qmp-ufs-phy > - qcom,sm8450-qmp-ufs-phy > + - qcom,sm8550-qmp-ufs-phy As I mentioned in my comment to the dts changes, you should base the binding on sc8280xp instead. The older ones will probably be converted too eventually. Johan
diff --git a/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml index be41acbd3b6c..1ea5fcd4a59e 100644 --- a/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml @@ -29,6 +29,7 @@ properties: - qcom,sm8250-qmp-ufs-phy - qcom,sm8350-qmp-ufs-phy - qcom,sm8450-qmp-ufs-phy + - qcom,sm8550-qmp-ufs-phy reg: items: @@ -66,6 +67,9 @@ properties: vddp-ref-clk-supply: true + vdda-phy-max-microamp: true + vdda-pll-max-microamp: true + patternProperties: "^phy@[0-9a-f]+$": type: object @@ -141,6 +145,7 @@ allOf: contains: enum: - qcom,sm8450-qmp-ufs-phy + - qcom,sm8550-qmp-ufs-phy then: properties: clocks: @@ -163,6 +168,7 @@ allOf: - qcom,sm8250-qmp-ufs-phy - qcom,sm8350-qmp-ufs-phy - qcom,sm8450-qmp-ufs-phy + - qcom,sm8550-qmp-ufs-phy then: patternProperties: "^phy@[0-9a-f]+$": @@ -209,6 +215,24 @@ allOf: - description: RX - description: PCS + - if: + properties: + compatible: + contains: + enum: + - qcom,sm8550-qmp-ufs-phy + then: + patternProperties: + "^phy@[0-9a-f]+$": + properties: + vdda-phy-max-microamp: + description: + Specifies max. load that can be drawn from VDDA PHY supply. + + vdda-pll-max-microamp: + description: + Specifies max. load that can be drawn from VDDA PLL supply. + examples: - | #include <dt-bindings/clock/qcom,gcc-sm8250.h>
Document the QMP UFS PHY compatible for SM8550. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- .../phy/qcom,msm8996-qmp-ufs-phy.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+)