Re: [PATCH v2] scsi: ufs: qcom: dt-bindings: Document the Eliza UFS controller
From: Krzysztof Kozlowski
Date: Wed Mar 11 2026 - 06:48:06 EST
On 11/03/2026 11:27, Abel Vesa wrote:
>>
>> You need constraints for minItems: 2 for reg and reg-names. MCQ is
>> required. The mistake was doone for Kaanapali, but that patch was
>> applied without review, so it is not a correct example to base on.
>
> OK, so something like the following then ?
>
> @@ -68,6 +68,18 @@ required:
>
> allOf:
> - $ref: qcom,ufs-common.yaml
> + - if:
> + properties:
> + compatible:
> + contains:
> + enum:
> + - qcom,eliza-ufshc
> + then:
> + properties:
> + reg:
> + minItems: 2
> + reg-names:
> + minItems: 2
>
Yes
Best regards,
Krzysztof