Re: [PATCH v2 1/3] dt-bindings: i3c: dw: Describe core reset
From: Frank Li
Date: Mon May 11 2026 - 15:27:31 EST
On Mon, May 11, 2026 at 11:19:43AM +0800, Jisheng Zhang wrote:
> The core reset support has been in the code from day1, but the
> dt-binding doesn't exist. Add dt-binding to describe reset property.
>
> Signed-off-by: Jisheng Zhang <jszhang@xxxxxxxxxx>
> ---
> .../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 e803457d3f55..613dce7757bc 100644
> --- a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
> +++ b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
> @@ -35,6 +35,14 @@ properties:
> - const: core
> - const: apb
>
> + resets:
> + items:
> + - description: Reset signal
> +
> + reset-names:
> + items:
> + - const: core_rst
> +
Remove "_rst" suffix, it is totally reduncted.
Frank
> interrupts:
> maxItems: 1
>
> --
> 2.53.0
>