[PATCH 0/2] spi: davinci: Convert bindings to dt-schema and clean up DTS
Bhargav Joshi <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-spi |
|---|---|
| Message-ID | <[email protected]> |
This series converts the TI DaVinci/Keystone SPI controller device tree bindings from the legacy text format to DT schema. - Patch 1 removes the obsolete property `ti,davinci-spi-num-cs` from keystone-k2l.dtsi, as the driver uses the standard `num-cs` property. - Patch 2 Converts ti,davinci-spi from text to DT schema. Signed-off-by: Bhargav Joshi <[email protected]> --- Bhargav Joshi (2): ARM: dts: ti: keystone-k2l: Remove obsolete ti,davinci-spi-num-cs property dt-bindings: spi: ti,davinci-spi: convert to DT schema .../devicetree/bindings/spi/spi-davinci.txt | 100 ----------------- .../bindings/spi/spi-peripheral-props.yaml | 1 + .../spi/ti,davinci-spi-peripheral-props.yaml | 25 +++++ .../devicetree/bindings/spi/ti,davinci-spi.yaml | 118 +++++++++++++++++++++ arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi | 9 -- 5 files changed, 144 insertions(+), 109 deletions(-) --- base-commit: 3eb40771c00a8488fa6ed2cc1fe203477908bf38 change-id: 20260816-ti-davinci-spi-e64e4e48b6b6 Best regards, -- Bhargav