[PATCH 1/4] dt-bindings: i3c: Add snps,dev-nack-retry-cnt property to Synopsys I3C master

Frank Li Frank.li at nxp.com
Tue Nov 4 11:25:45 PST 2025


On Tue, Nov 04, 2025 at 04:51:08PM +0800, adrianhoyin.ng at altera.com wrote:
> From: Adrian Ng Ho Yin <adrianhoyin.ng at altera.com>
>
> Add a new optional property 'snps,dev-nack-retry-cnt' to the Synopsys
> DesignWare I3C master device tree binding. This property allows
> configuration of the Device NACK Retry count, which determines how many
> times the controller retries a transaction when a slave device responds
> with NACK.

Look like it is software property, why need put in dt?

Frank

>
> Valid values range from 0 to 3, with a default of 0
>
> Signed-off-by: Adrian Ng Ho Yin <adrianhoyin.ng at altera.com>
> ---
>  .../devicetree/bindings/i3c/snps,dw-i3c-master.yaml       | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
> index 5f6467375811..c233be2d4a3c 100644
> --- a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
> +++ b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
> @@ -37,6 +37,14 @@ properties:
>    power-domains:
>      maxItems: 1
>
> +  snps,dev-nack-retry-cnt:
> +    description: |
> +      This field is used to set the Device NACK Retry count for the
> +      particular slave device.
> +    $ref: /schemas/types.yaml#/definitions/uint32
> +    default: 0
> +    maximum: 3
> +
>  required:
>    - compatible
>    - reg
> --
> 2.49.GIT
>



More information about the linux-i3c mailing list