Re: [PATCH V1 1/4] scsi: ufs: phy: dt-bindings: Add QMP UFS PHY compatible for Hamoa
From: Pradeep Pragallapati
Date: Tue Dec 30 2025 - 04:07:18 EST
On 12/29/2025 5:56 PM, Konrad Dybcio wrote:
On 12/29/25 7:06 AM, Pradeep P V K wrote:sure, will update with x1e80100 accordingly.
Document the QMP UFS PHY compatible for Qualcomm Hamoa to supportFor platforms introduced before we were cleared to use chip codenames,
physical layer functionality for UFS found on the SoC. Use fallback to
indicate the compatibility of the QMP UFS PHY on the Hamoa with that
on the SM8550.
Signed-off-by: Pradeep P V K <pradeep.pragallapati@xxxxxxxxxxxxxxxx>
---
.../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 fba7b2549dde..b501f76d8c53 100644
--- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
@@ -28,6 +28,10 @@ properties:
- enum:
- qcom,kaanapali-qmp-ufs-phy
- const: qcom,sm8750-qmp-ufs-phy
+ - items:
+ - enum:
+ - qcom,hamoa-qmp-ufs-phy
+ - const: qcom,sm8550-qmp-ufs-phy
let's stay with the numerical identifiers for consistency (i.e. all other
compatibles in hamoa.dtsi say qcom,x1e80100-xyz)
Konrad