Commit adc00b45 authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

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: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 91f76941
......@@ -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" },
{ },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment