From: Bhargav Joshi <j.bhargav.u@gmail.com>
To: Mark Brown <broonie@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Bartosz Golaszewski <brgl@kernel.org>,
Nishanth Menon <nm@ti.com>,
Santosh Shilimkar <ssantosh@kernel.org>
Cc: linux-spi@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, goledhruva@gmail.com,
m-chawdhry@ti.com, daniel.baluta@gmail.com,
simona.toaca@nxp.com, j.bhargav.u@gmail.com
Subject: [PATCH v4 0/2] spi: davinci: Convert bindings to DT schema and clean up DTS
Date: Tue, 01 Sep 2026 05:02:09 +0530 [thread overview]
Message-ID: <20260901-ti-davinci-spi-v4-0-92e9c0b2e1d4@gmail.com> (raw)
This series converts the TI DaVinci/Keystone SPI controller device tree
bindings from the legacy text format to DT schema.
- Patch 1 renames 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 <j.bhargav.u@gmail.com>
---
Changes in v4:
- Fixed spacing in example.
- Fixed commit title.
- Rebasesd to latest mainline rc.
- Link to v3: https://lore.kernel.org/r/20260817-ti-davinci-spi-v3-0-23844cfb5e6a@gmail.com
Changes in v3:
- patch 2: since old text binding required num-cs, #address-cells, and
#size-cells mark them as required
- patch 2: davinci-spi don't work as spi-slave i.e address-cells 0 is
not applicable and spi-controller permits both 0 and 1 so explicitely
define #address-cells as 1
- Link to v2: https://lore.kernel.org/r/20260816-ti-davinci-spi-v2-0-6c6f5171422b@gmail.com
Changes in v2:
- patch 1: Instead of deleting ti,davinci-spi-num-cs, renamed it to
num-cs to properly preserve the hardware's intended chip select
limits
- patch 2: Removed maximum: 6 constraint from num-cs.
- patch 2: Add standalone support for ti,dm6441-spi in compatibles.
- Link to v1: https://lore.kernel.org/r/20260816-ti-davinci-spi-v1-0-a7f57dfd5262@gmail.com
---
Bhargav Joshi (2):
ARM: dts: ti: keystone-k2l: Rename ti,davinci-spi-num-cs to num-cs
spi: dt-bindings: 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 | 124 +++++++++++++++++++++
arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi | 6 +-
5 files changed, 153 insertions(+), 103 deletions(-)
---
base-commit: cee9395acd8043be0644b25c34bfa86623f2b935
change-id: 20260816-ti-davinci-spi-e64e4e48b6b6
Best regards,
--
Bhargav
next reply other threads:[~2026-08-31 23:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-31 23:32 Bhargav Joshi [this message]
2026-08-31 23:32 ` [PATCH v4 1/2] ARM: dts: ti: keystone-k2l: Rename ti,davinci-spi-num-cs to num-cs Bhargav Joshi
2026-08-31 23:32 ` [PATCH v4 2/2] spi: dt-bindings: ti,davinci-spi: Convert to DT schema Bhargav Joshi
2026-09-04 15:59 ` (subset) [PATCH v4 0/2] spi: davinci: Convert bindings to DT schema and clean up DTS Nishanth Menon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260901-ti-davinci-spi-v4-0-92e9c0b2e1d4@gmail.com \
--to=j.bhargav.u@gmail.com \
--cc=brgl@kernel.org \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=daniel.baluta@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=goledhruva@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=m-chawdhry@ti.com \
--cc=nm@ti.com \
--cc=robh@kernel.org \
--cc=simona.toaca@nxp.com \
--cc=ssantosh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox