forked from Minki/linux
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:
parent
91f76941dd
commit
adc00b4579
@ -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" },
|
||||
{ },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user