Re: [PATCH v3 2/2] fpga: ts73xx-fpga: add OF match table for device tree probing

Xu Yilun <[email protected]> Mon, 4 May 2026 19:19:12 +0800
Newsgroups org.kernel.vger.linux-fpga,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel
Message-ID <afiAsAUkNdVkXwFO@yilunxu-OptiPlex-7050>
On Thu, Apr 09, 2026 at 01:20:16PM +0100, 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,ts7300-fpga" compatible string.
> 
> The TS-7350 and TS-7390 use different FPGAs with a different programming
> interface, so while the driver is named "ts73xx-fpga", it doesn't apply
> to them.
> 
> Signed-off-by: Phil Pemberton <[email protected]>
> Reviewed-by: Florian Fainelli <[email protected]>

Reviewed-by: Xu Yilun <[email protected]>

Applied this series to for-next.