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

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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" },
	{ },
};