[PATCH v1 0/4] Enable UFS on QCS615

Xin Liu posted 4 patches 1 month, 1 week ago
There is a newer version of this series
.../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(-)
[PATCH v1 0/4] Enable UFS on QCS615
Posted by Xin Liu 1 month, 1 week ago
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

-- 
2.34.1
Re: (subset) [PATCH v1 0/4] Enable UFS on QCS615
Posted by Vinod Koul 1 month, 1 week ago
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,
-- 
~Vinod