[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8a0d8789-7a0d-42b7-9aff-e867c14db3c9@amd.com>
Date: Fri, 17 Jan 2025 08:14:30 +0100
From: Michal Simek <michal.simek@....com>
To: Sean Anderson <sean.anderson@...ux.dev>, Mark Brown <broonie@...nel.org>,
linux-spi@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Jinjie Ruan <ruanjinjie@...wei.com>,
linux-arm-kernel@...ts.infradead.org,
Amit Kumar Mahapatra <amit.kumar-mahapatra@....com>,
Miquel Raynal <miquel.raynal@...tlin.com>, Conor Dooley
<conor+dt@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Rob Herring <robh@...nel.org>, devicetree@...r.kernel.org
Subject: Re: [PATCH 1/5] dt-bindings: spi: zynqmp-qspi: Add reset
On 1/16/25 23:55, Sean Anderson wrote:
> Add a reset to help recover from cancelled operations.
>
> Signed-off-by: Sean Anderson <sean.anderson@...ux.dev>
> ---
>
> Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml b/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml
> index 04d4d3b4916d..901e15fcce2d 100644
> --- a/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml
> @@ -36,12 +36,16 @@ properties:
> power-domains:
> maxItems: 1
>
> + resets:
> + maxItems: 1
> +
> required:
> - compatible
> - reg
> - interrupts
> - clock-names
> - clocks
> + - resets
In 2/5 you are calling devm_reset_control_get_optional_exclusive() that's why I
expect reset is not really required property.
M
Powered by blists - more mailing lists