Message ID | 20240327180642.20146-2-danila@jiaxyga.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | phy: qcom-qmp-ufs: Add support for SM8475 | expand |
On 27/03/2024 19:06, Danila Tikhonov wrote: > Document the QMP UFS PHY compatible for SM8475. > > Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> > --- > .../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> (not reviewed, please provide link to DTS) Best regards, Krzysztof
On 3/28/24 11:42, Krzysztof Kozlowski wrote: > On 27/03/2024 19:06, Danila Tikhonov wrote: >> Document the QMP UFS PHY compatible for SM8475. >> >> Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> >> --- >> .../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 2 ++ >> 1 file changed, 2 insertions(+) >> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > (not reviewed, please provide link to DTS) > > Best regards, > Krzysztof > Yes, sure. SM8475 and Nothing Phone 2 (nothing-pong) on which I tested: https://github.com/mainlining/linux/blob/danila/sm8475-test/arch/arm64/boot/dts/qcom/sm8475.dtsi https://github.com/mainlining/linux/blob/danila/sm8475-test/arch/arm64/boot/dts/qcom/sm8475-nothing-pong.dts --- Best wishes Danila
On 28/03/2024 19:02, Danila Tikhonov wrote: >>> >> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> >> (not reviewed, please provide link to DTS) >> >> Best regards, >> Krzysztof >> > Yes, sure. > SM8475 and Nothing Phone 2 (nothing-pong) on which I tested: > https://github.com/mainlining/linux/blob/danila/sm8475-test/arch/arm64/boot/dts/qcom/sm8475.dtsi > https://github.com/mainlining/linux/blob/danila/sm8475-test/arch/arm64/boot/dts/qcom/sm8475-nothing-pong.dts > Thanks, looks good and in match with the binding, so let's make it: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml index 91a6cc38ff7f..1e8c3abb09a4 100644 --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml @@ -32,6 +32,7 @@ properties: - qcom,sm8250-qmp-ufs-phy - qcom,sm8350-qmp-ufs-phy - qcom,sm8450-qmp-ufs-phy + - qcom,sm8475-qmp-ufs-phy - qcom,sm8550-qmp-ufs-phy - qcom,sm8650-qmp-ufs-phy @@ -98,6 +99,7 @@ allOf: - qcom,sm8250-qmp-ufs-phy - qcom,sm8350-qmp-ufs-phy - qcom,sm8450-qmp-ufs-phy + - qcom,sm8475-qmp-ufs-phy - qcom,sm8550-qmp-ufs-phy - qcom,sm8650-qmp-ufs-phy then:
Document the QMP UFS PHY compatible for SM8475. Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> --- .../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 2 ++ 1 file changed, 2 insertions(+)