devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add UFS support for Kaanapali
@ 2025-09-24 23:28 Jingyi Wang
  2025-09-24 23:29 ` [PATCH 1/2] dt-bindings: ufs: qcom: Document the Kaanapali UFS controller Jingyi Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jingyi Wang @ 2025-09-24 23:28 UTC (permalink / raw)
  To: Alim Akhtar, Avri Altman, Bart Van Assche, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson, Vinod Koul,
	Kishon Vijay Abraham I
  Cc: linux-arm-msm, linux-scsi, devicetree, linux-kernel, linux-phy,
	Jingyi Wang, aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang,
	Nitin Rawat

Document the Kaanapali UFS controller and QMP UFS PHY.

Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
Jingyi Wang (1):
      dt-bindings: phy: Add QMP UFS PHY compatible for Kaanapali

Nitin Rawat (1):
      dt-bindings: ufs: qcom: Document the Kaanapali UFS controller

 Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 4 ++++
 Documentation/devicetree/bindings/ufs/qcom,sm8650-ufshc.yaml         | 2 ++
 2 files changed, 6 insertions(+)
---
base-commit: ae2d20002576d2893ecaff25db3d7ef9190ac0b6
change-id: 20250917-knp-ufs-476c9fe896ef

Best regards,
-- 
Jingyi Wang <jingyi.wang@oss.qualcomm.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] dt-bindings: ufs: qcom: Document the Kaanapali UFS controller
  2025-09-24 23:28 [PATCH 0/2] Add UFS support for Kaanapali Jingyi Wang
@ 2025-09-24 23:29 ` Jingyi Wang
  2025-09-24 23:29 ` [PATCH 2/2] dt-bindings: phy: Add QMP UFS PHY compatible for Kaanapali Jingyi Wang
  2025-10-07  2:36 ` [PATCH 0/2] Add UFS support " Martin K. Petersen
  2 siblings, 0 replies; 5+ messages in thread
From: Jingyi Wang @ 2025-09-24 23:29 UTC (permalink / raw)
  To: Alim Akhtar, Avri Altman, Bart Van Assche, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson, Vinod Koul,
	Kishon Vijay Abraham I
  Cc: linux-arm-msm, linux-scsi, devicetree, linux-kernel, linux-phy,
	Jingyi Wang, aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang,
	Nitin Rawat

From: Nitin Rawat <nitin.rawat@oss.qualcomm.com>

Document the UFS Controller on the Kaanapali Platform.

Signed-off-by: Nitin Rawat <nitin.rawat@oss.qualcomm.com>
Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/ufs/qcom,sm8650-ufshc.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/ufs/qcom,sm8650-ufshc.yaml b/Documentation/devicetree/bindings/ufs/qcom,sm8650-ufshc.yaml
index aaa0bbb5bfe1..cea84ab2204f 100644
--- a/Documentation/devicetree/bindings/ufs/qcom,sm8650-ufshc.yaml
+++ b/Documentation/devicetree/bindings/ufs/qcom,sm8650-ufshc.yaml
@@ -15,6 +15,7 @@ select:
     compatible:
       contains:
         enum:
+          - qcom,kaanapali-ufshc
           - qcom,sm8650-ufshc
           - qcom,sm8750-ufshc
   required:
@@ -24,6 +25,7 @@ properties:
   compatible:
     items:
       - enum:
+          - qcom,kaanapali-ufshc
           - qcom,sm8650-ufshc
           - qcom,sm8750-ufshc
       - const: qcom,ufshc

-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] dt-bindings: phy: Add QMP UFS PHY compatible for Kaanapali
  2025-09-24 23:28 [PATCH 0/2] Add UFS support for Kaanapali Jingyi Wang
  2025-09-24 23:29 ` [PATCH 1/2] dt-bindings: ufs: qcom: Document the Kaanapali UFS controller Jingyi Wang
@ 2025-09-24 23:29 ` Jingyi Wang
  2025-09-25 11:55   ` Konrad Dybcio
  2025-10-07  2:36 ` [PATCH 0/2] Add UFS support " Martin K. Petersen
  2 siblings, 1 reply; 5+ messages in thread
From: Jingyi Wang @ 2025-09-24 23:29 UTC (permalink / raw)
  To: Alim Akhtar, Avri Altman, Bart Van Assche, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson, Vinod Koul,
	Kishon Vijay Abraham I
  Cc: linux-arm-msm, linux-scsi, devicetree, linux-kernel, linux-phy,
	Jingyi Wang, aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang

Document the QMP UFS PHY compatible for Qualcomm Kaanapali to support
physical layer functionality for UFS found on the SoC. Use fallback to
indicate the compatibility of the QMP UFS PHY on the Kaanapali with that
on the SM8750.

Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 4 ++++
 1 file changed, 4 insertions(+)

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 a58370a6a5d3..fba7b2549dde 100644
--- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
@@ -24,6 +24,10 @@ properties:
           - enum:
               - qcom,qcs8300-qmp-ufs-phy
           - const: qcom,sa8775p-qmp-ufs-phy
+      - items:
+          - enum:
+              - qcom,kaanapali-qmp-ufs-phy
+          - const: qcom,sm8750-qmp-ufs-phy
       - enum:
           - qcom,msm8996-qmp-ufs-phy
           - qcom,msm8998-qmp-ufs-phy

-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/2] dt-bindings: phy: Add QMP UFS PHY compatible for Kaanapali
  2025-09-24 23:29 ` [PATCH 2/2] dt-bindings: phy: Add QMP UFS PHY compatible for Kaanapali Jingyi Wang
@ 2025-09-25 11:55   ` Konrad Dybcio
  0 siblings, 0 replies; 5+ messages in thread
From: Konrad Dybcio @ 2025-09-25 11:55 UTC (permalink / raw)
  To: Jingyi Wang, Alim Akhtar, Avri Altman, Bart Van Assche,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
	Vinod Koul, Kishon Vijay Abraham I
  Cc: linux-arm-msm, linux-scsi, devicetree, linux-kernel, linux-phy,
	aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang

On 9/25/25 1:29 AM, Jingyi Wang wrote:
> Document the QMP UFS PHY compatible for Qualcomm Kaanapali to support
> physical layer functionality for UFS found on the SoC. Use fallback to
> indicate the compatibility of the QMP UFS PHY on the Kaanapali with that
> on the SM8750.
> 
> Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
> ---

I can confirm the SW expectations are identical, down to the programming
sequences (mostly, there's some minor adjustments that MAY be specific
to 8750/8750QRD, but IDK if that matters or if the docs haven't been
updated)

Acked-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/2] Add UFS support for Kaanapali
  2025-09-24 23:28 [PATCH 0/2] Add UFS support for Kaanapali Jingyi Wang
  2025-09-24 23:29 ` [PATCH 1/2] dt-bindings: ufs: qcom: Document the Kaanapali UFS controller Jingyi Wang
  2025-09-24 23:29 ` [PATCH 2/2] dt-bindings: phy: Add QMP UFS PHY compatible for Kaanapali Jingyi Wang
@ 2025-10-07  2:36 ` Martin K. Petersen
  2 siblings, 0 replies; 5+ messages in thread
From: Martin K. Petersen @ 2025-10-07  2:36 UTC (permalink / raw)
  To: Jingyi Wang
  Cc: Alim Akhtar, Avri Altman, Bart Van Assche, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson, Vinod Koul,
	Kishon Vijay Abraham I, linux-arm-msm, linux-scsi, devicetree,
	linux-kernel, linux-phy, aiqun.yu, tingwei.zhang, trilok.soni,
	yijie.yang, Nitin Rawat


Jingyi,

> Document the Kaanapali UFS controller and QMP UFS PHY.

Applied to 6.18/scsi-staging, thanks!

-- 
Martin K. Petersen

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-07  2:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-24 23:28 [PATCH 0/2] Add UFS support for Kaanapali Jingyi Wang
2025-09-24 23:29 ` [PATCH 1/2] dt-bindings: ufs: qcom: Document the Kaanapali UFS controller Jingyi Wang
2025-09-24 23:29 ` [PATCH 2/2] dt-bindings: phy: Add QMP UFS PHY compatible for Kaanapali Jingyi Wang
2025-09-25 11:55   ` Konrad Dybcio
2025-10-07  2:36 ` [PATCH 0/2] Add UFS support " Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).