From: Daniel Gomez <dag...@gmail.com> Date: Mon, 22 Apr 2019 21:08:04 +0200
> Add missing <of_device_id> table for SPI driver relying on SPI > device match since compatible is in a DT binding or in a DTS. > > Before this patch: > modinfo drivers/nfc/st95hf/st95hf.ko | grep alias > alias: spi:st95hf > > After this patch: > modinfo drivers/nfc/st95hf/st95hf.ko | grep alias > alias: spi:st95hf > alias: of:N*T*Cst,st95hfC* > alias: of:N*T*Cst,st95hf > > Reported-by: Javier Martinez Canillas <jav...@dowhile0.org> > Signed-off-by: Daniel Gomez <dag...@gmail.com> Applied.