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@xxxxxxxxxx> > --- > 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