[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <gcjyrmfxv7s2j7zkm5gcfn7bmuihq4lrm7cwjgpax6hnok7pxm@wanm5thogmzd>
Date: Mon, 11 Aug 2025 10:02:26 -0500
From: Bjorn Andersson <andersson@...nel.org>
To: Ram Kumar Dwivedi <quic_rdwivedi@...cinc.com>
Cc: mani@...nel.org, alim.akhtar@...sung.com, avri.altman@....com,
bvanassche@....org, robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org,
konradybcio@...nel.org, agross@...nel.org, James.Bottomley@...senpartnership.com,
martin.petersen@...cle.com, linux-arm-msm@...r.kernel.org, linux-scsi@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2 1/4] dt-bindings: ufs: qcom: Document MCQ register
space for UFS
On Mon, Aug 11, 2025 at 08:01:36PM +0530, Ram Kumar Dwivedi wrote:
> Document Multi-Circular Queue (MCQ) register space for
> Qualcomm UFS controllers.
>
> Signed-off-by: Ram Kumar Dwivedi <quic_rdwivedi@...cinc.com>
> ---
> .../devicetree/bindings/ufs/qcom,ufs.yaml | 16 ++++++++++------
> 1 file changed, 10 insertions(+), 6 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
> index 6c6043d9809e..daf681b0e23b 100644
> --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
> +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
> @@ -89,9 +89,13 @@ properties:
> maxItems: 2
>
> reg-names:
> - items:
> - - const: std
> - - const: ice
> + oneOf:
> + - items:
> + - const: std
> + - const: ice
> + - items:
> + - const: ufs_mem
> + - const: mcq
So you can either "std" and "ice", or "ufs_mem" and "mcq".
Does this imply that "std" changes name to "ufs_mem"? Why?
Is MCQ incompatible with ICE?
Please use the commit message to document why this is.
Regards,
Bjorn
>
> required-opps:
> maxItems: 1
> @@ -177,9 +181,9 @@ allOf:
> - const: rx_lane1_sync_clk
> reg:
> minItems: 1
> - maxItems: 1
> + maxItems: 2
> reg-names:
> - maxItems: 1
> + maxItems: 2
>
> - if:
> properties:
> @@ -280,7 +284,7 @@ allOf:
> then:
> properties:
> reg:
> - maxItems: 1
> + maxItems: 2
> clocks:
> minItems: 7
> maxItems: 8
> --
> 2.50.1
>
Powered by blists - more mailing lists