mbox series

[v1,0/4] Enable UFS on QCS615

Message ID 20241017042300.872963-1-quic_liuxin@quicinc.com (mailing list archive)
Headers show
Series Enable UFS on QCS615 | expand

Message

Xin Liu Oct. 17, 2024, 4:22 a.m. UTC
From: Sayali Lokhande <quic_sayalil@quicinc.com>	
	
Add UFS support to the QCS615 Ride platform. The UFS host controller and
QMP UFS PHY hardware of QCS615 are derived from SM6115. Include the
relevant binding documents accordingly. Additionally, configure UFS-related
clock, power, and interconnect settings in the device tree.

Signed-off-by: Xin Liu <quic_liuxin@quicinc.com>
---
This patch series depends on below patch series:
https://lore.kernel.org/all/20240926-add_initial_support_for_qcs615-v3-0-e37617e91c62@quicinc.com/
https://lore.kernel.org/all/20241011063112.19087-1-quic_qqzhou@quicinc.com/

Xin Liu (4):
  dt-bindings: phy: Add QMP UFS PHY comptible for QCS615
  dt-bindings: ufs: qcom: Add UFS Host Controller for QCS615
  arm64: dts: qcom: qcs615: add UFS node
  arm64: dts: qcom: qcs615-ride: Enable UFS node

 .../phy/qcom,sc8280xp-qmp-ufs-phy.yaml        | 45 ++++++-----
 .../devicetree/bindings/ufs/qcom,ufs.yaml     |  2 +
 arch/arm64/boot/dts/qcom/qcs615-ride.dts      | 16 ++++
 arch/arm64/boot/dts/qcom/qcs615.dtsi          | 74 +++++++++++++++++++
 4 files changed, 117 insertions(+), 20 deletions(-)
---
base-commit: b852e1e7a0389ed6168ef1d38eb0bad71a6b11e8

Comments

Vinod Koul Oct. 17, 2024, 3:35 p.m. UTC | #1
On Thu, 17 Oct 2024 12:22:56 +0800, Xin Liu wrote:
> Add UFS support to the QCS615 Ride platform. The UFS host controller and
> QMP UFS PHY hardware of QCS615 are derived from SM6115. Include the
> relevant binding documents accordingly. Additionally, configure UFS-related
> clock, power, and interconnect settings in the device tree.
> 
> 

Applied, thanks!

[1/4] dt-bindings: phy: Add QMP UFS PHY comptible for QCS615
      commit: 6a612c86c8a5805c85fde359aa9c8aac6d5cba7a

Best regards,