media: ccs: Add MIPI CCS compatible strings

Add "mipi-ccs-1.0" and "mipi-ccs-1.1" compatible strings to the CCS
driver.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
Sakari Ailus 2020-02-11 22:31:51 +01:00 committed by Mauro Carvalho Chehab
parent 91f76941dd
commit adc00b4579

View File

@ -3236,6 +3236,9 @@ static int ccs_remove(struct i2c_client *client)
}
static const struct of_device_id ccs_of_table[] = {
{ .compatible = "mipi-ccs-1.1" },
{ .compatible = "mipi-ccs-1.0" },
{ .compatible = "mipi-ccs" },
{ .compatible = "nokia,smia" },
{ },
};