From: Daniel Gomez <[email protected]> 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 <[email protected]> > Signed-off-by: Daniel Gomez <[email protected]> Applied.
