Re: [PATCH 2/2] fpga: ts73xx-fpga: add OF match table for device tree probing
Florian Fainelli <[email protected]> Tue, 7 Apr 2026 10:32:19 -0700
| Newsgroups | org.kernel.vger.linux-fpga,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 4/7/26 10:27, Phil Pemberton wrote: > The ts73xx-fpga driver currently only matches by platform device name, > which prevents it from being probed when the device is described in a > device tree. Add an of_device_id table so the driver can match against > the "technologic,ts73xx-fpga" compatible string. > > Signed-off-by: Phil Pemberton <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> -- Florian