Re: [PATCH v2] spi: dt-bindings: ti,qspi: convert to dtschema

From: Kousik Sanagavarapu
Date: Mon Apr 29 2024 - 11:49:24 EST


Forgot to add the "Changes since"

On Mon, Apr 29, 2024 at 09:14:21PM +0530, Kousik Sanagavarapu wrote:
> Convert txt binding of TI's qspi controller (found on their omap SoCs) to
> dtschema to allow for validation.
>
> The changes, w.r.t. the original txt binding, are:
>
> - Introduce "clocks" and "clock-names" which was never mentioned.
> - Reflect that "ti,hwmods" is deprecated and is not a "required"
> property anymore.
> - Introduce "num-cs" which allows for setting the number of chip
> selects.
> - Drop "qspi_ctrlmod".
>
> Signed-off-by: Kousik Sanagavarapu <five231003@xxxxxxxxx>
> ---

Changes since v1:
- Removed a redundant paragraph in the commit message.
- Mention that we are dropping "qspi_ctrlmod", which I forgot to do in
the last iteration.