Hi Vincent, On Mon, Sep 28, 2015 at 02:33:14PM +0200, Vincent Cuissard wrote: > diff --git a/drivers/nfc/nfcmrvl/i2c.c b/drivers/nfc/nfcmrvl/i2c.c > index b48c3ee..aa022e3 100644 > --- a/drivers/nfc/nfcmrvl/i2c.c > +++ b/drivers/nfc/nfcmrvl/i2c.c > @@ -273,7 +273,7 @@ static int nfcmrvl_i2c_remove(struct i2c_client *client) > > > static const struct of_device_id of_nfcmrvl_i2c_match[] = { > - { .compatible = "mrvl,nfc-i2c", }, > + { .compatible = "marvell,nfc-i2c", }, You can't just replace the old one with the new one as we already released kernels with the old compatible string. This is an ABI and we have to be backward compatible. Please keep both strings. Cheers, Samuel. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html