[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <067c42f3726578ebe60d201a141dfdb6@walle.cc>
Date: Tue, 16 Mar 2021 18:45:49 +0100
From: Michael Walle <michael@...le.cc>
To: Pratyush Yadav <p.yadav@...com>
Cc: Kuldeep Singh <kuldeep.singh@....com>, linux-spi@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Mark Brown <broonie@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Vladimir Oltean <olteanv@...il.com>,
linux-mtd@...ts.infradead.org
Subject: Re: [PATCH] dt-bindings: spi: Convert Freescale DSPI to json schema
Am 2021-03-15 19:30, schrieb Pratyush Yadav:
..
>> +patternProperties:
>> + "@[0-9a-f]+":
Shouldn't this be "^.*@[0-9a-f]+$"?
>> + type: object
>> +
>> + properties:
>> + fsl,spi-cs-sck-delay:
>> + description:
>> + Delay in nanoseconds between activating chip select and the
>> start of
>> + clock signal, at the start of a transfer.
>> + $ref: /schemas/types.yaml#/definitions/uint32
>> +
>> + fsl,spi-sck-cs-delay:
>> + description:
>> + Delay in nanoseconds between stopping the clock signal and
>> + deactivating chip select, at the end of a transfer.
>> + $ref: /schemas/types.yaml#/definitions/uint32
>> +
..
-michael
Powered by blists - more mailing lists