[PATCH 0/2] Add device tree binding for ts73xx-fpga
From: Phil Pemberton
Date: Tue Apr 07 2026 - 13:46:13 EST
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.
Phil Pemberton (2):
dt-bindings: fpga: add binding for Technologic Systems TS-73xx FPGA
fpga: ts73xx-fpga: add OF match table for device tree probing
.../fpga/technologic,ts73xx-fpga.yaml | 42 +++++++++++++++++++
drivers/fpga/ts73xx-fpga.c | 9 ++++
2 files changed, 51 insertions(+)
create mode 100644 Documentation/devicetree/bindings/fpga/technologic,ts73xx-fpga.yaml
--
2.43.0