Add "mipi,ccs" compatible string to the CCS driver. Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> --- drivers/media/i2c/ccs/ccs-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/i2c/ccs/ccs-core.c b/drivers/media/i2c/ccs/ccs-core.c index 775037ce361f..7cdd81e3bb6e 100644 --- a/drivers/media/i2c/ccs/ccs-core.c +++ b/drivers/media/i2c/ccs/ccs-core.c @@ -3237,6 +3237,7 @@ static int ccs_remove(struct i2c_client *client) static const struct of_device_id ccs_of_table[] = { { .compatible = "nokia,smia" }, + { .compatible = "mipi,ccs" }, { }, }; MODULE_DEVICE_TABLE(of, ccs_of_table); -- 2.27.0