[PATCH V1 2/4] scsi: ufs: qcom: dt-bindings: Add UFSHC compatible for Hamoa

From: Pradeep P V K

Date: Mon Dec 29 2025 - 01:08:44 EST


Document the UFSHC compatible for Qualcomm Hamoa SoC. Use fallback
to indicate the compatibility of UFSHC on Hamoa with that on the
SM8550.

Signed-off-by: Pradeep P V K <pradeep.pragallapati@xxxxxxxxxxxxxxxx>
---
.../devicetree/bindings/ufs/qcom,sc7180-ufshc.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/ufs/qcom,sc7180-ufshc.yaml b/Documentation/devicetree/bindings/ufs/qcom,sc7180-ufshc.yaml
index d94ef4e6b85a..3b5a95db7831 100644
--- a/Documentation/devicetree/bindings/ufs/qcom,sc7180-ufshc.yaml
+++ b/Documentation/devicetree/bindings/ufs/qcom,sc7180-ufshc.yaml
@@ -31,7 +31,11 @@ select:

properties:
compatible:
- items:
+ oneOf:
+ - items:
+ - enum:
+ - qcom,hamoa-ufshc
+ - const: qcom,sm8550-ufshc
- enum:
- qcom,msm8998-ufshc
- qcom,qcs8300-ufshc
--
2.34.1