[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2f77e732-eb67-5b26-e695-610072c48976@linaro.org>
Date: Thu, 1 Sep 2022 11:00:19 +0300
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Amit Kumar Mahapatra <amit.kumar-mahapatra@...inx.com>,
broonie@...nel.org, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org
Cc: git@....com, michal.simek@....com, linux-spi@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, akumarma@....com
Subject: Re: [PATCH 6/7] dt-bindings: spi: spi-zynqmp-qspi: Add support for
Xilinx Versal QSPI
On 01/09/2022 08:47, Amit Kumar Mahapatra wrote:
> Add new compatible to support QSPI controller on Xilinx Versal SoCs.
>
> Signed-off-by: Amit Kumar Mahapatra <amit.kumar-mahapatra@...inx.com>
> ---
> Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml b/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml
> index ea72c8001256..b28a8c8f5e11 100644
> --- a/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml
> @@ -14,7 +14,11 @@ allOf:
>
> properties:
> compatible:
> - const: xlnx,zynqmp-qspi-1.0
> + oneOf:
> + - items:
This does not make any sense... oneOf consisting of one item, list
consisting of one item as well. I think you wanted here only enum.
Best regards,
Krzysztof
Powered by blists - more mailing lists