[PATCH 0/2] Add device tree binding for ts73xx-fpga
Phil Pemberton <[email protected]> Tue, 7 Apr 2026 18:27:28 +0100
| Newsgroups | org.kernel.vger.linux-fpga,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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