public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add device tree binding for ts73xx-fpga
@ 2026-04-08 16:52 Phil Pemberton
  2026-04-08 16:52 ` [PATCH v2 1/2] dt-bindings: fpga: Technologic Systems TS-7300 FPGA Manager Phil Pemberton
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Phil Pemberton @ 2026-04-08 16:52 UTC (permalink / raw)
  To: Moritz Fischer, Xu Yilun, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: Tom Rix, Florian Fainelli, linux-fpga, devicetree, linux-kernel,
	Phil Pemberton

The driver for the Technologic Systems (EmbeddedTS) TS-7300 board's
onboard FPGA didn't have an OF match table. This prevented it from being
instantiated from a device tree. This is undesirable given EP93xx is
moving to device tree, and effectively prevents it from being used.
This patch series adds the OF match table and a device tree binding.

Changes since v1:
  - Use specific compatible "technologic,ts7300-fpga" instead of
    wildcard "technologic,ts73xx-fpga" (Krzysztof)
  - Fix subject line for dt-bindings patch (Krzysztof)
  - Simplify example in binding doc (Krzysztof)

Phil Pemberton (2):
  dt-bindings: fpga: Technologic Systems TS-7300 FPGA Manager
  fpga: ts73xx-fpga: add OF match table for device tree probing

 .../fpga/technologic,ts7300-fpga.yaml         | 36 +++++++++++++++++++
 drivers/fpga/ts73xx-fpga.c                    |  9 +++++
 2 files changed, 45 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/fpga/technologic,ts7300-fpga.yaml

-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-04-09  8:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-08 16:52 [PATCH v2 0/2] Add device tree binding for ts73xx-fpga Phil Pemberton
2026-04-08 16:52 ` [PATCH v2 1/2] dt-bindings: fpga: Technologic Systems TS-7300 FPGA Manager Phil Pemberton
2026-04-09  8:03   ` Krzysztof Kozlowski
2026-04-08 16:52 ` [PATCH v2 2/2] fpga: ts73xx-fpga: add OF match table for device tree probing Phil Pemberton
2026-04-09  8:01 ` [PATCH v2 0/2] Add device tree binding for ts73xx-fpga Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox