spi: dt-bindings: ti,qspi: convert to dtschema
authorKousik Sanagavarapu <five231003@gmail.com>
Wed, 1 May 2024 16:48:53 +0000 (22:18 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 3 May 2024 02:09:31 +0000 (11:09 +0900)
commitc24d340598ed535d3bb6f5e64c544cad4ab2b67b
tree83406ea7a13c632b14e0013f37027175bf8e9cc7
parent8ee46db14169fe1b028078767fda904d2fcbc04e
spi: dt-bindings: ti,qspi: convert to dtschema

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@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240501165203.13763-1-five231003@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/ti,qspi.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/spi/ti_qspi.txt [deleted file]