NFC: dts: st21nfca: Fix compatible string spelling to follow other drivers
[firefly-linux-kernel-4.4.55.git] / drivers / nfc / st21nfca / i2c.c
index 05722085a59fafb4c8a66db1095a88bcb25d7970..b2e0792a38a0236e569ce28ebdd216716ba1f2c0 100644 (file)
@@ -661,6 +661,7 @@ static int st21nfca_hci_i2c_remove(struct i2c_client *client)
 
 #ifdef CONFIG_OF
 static const struct of_device_id of_st21nfca_i2c_match[] = {
+       { .compatible = "st,st21nfca-i2c", },
        { .compatible = "st,st21nfca_i2c", },
        {}
 };