mbox series

[V2,0/2] Add Phy Configuration support for SC7280

Message ID 20230819115223.9479-1-quic_nitirawa@quicinc.com
Headers show
Series Add Phy Configuration support for SC7280 | expand

Message

Nitin Rawat Aug. 19, 2023, 11:52 a.m. UTC
This patch adds Phy configuration support for Qualcomm SC7280 SOC.

Changes from V1:
- Addressed dmitry's comment to align sc7280 register arrays in sorted order
- Addressed konrad & vinod's comment to align phy compatible in sorted order

Nitin Rawat (2):
  dt-bindings: phy: Add QMP UFS PHY comptible for SC7280
  phy: qcom-qmp-ufs: Add Phy Configuration support for SC7280

 .../phy/qcom,sc8280xp-qmp-ufs-phy.yaml        |   2 +
 drivers/phy/qualcomm/phy-qcom-qmp-ufs.c       | 142 ++++++++++++++++++
 2 files changed, 144 insertions(+)

--
2.17.1

Comments

Krzysztof Kozlowski Aug. 19, 2023, 12:44 p.m. UTC | #1
On 19/08/2023 13:52, Nitin Rawat wrote:
> Document the QMP UFS PHY compatible for SC7280.
> 
> Signed-off-by: Nitin Rawat <quic_nitirawa@quicinc.com>
> ---


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof